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

301.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 live_tracker.xsl Wed Apr 23 09:41:26 2008 UTC

301.2 Comparison summary

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

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

301.4 Active regular expressions

No regular expressions were active.

301.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= "live_trac ker">
    4  
    5   <div id="l ive_title" >[L[Forums  Spy]]</di v>
    6   <div id="l ive_tracke r" class=" live_track er">
    7       <xsl:a pply-templ ates selec t="post" / >    
    8       <div i d="live_fa de" class= "live_fade " style="b ackground- image:url( {/root/url s/img}gr.p ng);" >
    9           &# 160;
    10       </div>
    11   </div>
    12  
    13   <script>
    14       correc tPNG('live _fade')
    15       var re t = f.live Post(<xsl: value-of s elect="./p ost/@ts" / >);
    16   </script>
    17  
    18   </xsl:temp late>
    19  
    20  
    21   <xsl:templ ate match= "post">
    22       <div i d="live_po st_{@id}"  class="liv e_post">         
    23           <i mg class=" lp_img" sr c="{avatar }" />
    24           <d iv class=" lp_txt"><x sl:value-o f select=" text" disa ble-output -escaping= "yes" /></ div>
    25           <d iv class=" lp_u">
    26                <a href= "{profile} " onclick= "{onclick} "><xsl:val ue-of sele ct="user"  /></a>
    27                [L[said  in]]
    28                <span cl ass="lp_bc ">
    29                    <a h ref="{base }{$rw_cat} {cat/@uri} {$rw_cat_e xt}" oncli ck="return  f.selectF orumIndex( '{cat/@uri }')"><xsl: value-of s elect="cat " /></a>
    30                    &gt;
    31                    <a h ref="{base }{$rw_foru m}{forum/@ uri}{$rw_f orum_page} 0{$rw_foru m_ext}" on click="ret urn f.sele ctForum('{ forum/@uri }')"><xsl: value-of s elect="for um" /></a>  
    32                    &gt;
    33                    <a h ref="{base }{$rw_topi c}{topic/@ uri}{$rw_t opic_ext}"  onclick=" return f.s electTopic ('{topic/@ uri}')"><x sl:value-o f select=" topic" />< /a>       
    34                </span>
    35           </ div>
    36           <d iv class=" lp_date">< xsl:copy-o f select=" date" /></ div>
    37       </div>
    38   </xsl:temp late>
    39  
    40   </xsl:styl esheet>
    41