518. File Comparison Report

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

518.1 Files compared

# Location File Last Modified
1 Dolphin-v.6.0.5\plugins\tiny_mce\plugins\preview example.html Thu Sep 20 08:59:00 2007 UTC
2 Dolphin-v.6.1.0\plugins\tiny_mce\plugins\preview example.html Thu Mar 27 13:53:24 2008 UTC

518.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 4 24
Changed 1 4
Inserted 1 13
Removed 1 1

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

518.4 Active regular expressions

No regular expressions were active.

518.5 Comparison detail

1   <html xmln s="http:// www.w3.org /1999/xhtm l">   1   <html xmln s="http:// www.w3.org /1999/xhtm l">
2   <head>   2   <head>
3   <script la nguage="ja vascript"  src="../.. /tiny_mce_ popup.js"> </script>   3   <script la nguage="ja vascript"  src="../.. /tiny_mce_ popup.js"> </script>
4   <script ty pe="text/j avascript"  src="jscr ipts/embed .js"></scr ipt>   4   <script ty pe="text/j avascript"  src="jscr ipts/embed .js"></scr ipt>
    5   <script ty pe="text/j avascript" >
    6   tinyMCEPop up.onInit. add(functi on(ed) {
    7       var do m = tinyMC EPopup.dom ;
    8  
    9       // Loa d editor c ontent_css
    10       tinymc e.each(ed. settings.c ontent_css .split(',' ), functio n(u) {
    11           do m.loadCSS( ed.documen tBaseURI.t oAbsolute( u));
    12       });
    13  
    14       // Pla ce content s inside d iv contain er
    15       dom.se tHTML('con tent', ed. getContent ());
    16   });
    17   </script>
5   <title>Exa mple of a  custom pre view page< /title>   18   <title>Exa mple of a  custom pre view page< /title>
6   <link href ="{$conten t_css}" re l="stylesh eet" type= "text/css"  />    
7   </head>   19   </head>
8   <body>   20   <body>
9     21  
10   Editor con tents: <br  />   22   Editor con tents: <br  />
11   {$ content }   23   <div   id=" content ">
    24   <!-- Gets  filled wit h editor c ontents -- >
    25   </div>
12     26  
13   </body>   27   </body>
14   </html>   28   </html>