333. File Comparison Report

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

333.1 Files compared

# Location File Last Modified
1 Dolphin-v.6.0.5\orca\layout\uni\xsl live_tracker.xsl Thu Mar 6 04:49:36 2008 UTC
2 Dolphin-v.6.1.0\orca\layout\uni\xsl live_tracker.xsl Wed Apr 9 17:44:52 2008 UTC

333.2 Comparison summary

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

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

333.4 Active regular expressions

No regular expressions were active.

333.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">   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     2  
3   <xsl: temp l at e   matc h
="
live_track er
"
>
  3        <xsl: inc l ud e  
h ref =" ../../base /xsl/ live_track er .xsl "   / >
4      
5   <div id="l ive_title" >Forums Sp y <span>(a  real-time  view of a ctivity)</ span></div >    
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                <xsl:if  test="user  != ''"><a  href="{pr ofile}" on click="{on click}"><x sl:value-o f select=" user" /></ a></xsl:if >    
27                         <xsl:if te st="user =  ''">anony mous</xsl: if>    
28                said in     
29                <span cl ass="lp_bc ">    
30                    <a h ref="{base }?action=g oto&amp;ca t_id={cat/ @id}" oncl ick="retur n f.select ForumIndex ({cat/@id} )"><xsl:va lue-of sel ect="cat"  /></a>    
31                    &gt;    
32                    <a h ref="{base }?action=g oto&amp;fo rum_id={fo rum/@id}&a mp;start=0 " onclick= "return f. selectForu m({forum/@ id})"><xsl :value-of  select="fo rum" /></a    
33                    &gt;    
34                    <a h ref="{base }?action=g oto&amp;to pic_id={to pic/@id}"  onclick="r eturn f.se lectTopic( {topic/@id })"><xsl:v alue-of se lect="topi c" /></a>            
35                </span>    
36           </ div>    
37           <d iv class=" lp_date">< xsl:copy-o f select=" date" /></ div>    
38       </div>    
39   </xsl:temp late>    
40     4  
41   </xsl:styl esheet>   5   </xsl:styl esheet>
42