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

298.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 home.xsl Wed Apr 9 17:44:50 2008 UTC

298.2 Comparison summary

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

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

298.4 Active regular expressions

No regular expressions were active.

298.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="c at_forums. xsl" />
    4   <xsl:inclu de href="l ive_tracke r.xsl" />
    5  
    6   <xsl:templ ate match= "urls" />
    7   <xsl:templ ate match= "logininfo " />
    8  
    9   <xsl:templ ate match= "page">
    10  
    11       <div i d="f_heade r">
    12           <h 2>[L[Forum s Index]]< /h2>
    13       </div>
    14  
    15       <div i d="f_tbl">
    16           <u l class="t bl_hh">
    17                <li clas s="tbl_h_f orum">[L[F orums]]</l i>
    18                <li clas s="tbl_h_t opic">[L[T opics]]</l i>
    19                <li clas s="tbl_h_d ate">[L[La test Post] ]</li>
    20           </ ul>
    21           <x sl:apply-t emplates s elect="cat egs" />
    22       </div>
    23  
    24       <xsl:a pply-templ ates selec t="live_tr acker" />
    25       
    26   </xsl:temp late>
    27  
    28  
    29   <xsl:templ ate match= "categ">         
    30  
    31       <xsl:e lement nam e="ul">
    32           <x sl:attribu te name="s tyle">heig ht:52px;</ xsl:attrib ute>
    33           <x sl:attribu te name="i d">cat<xsl :value-of  select="@i d" /></xsl :attribute >
    34           <l i class="t bl_c_forum ">
    35                <a class ="colexp"  href="{$rw _cat}{@uri }{$rw_cat_ ext}" oncl ick="retur n f.select Cat('{@uri }', 'cat{@ id}');">
    36                    <div  class="co lexp">
    37                         <xsl:if te st="count( forums/for um) &gt; 0 ">
    38                             <xsl:a ttribute n ame="style ">backgrou nd-positio n:0px -32p x</xsl:att ribute>
    39                         </xsl:if>
    40                         &#160;
    41                    </di v>
    42                </a>
    43                <a href= "{$rw_cat} {@uri}{$rw _cat_ext}"  onclick=" return f.s electCat(' {@uri}', ' cat{@id}') ;"><xsl:va lue-of sel ect="title " disable- output-esc aping="yes " /></a>
    44           </ li>
    45       </xsl: element>
    46           
    47       <xsl:i f test="co unt(forums /forum) &g t; 0">
    48           <d iv><xsl:ap ply-templa tes select ="forums/f orum" /></ div>
    49       </xsl: if>
    50  
    51   </xsl:temp late>
    52  
    53  
    54   </xsl:styl esheet>