149. File Comparison Report

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

149.1 Files compared

# Location File Last Modified
1 Dolphin-v.6.0.5\groups\orca\layout\uni\xsl breadcrumbs.xsl Wed Oct 17 08:48:24 2007 UTC
2 Dolphin-v.6.1.0\groups\orca\layout\uni\xsl breadcrumbs.xsl Mon Apr 14 11:47:22 2008 UTC

149.2 Comparison summary

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

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

149.4 Active regular expressions

No regular expressions were active.

149.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:templ ate name=" breadcrumb s">   3   <xsl:templ ate name=" breadcrumb s">
4     4  
5       <xsl:p aram name= "link0" />   5       <xsl:p aram name= "link0" />
6       <xsl:p aram name= "link1" />   6       <xsl:p aram name= "link1" />
7       <xsl:p aram name= "link2" />   7       <xsl:p aram name= "link2" />
8     8  
9       <div i d="f_bread crumb">   9       <div i d="f_bread crumb">
10     10  
11           <a  href="../ ../">Home< /a>   11           <a  href="../ ../">Home< /a>
12     12  
13           <i mg src="{/ root/urls/ img}a.gif"  />    13           <i mg src="{/ root/urls/ img}a.gif"  /> 
14            <a   href="../. ./gr ou p s_home .php">Grou ps</a>   14            <a   href="../. ./gr
p
.php">Grou ps</a>
15     15  
16           <x sl:if test ="string-l ength($lin k1)">   16           <x sl:if test ="string-l ength($lin k1)">
17                <img src ="{/root/u rls/img}a. gif" />   17                <img src ="{/root/u rls/img}a. gif" />
18                <xsl:cop y-of selec t="$link1"  />   18                <xsl:cop y-of selec t="$link1"  />
19           </ xsl:if>   19           </ xsl:if>
20     20  
21           <x sl:if test ="string-l ength($lin k2)">   21           <x sl:if test ="string-l ength($lin k2)">
22                <img src ="{/root/u rls/img}a. gif" />   22                <img src ="{/root/u rls/img}a. gif" />
23                <xsl:cop y-of selec t="$link2"  />   23                <xsl:cop y-of selec t="$link2"  />
24           </ xsl:if>   24           </ xsl:if>
25     25  
26           <x sl:if test ="string-l ength($lin k0)">   26           <x sl:if test ="string-l ength($lin k0)">
27                <span cl ass="perma link"><xsl :copy-of s elect="$li nk0" /></s pan>   27                <span cl ass="perma link"><xsl :copy-of s elect="$li nk0" /></s pan>
28           </ xsl:if>   28           </ xsl:if>
29     29  
30       </div>        30       </div>     
31     31  
32   </xsl:temp late>   32   </xsl:temp late>
33     33  
34   </xsl:styl esheet>   34   </xsl:styl esheet>
35     35  
36     36