290. File Comparison Report

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

290.1 Files compared

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

290.2 Comparison summary

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

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

290.4 Active regular expressions

No regular expressions were active.

290.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="r ewrite.xsl " />
    4   <xsl:templ ate match= "urls" />
    5  
    6   <xsl:templ ate match= "forum">
    7  
    8           <u l>
    9                <li clas s="tbl_f_f orum">
    10                    <a h ref="{$rw_ forum}{uri }{$rw_foru m_page}0{$ rw_forum_e xt}" oncli ck="return  f.selectF orum('{uri }', 0);">< xsl:value- of select= "title" di sable-outp ut-escapin g="yes" /> </a>
    11                    <br  />
    12                    <xsl :value-of  select="de sc" disabl e-output-e scaping="y es" />                  
    13  
    14                    <div  style="po sition:abs olute; rig ht:8px; to p:5px; wid th:80px;">
    15                         <div title ="[L[edit] ]" class=" icn" onmou seover="th is.style.b ackgroundP osition='0  24px'" on mouseout=" this.style .backgroun dPosition= '0 0'" >
    16                             <a hre f="javascr ipt:void(0 );" onclic k="orca_ad min.editFo rum({@id}) "><img src ="{/root/u rls/img}bu tton_l.gif " /></a>
    17                             <img s rc="{/root /urls/img} btn_icon_e dit.gif" / >
    18                         </div>
    19                         <div title ="[L[delet e]]" class ="icn" onm ouseover=" this.style .backgroun dPosition= '0 24px'"  onmouseout ="this.sty le.backgro undPositio n='0 0'" >
    20                             <a hre f="javascr ipt:void(0 );" onclic k="orca_ad min.delFor um({@id})" ><img src= "{/root/ur ls/img}but ton_l.gif"  /></a>
    21                             <img s rc="{/root /urls/img} btn_icon_d elete.gif"  />
    22                         </div>                    
    23                    </di v>                   
    24  
    25                </li>
    26                <li clas s="tbl_f_t opic"><xsl :value-of  select="to pics" /></ li>
    27                <li clas s="tbl_f_d ate"><xsl: value-of s elect="las t" /></li>           
    28           </ ul>
    29  
    30   </xsl:temp late>
    31  
    32   </xsl:styl esheet>
    33  
    34