306. File Comparison Report

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

306.1 Files compared

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

306.2 Comparison summary

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

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

306.4 Active regular expressions

No regular expressions were active.

306.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="b readcrumbs .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                         [L[Special  Member]]
    17                    </xs l:when>
    18                    <xsl :otherwise >
    19                         [L[Standar d Member]]
    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">[ L[Member I nfo]]</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                    [L[J oined:]] < xsl:value- of select= "join_date " />
    55                    <br  />
    56                    [L[L ast Online :]] <xsl:v alue-of se lect="last _online" / >
    57                    <br  />
    58                    <br  />
    59                    [L[P osts:]] <x sl:value-o f select=" posts" />
    60                    <br  />
    61                    [L[L ast 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');">[L[ Find all p osts by]]  <xsl:value -of select ="username " /></a>
    73                    </xs l:if>
    74                </div>                
    75           </ div>           
    76       </div>
    77  
    78   </xsl:temp late>
    79  
    80  
    81   </xsl:styl esheet>
    82  
    83