127. File Comparison Report

Produced on Mon May 12 13:04:53 2008 UTC. This report uses XHTML and CSS2, and is best viewed with a reasonably standards compliant browser such as the latest version of Firefox or Internet Explorer. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

127.1 Files compared

# Location File Last Modified
1 Mon May 12 13:04:53 2008 UTC
2 Dolphin-v.6.1.0\groups\orca\layout\base\xsl edit_post.xsl Wed Apr 9 17:44:56 2008 UTC

127.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 0 0
Changed 0 0
Inserted 1 52
Removed 0 0

127.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

127.4 Active regular expressions

No regular expressions were active.

127.5 Comparison detail

    1   <xsl:style sheet vers ion="1.0"  xmlns:xsl= "http://ww w.w3.org/1 999/XSL/Tr ansform" x mlns="http ://www.w3. org/1999/x html">
    2  
    3   <xsl:templ ate match= "urls" />
    4  
    5   <xsl:templ ate match= "edit_post ">
    6  
    7       <form  name="edit _post_{pos t_id}" act ion="index .php" meth od="post"  target="po st_actions " onreset= "f.editPos tCancel({p ost_id});  return fal se;" onsub mit="tinyM CE.trigger Save(); va r node = d ocument.ge tElementBy Id({post_i d}); if (n ode.parent Node.style ._height)  node.paren tNode.styl e.height =  node.pare ntNode.sty le._height ; tinyMCE. execComman d('mceRemo veControl' , false, ' tinyEditor _{post_id} '); this.p ost_text.s tyle.visib le = false ; return t rue;">
    8           
    9       <div c lass="edit _post">
    10  
    11           <t able>
    12                <tr>
    13                <td vali gn="top">
    14  
    15                    <tex tarea id=" tinyEditor _{post_id} " name="po st_text" s tyle="widt h:611px; h eight:216p x;">&#160; </textarea >
    16  
    17                </td>
    18  
    19                </tr>                     
    20           </ table>         
    21  
    22           <b r />
    23           <i nput type= "hidden" n ame="actio n" value=" edit_post"  /> 
    24           <i nput type= "hidden" n ame="post_ id" value= "{post_id} " /> 
    25           <i nput type= "hidden" n ame="topic _id" value ="{topic_i d}" />
    26  
    27           <d iv style=" height:25p x; width:2 10px; posi tion:relat ive; backg round-colo r:white;">
    28                &#160;
    29  
    30                <div cla ss="btn" o nmouseover ="this.sty le.backgro undPositio n='0 25px' " onmouseo ut="this.s tyle.backg roundPosit ion='0 0'" >              
    31                    <a h ref="javas cript:void (0);" oncl ick="if (c onfirm('Ar e you sure  ?')) docu ment.forms ['edit_pos t_{post_id }'].reset( );"><img s rc="{/root /urls/img} button_l.g if" /></a>
    32                    <img  src="{/ro ot/urls/im g}btn_icon _cancel.gi f" />
    33                    <b>[ L[Cancel]] </b>
    34                </div>
    35  
    36                <div cla ss="btn" o nmouseover ="this.sty le.backgro undPositio n='0 25px' " onmouseo ut="this.s tyle.backg roundPosit ion='0 0'"  >
    37                    <a h ref="javas cript:void (0);" oncl ick="docum ent.forms[ 'edit_post _{post_id} '].onsubmi t(); docum ent.forms[ 'edit_post _{post_id} '].submit( );"><img s rc="{/root /urls/img} button_l.g if" /></a>
    38                    <img  src="{/ro ot/urls/im g}btn_icon _submit.gi f" />
    39                    <b>[ L[Submit]] </b>
    40                </div>
    41                    
    42           </ div>      
    43  
    44       </div>
    45  
    46       </form >
    47  
    48   </xsl:temp late>
    49  
    50   </xsl:styl esheet>
    51  
    52