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

338.1 Files compared

# Location File Last Modified
1 Dolphin-v.6.0.5\orca\layout\uni\xsl profile.xsl Wed Oct 17 08:48:18 2007 UTC
2 Dolphin-v.6.1.0\orca\layout\uni\xsl profile.xsl Wed Apr 9 17:44:52 2008 UTC

338.2 Comparison summary

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

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

338.4 Active regular expressions

No regular expressions were active.

338.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:inclu de   href="
b re a dcrumb s
.xsl"   />
  3        <xsl:inclu de   href=" ../../ b
a
s e/xsl/prof ile .xsl"   />
4      
5   <xsl:templ ate match= "urls" />    
6      
7   <xsl:templ ate match= "profile">    
8      
9       <xsl:c all-templa te name="b readcrumbs " />    
10      
11       <div i d="f_heade r" style=" height:aut o;">    
12           <h 2><xsl:val ue-of sele ct="userna me" /></h2    
13           <s pan>    
14                <xsl:cho ose>    
15                    <xsl :when test ="1 = spec ial">    
16                         Special Me mber    
17                    </xs l:when>    
18                    <xsl :otherwise >    
19                         Standard M ember    
20                    </xs l:otherwis e>    
21                </xsl:ch oose>                    
22           </ span>    
23      
24           <d iv class=" f_buttons" >    
25      
26                <xsl:if  test="1 =  0">    
27      
28                <div cla ss="btn" o nmouseover ="this.sty le.backgro undPositio n='0 25px' " onmouseo ut="this.s tyle.backg roundPosit ion='0 0'" >                  
29                    <a h ref="javas cript:void (0);" oncl ick=""><im g src="{/r oot/urls/i mg}button_ l.gif" />< /a>    
30                    <img  src="{/ro ot/urls/im g}btn_icon _new_topic .gif" />    
31                    <b>B utton1</b>    
32                </div>    
33      
34                <div tit le="rss fe ed" class= "icn" onmo useover="t his.style. background Position=' 0 24px'" o nmouseout= "this.styl e.backgrou ndPosition ='0 0'" >    
35                    <a h ref="javas cript:void (0);" targ et="_blank "><img src ="{/root/u rls/img}bu tton_l.gif " /></a>    
36                    <img  src="{/ro ot/urls/im g}btn_icon _rss.gif"  />    
37                </div>    
38      
39                </xsl:if >    
40      
41           </ div>    
42      
43       </div>    
44      
45       <div i d="f_tbl">    
46           <u l class="t bl_hh">    
47                <li clas s="tbl_hh_ profile">M ember Info </li>    
48           </ ul>    
49           <d iv class=" profile">    
50                <div cla ss="avatar " style="p osition:ab solute;">    
51                    <img  src="{ava tar}" />    
52                </div>    
53                <div sty le="margin -left:57px ;">    
54                    Join ed: <xsl:v alue-of se lect="join _date" />    
55                    <br  />    
56                    Last  Online: < xsl:value- of select= "last_onli ne" />    
57                    <br  />    
58                    <br  />    
59                    Post s: <xsl:va lue-of sel ect="posts " />    
60                    <br  />    
61                    Last  Post:     
62                    <xsl :choose>    
63                         <xsl:when  test="stri ng-length( user_last_ post) &gt;  0">    
64                             <xsl:v alue-of se lect="user _last_post " />    
65                         </xsl:when >    
66                         <xsl:other wise>    
67                             never    
68                         </xsl:othe rwise>    
69                    </xs l:choose>                         
70                    <br  />      
71                    <xsl :if test=" posts &gt;  0">    
72                         <a href="j avascript: void(0);"  onclick="r eturn f.se arch ('',  'tlts', 0,  '{usernam e}', 'topi cs');">Fin d all post s by <xsl: value-of s elect="use rname" />< /a>    
73                    </xs l:if>    
74                </div>                    
75           </ div>               
76       </div>    
77      
78   </xsl:temp late>    
79      
80     4  
81   </xsl:styl esheet>   5   </xsl:styl esheet>
82      
83