500. File Comparison Report

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

500.1 Files compared

# Location File Last Modified
1 Mon May 12 13:06:15 2008 UTC
2 Dolphin-v.6.1.0\plugins\tiny_mce\plugins\pagebreak editor_plugin.js Thu Mar 27 13:53:24 2008 UTC

500.2 Comparison summary

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

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

500.4 Active regular expressions

No regular expressions were active.

500.5 Comparison detail

    1   (function( ){tinymce. create('ti nymce.plug ins.PageBr eakPlugin' ,{init:fun ction(ed,u rl){var pb ='<img src ="'+url+'/ img/trans. gif" class ="mcePageB reak mceIt emNoResize " />',cls= 'mcePageBr eak',sep=e d.getParam ('pagebrea k_separato r','<!-- p agebreak - ->'),pbRE; pbRE=new R egExp(sep. replace(/[ \?\.\*\[\] \(\)\{\}\+ \^\$\:]/g, function(a ){return'\ \'+a;}),'g ');ed.addC ommand('mc ePageBreak ',function (){ed.exec Command('m ceInsertCo ntent',0,p b);});ed.a ddButton(' pagebreak' ,{title:'p agebreak.d esc',cmd:c ls});ed.on Init.add(f unction(){ ed.dom.loa dCSS(url+" /css/conte nt.css");i f(ed.theme .onResolve Name){ed.t heme.onRes olveName.a dd(functio n(th,o){if (o.node.no deName=='I MG'&&ed.do m.hasClass (o.node,cl s))o.name= 'pagebreak ';});}});e d.onClick. add(functi on(ed,e){e =e.target; if(e.nodeN ame==='IMG '&&ed.dom. hasClass(e ,cls))ed.s election.s elect(e);} );ed.onNod eChange.ad d(function (ed,cm,n){ cm.setActi ve('pagebr eak',n.nod eName==='I MG'&&ed.do m.hasClass (n,cls));} );ed.onBef oreSetCont ent.add(fu nction(ed, o){o.conte nt=o.conte nt.replace (pbRE,pb); });ed.onPo stProcess. add(functi on(ed,o){i f(o.get)o. content=o. content.re place(/<im g[^>]+>/g, function(i m){if(im.i ndexOf('cl ass="mcePa geBreak')! ==-1)im=se p;return i m;});});}, getInfo:fu nction(){r eturn{long name:'Page Break',aut hor:'Moxie code Syste ms AB',aut horurl:'ht tp://tinym ce.moxieco de.com',in fourl:'htt p://wiki.m oxiecode.c om/index.p hp/TinyMCE :Plugins/p agebreak', version:ti nymce.majo rVersion+" ."+tinymce .minorVers ion};}});t inymce.Plu ginManager .add('page break',tin ymce.plugi ns.PageBre akPlugin); })();