283. File Comparison Report

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

283.1 Files compared

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

283.2 Comparison summary

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

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

283.4 Active regular expressions

No regular expressions were active.

283.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  
    5   <xsl:templ ate match= "urls" />
    6  
    7   <xsl:templ ate match= "forums/fo rum">
    8  
    9           <u l>
    10                <li clas s="tbl_f_f orum">
    11  
    12                    <xsl :choose>
    13                         <xsl:when  test="1 =  @new">
    14                             <img c lass="foru m_icon" sr c="{/root/ urls/img}f orum_new.g if" />
    15                         </xsl:when >
    16                         <xsl:other wise>
    17                             <img c lass="foru m_icon" sr c="{/root/ urls/img}f orum.gif"  />
    18                         </xsl:othe rwise>
    19                    </xs l:choose>
    20  
    21                    <a s tyle="disp lay:block; " href="{$ rw_forum}{ uri}{$rw_f orum_page} 0{$rw_foru m_ext}" on click="ret urn f.sele ctForum('{ uri}', 0); "><xsl:val ue-of sele ct="title"  disable-o utput-esca ping="yes"  /></a>
    22                    <xsl :value-of  select="de sc" disabl e-output-e scaping="y es" />
    23  
    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