698. File Comparison Report

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

698.1 Files compared

# Location File Last Modified
1 Dolphin-v.6.0.5\templates\base\xsl group_last_topics.xsl Thu Sep 20 09:00:18 2007 UTC
2 Dolphin-v.6.1.0\templates\base\xsl group_last_topics.xsl Wed Apr 9 17:45:00 2008 UTC

698.2 Comparison summary

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

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

698.4 Active regular expressions

No regular expressions were active.

698.5 Comparison detail

1   <xsl:style sheet vers ion="1.0"  xmlns:xsl= "http://ww w.w3.org/1 999/XSL/Tr ansform">   1   <xsl:style sheet vers ion="1.0"  xmlns:xsl= "http://ww w.w3.org/1 999/XSL/Tr ansform">
2     2  
3   <xsl:templ ate match= "urls" />   3   <xsl:templ ate match= "urls" />
4     4  
5   <!--Only f or admin l ogin-->   5   <!--Only f or admin l ogin-->
6   <xsl:templ ate match= "forum_acc ess">   6   <xsl:templ ate match= "forum_acc ess">
7       <div s tyle="text -align:cen ter;">   7       <div s tyle="text -align:cen ter;">
8           Pl ease follo w to the f orum to vi ew all for um topics   8           Pl ease follo w to the f orum to vi ew all for um topics
9       </div>   9       </div>
10   </xsl:temp late>   10   </xsl:temp late>
11     11  
12   <xsl:templ ate match= "topics">   12   <xsl:templ ate match= "topics">
13     13  
14       <table  class="gr oup_topics ">   14       <table  class="gr oup_topics ">
15           <t r class="g roup_topic s_header">   15           <t r class="g roup_topic s_header">
16                <th clas s="group_t opics_col_ topics">La test topic s</th>   16                <th clas s="group_t opics_col_ topics">La test topic s</th>
17                <th clas s="group_t opics_col_ posts">Pos ts</th>   17                <th clas s="group_t opics_col_ posts">Pos ts</th>
18                <th clas s="group_t opics_col_ author">Au thor</th>   18                <th clas s="group_t opics_col_ author">Au thor</th>
19                <th clas s="group_t opics_col_ reply">Lat est reply< /th>   19                <th clas s="group_t opics_col_ reply">Lat est reply< /th>
20           </ tr>   20           </ tr>
21           <x sl:apply-t emplates s elect="top ic" />   21           <x sl:apply-t emplates s elect="top ic" />
22       </tabl e>   22       </tabl e>
23     23  
24   </xsl:temp late>   24   </xsl:temp late>
25     25  
26   <xsl:templ ate match= "topic">   26   <xsl:templ ate match= "topic">
27              27           
28           <x sl:element  name="tr" >   28           <x sl:element  name="tr" >
29                <xsl:att ribute nam e="class">   29                <xsl:att ribute nam e="class">
30                    grou p_topic_ro w_<xsl:val ue-of sele ct="@topic _class" />   30                    grou p_topic_ro w_<xsl:val ue-of sele ct="@topic _class" />
31                </xsl:at tribute>   31                </xsl:at tribute>
32                   32                
33                <td clas s="group_t opics_col_ topics">            33                <td clas s="group_t opics_col_ topics">         
34                    <b>   34                    <b>
35                         <xsl:eleme nt name="a ">   35                         <xsl:eleme nt name="a ">
36                              <xsl:attri bute   name="href ">groups/o rca/ ?action=go to&amp; topic _id= <xsl:value -of   select=" @ i d "   />
</xsl:attr ibute>
  36                              <xsl:attri bute   name="href ">groups/o rca/
topic / <xsl:value -of   select=" ur i
"   /> .htm </xsl:attr ibute>
37                             <xsl:v alue-of se lect="titl e" />    37                             <xsl:v alue-of se lect="titl e" /> 
38                         </xsl:elem ent>   38                         </xsl:elem ent>
39                    </b>   39                    </b>
40                    <br  />   40                    <br  />
41                    <xsl :value-of  select="de sc" />    41                    <xsl :value-of  select="de sc" /> 
42                </td>   42                </td>
43                   43                
44                <td clas s="group_t opics_col_ posts"><xs l:value-of  select="c ount" /></ td>   44                <td clas s="group_t opics_col_ posts"><xs l:value-of  select="c ount" /></ td>
45                   45                
46                <td clas s="group_t opics_col_ author">   46                <td clas s="group_t opics_col_ author">
47                    <b>< xsl:value- of select= "first_u"  /></b>   47                    <b>< xsl:value- of select= "first_u"  /></b>
48                    <br  />   48                    <br  />
49                    <xsl :value-of  select="fi rst_d" />   49                    <xsl :value-of  select="fi rst_d" />
50                </td>   50                </td>
51                   51                
52                <td clas s="group_t opics_col_ reply">   52                <td clas s="group_t opics_col_ reply">
53                    <b>< xsl:value- of select= "last_u" / ></b>   53                    <b>< xsl:value- of select= "last_u" / ></b>
54                    <br  />   54                    <br  />
55                    <xsl :value-of  select="la st_d" />   55                    <xsl :value-of  select="la st_d" />
56                </td>   56                </td>
57           </ xsl:elemen t>   57           </ xsl:elemen t>
58     58  
59   </xsl:temp late>   59   </xsl:temp late>
60     60  
61   </xsl:styl esheet>   61   </xsl:styl esheet>
62     62  
63     63