323. File Comparison Report

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

323.1 Files compared

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

323.2 Comparison summary

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

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

323.4 Active regular expressions

No regular expressions were active.

323.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 match= "urls" />   3       <xsl:i nclude hre f="../../b ase/xsl/ed it_cat_for m.xsl" />
4      
5   <xsl:templ ate match= "cat">    
6      
7       <div c lass="wnd_ box">    
8      
9                <div sty le="displa y:none;" i d="js_code ">    
10                    var  f = docume nt.forms[' orca_edit_ cat'];    
11                    orca _admin.edi tCatSubmit  (f.elemen ts['cat_id '].value,  f.elements ['cat_name '].value);    
12                </div>    
13      
14                <div cla ss="wnd_ti tle">    
15                    <h2>    
16                         <xsl:if te st="@cat_i d &gt; 0"> Edit group </xsl:if>    
17                         <xsl:if te st="0 = @c at_id">New  group</xs l:if>    
18                    </h2 >    
19                </div>               
20      
21                <div cla ss="wnd_co ntent">    
22      
23                <form na me="orca_e dit_cat" o nsubmit="v ar x=docum ent.getEle mentById(' js_code'). innerHTML;  eval(x);  return fal se;">    
24      
25                    <div >    
26                         <input cla ss="sh" ty pe="text"  name="cat_ name" valu e="{cat_na me}" />    
27                    </di v>    
28      
29                    <inp ut type="h idden" nam e="cat_id"  value="{@ cat_id}" / >    
30                    <inp ut type="h idden" nam e="action"  value="ed it_categor y_submit"  />    
31                        
32                    <div  style="ma rgin:0px;  margin-rig ht:50px; m argin-top: 12px; marg in-bottom: 40px;">    
33      
34                             <div c lass="btn"  onmouseov er="this.s tyle.backg roundPosit ion='0 25p x'" onmous eout="this .style.bac kgroundPos ition='0 0 '">                  
35                                 <a  href="jav ascript:vo id(0);" on click="f.h ideHTML();  return fa lse;"><img  src="{/ro ot/urls/im g}button_l .gif" /></ a>    
36                                 <i mg src="{/ root/urls/ img}btn_ic on_cancel. gif" />    
37                                 <b >Cancel</b >    
38                             </div>    
39      
40                             <div c lass="btn"  onmouseov er="this.s tyle.backg roundPosit ion='0 25p x'" onmous eout="this .style.bac kgroundPos ition='0 0 '">    
41                                 <a  href="jav ascript:vo id(0);" on click="var  x=documen t.getEleme ntById('js _code').in nerHTML; e val(x); re turn false ;"><img sr c="{/root/ urls/img}b utton_l.gi f" /></a>    
42                                 <i mg src="{/ root/urls/ img}btn_ic on_submit. gif" />    
43                                 <b >Submit</b >    
44                             </div>    
45      
46                    </di v>                   
47                        
48                </form>    
49               
50                </div>    
51      
52           </ div>    
53      
54   </xsl:temp late>    
55     4  
56   </xsl:styl esheet>   5   </xsl:styl esheet>
57      
58