305. File Comparison Report

Produced on Mon May 12 13:05:47 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.

305.1 Files compared

# Location File Last Modified
1 Mon May 12 13:05:47 2008 UTC
2 Dolphin-v.6.1.0\orca\layout\base\xsl post_reply.xsl Wed Apr 9 17:44:50 2008 UTC

305.2 Comparison summary

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

305.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

305.4 Active regular expressions

No regular expressions were active.

305.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:inclu de href="d efault_acc ess_denied .xsl" />
    4  
    5   <xsl:templ ate match= "urls" />
    6  
    7   <xsl:templ ate match= "new_topic ">
    8  
    9           <d iv class=" p_reply">
    10  
    11                <h2>[L[P ost Reply: ]]</h2>
    12  
    13                <form me thod="post " action=" index.php"  name="pos t_reply" t arget="pos t_reply" o nsubmit="r eturn f.ch eckPostTop icValues(n ull, this. topic_text , false)">
    14  
    15                         <input typ e="hidden"  name="act ion" value ="post_rep ly" />
    16  
    17                         <xsl:eleme nt name="i nput">
    18                             <xsl:a ttribute n ame="type" >hidden</x sl:attribu te>
    19                             <xsl:a ttribute n ame="name" >forum_id< /xsl:attri bute>
    20                             <xsl:a ttribute n ame="value "><xsl:val ue-of sele ct="forum/ id" /></xs l:attribut e>
    21                         </xsl:elem ent>
    22  
    23                         <xsl:eleme nt name="i nput">
    24                             <xsl:a ttribute n ame="type" >hidden</x sl:attribu te>
    25                             <xsl:a ttribute n ame="name" >topic_id< /xsl:attri bute>
    26                             <xsl:a ttribute n ame="value "><xsl:val ue-of sele ct="topic/ id" /></xs l:attribut e>      
    27                         </xsl:elem ent>
    28  
    29                         <span clas s="err" st yle="displ ay:none" i d="err_top ic_text">[ L[Topic te xt Error]] </span>
    30  
    31                         <table>
    32                         <tr>
    33                         <td valign ="top">
    34  
    35                             <texta rea id="ti nyEditor"  name="topi c_text" st yle="width :740px; he ight:316px ;">&#160;< /textarea>
    36  
    37                         </td>
    38  
    39                         </tr>                     
    40                         </table>
    41  
    42                        
    43                         <br /><br  />
    44  
    45                         <div style ="height:2 5px; width :210px; po sition:rel ative;">
    46                             &#160;
    47  
    48                             <div c lass="btn"  onmouseov er="this.s tyle.backg roundPosit ion='0 25p x'" onmous eout="this .style.bac kgroundPos ition='0 0 '">              
    49                                 <a  href="jav ascript:vo id(0);" on click="ret urn f.canc elReply()" ><img src= "{/root/ur ls/img}but ton_l.gif"  /></a>
    50                                 <i mg src="{/ root/urls/ img}btn_ic on_cancel. gif" />
    51                                 <b >[L[Cancel ]]</b>
    52                             </div>
    53  
    54                             <div c lass="btn"  onmouseov er="this.s tyle.backg roundPosit ion='0 25p x'" onmous eout="this .style.bac kgroundPos ition='0 0 '" >
    55                                 <a  href="jav ascript:vo id(0);" on click="tin yMCE.trigg erSave();  document.f orms['post _reply'].s ubmit();"> <img src=" {/root/url s/img}butt on_l.gif"  /></a>                               
    56                                 <i mg src="{/ root/urls/ img}btn_ic on_submit. gif" />
    57                                 <b >[L[Submit ]]</b>
    58                             </div>
    59                             
    60                         </div>
    61                         <br />
    62                         <br />
    63  
    64                </form>
    65  
    66                <iframe  width="1"  height="1"  border="0 " name="po st_reply"  style="bor der:none;"  ></iframe >
    67  
    68           </ div>
    69  
    70   </xsl:temp late>
    71  
    72   </xsl:styl esheet>
    73  
    74