282. File Comparison Report

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

282.1 Files compared

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

282.2 Comparison summary

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

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

282.4 Active regular expressions

No regular expressions were active.

282.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:templ ate name=" canvas_ini t">
    4  
    5       <scrip t type="te xt/javascr ipt">
    6  
    7           <x sl:if test ="'client'  = /root/u rls/xsl_mo de">
    8                document .write = f unction (s ) { };
    9           </ xsl:if>
    10           
    11           ti nyMCE_GZ.l oadFile =  function(u
    12           {
    13                var x, e x;
    14                if ( win dow.XMLHtt pRequest )
    15                {
    16                    x =  new XMLHtt pRequest() ;
    17                }
    18                else
    19                {
    20                    try  {
    21                         x = new Ac tiveXObjec t("Microso ft.XMLHTTP ");
    22                    } ca tch (ex) {
    23                         x = new Ac tiveXObjec t("Msxml2. XMLHTTP");
    24                    }
    25                }
    26                x.open(" GET", u.re place(/%2C /g, ','),  false);
    27                x.send(n ull);
    28                this.scr iptData =  x.response Text;            
    29           };
    30  
    31  
    32           ti nyMCE_GZ.i nit({
    33                plugins  : 'table,a dvimage,ad vlink,emot ions,iespe ll,insertd atetime,pr eview,zoom ,searchrep lace,print ,contextme nu,xhtmlxt ras,media' ,
    34                themes :  'advanced ',
    35                language s : 'en',
    36                disk_cac he : true,
    37                debug :  false
    38           }) ;        
    39           ev al(tinyMCE _GZ.script Data);
    40           
    41       </scri pt>
    42  
    43       <scrip t language ="javascri pt" type=" text/javas cript">
    44           
    45           fu nction orc aSetupCont ent (id, b ody, doc)  { }
    46           
    47           ti nyMCE.init ({
    48                entity_e ncoding :  "raw",
    49                mode : " exact",
    50                elements  : "tinyEd itor",
    51                theme :  "advanced" ,
    52                gecko_sp ellcheck :  true,
    53                content_ css : "<xs l:value-of  select="/ root/urls/ css" />bla nk.css",
    54  
    55                remove_l inebreaks  : true,
    56  
    57                setupcon tent_callb ack : "orc aSetupCont ent",
    58  
    59                plugins  : "table,a dvimage,ad vlink,emot ions,iespe ll,insertd atetime,pr eview,zoom ,searchrep lace,print ,contextme nu,xhtmlxt ras,media" ,
    60                theme_ad vanced_but tons1_add  : "fontsiz eselect,se parator,fo recolor,ba ckcolor",
    61                theme_ad vanced_but tons2_add  : "separat or,insertd ate,insert time,previ ew,zoom",
    62                theme_ad vanced_but tons2_add_ before: "c ut,copy,pa ste,separa tor,search ,replace,s eparator",
    63                theme_ad vanced_but tons3_add_ before : " tablecontr ols,separa tor",
    64                theme_ad vanced_but tons3_add  : "emotion s,iespell, flash,sepa rator,prin t",
    65                theme_ad vanced_dis able : "ch armap",
    66                theme_ad vanced_too lbar_locat ion : "top ",
    67                theme_ad vanced_too lbar_align  : "left",
    68                theme_ad vanced_pat h_location  : "bottom ",
    69                plugin_i nsertdate_ dateFormat  : "%Y-%m- %d",
    70                plugin_i nsertdate_ timeFormat  : "%H:%M: %S",
    71                extended _valid_ele ments : "a [name|href |target|ti tle|onclic k],hr[clas s|width|si ze|noshade ],font[fac e|size|col or|style], span[class |align|sty le],img[cl ass|src|bo rder=0|alt |title|hsp ace|vspace |width|hei ght|align| onmouseove r|onmouseo ut|name|ob j|param|em bed],objec t[type|all owScriptAc cess|allow Networking |height|wi dth|data], param[name |value|],e mbed[src|w idth|heigh t|bgcolor| type|plugi nspage|fla shvars|sca le|AllowSc riptAccess |wmode]"
    72                });
    73  
    74       </scri pt>
    75  
    76       <scrip t language ="javascri pt" type=" text/javas cript">            
    77  
    78           va r urlXsl =  '<xsl:val ue-of sele ct="/root/ urls/xsl"  />';
    79           va r urlImg =  '<xsl:val ue-of sele ct="/root/ urls/img"  />';
    80           va r defTitle  = '<xsl:v alue-of se lect="/roo t/title" / >';
    81           va r isLogged In = '<xsl :value-of  select="/r oot/logini nfo/userna me" />'.le ngth ? tru e : false;
    82  
    83           va r xsl_mode  = '<xsl:v alue-of se lect="/roo t/urls/xsl _mode" />' ;
    84  
    85           va r f = new  Forum ('<x sl:value-o f select=" base"/>',  <xsl:value -of select ="min_poin t"/>);         
    86           do cument.f =  f;
    87           va r orca_log in = new L ogin ('<xs l:value-of  select="b ase"/>', f );
    88           do cument.orc a_login =  orca_login ;
    89           <x sl:if test ="1 = /roo t/logininf o/admin">
    90                var orca _admin = n ew Admin ( '<xsl:valu e-of selec t="base"/> ', f);
    91                document .orca_admi n = orca_a dmin;
    92           </ xsl:if>
    93           
    94       </scri pt>
    95  
    96   </xsl:temp late>
    97  
    98   </xsl:styl esheet>