437. File Comparison Report

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

437.1 Files compared

# Location File Last Modified
1 Mon May 12 13:06:03 2008 UTC
2 Dolphin-v.6.1.0\plugins\tiny_mce\plugins\example dialog.htm Thu Mar 27 13:53:24 2008 UTC

437.2 Comparison summary

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

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

437.4 Active regular expressions

No regular expressions were active.

437.5 Comparison detail

    1   <!DOCTYPE  html PUBLI C "-//W3C/ /DTD XHTML  1.0 Stric t//EN" "ht tp://www.w 3.org/TR/x html1/DTD/ xhtml1-str ict.dtd">
    2   <html xmln s="http:// www.w3.org /1999/xhtm l">
    3   <head>
    4       <title >{#example _dlg.title }</title>
    5       <scrip t type="te xt/javascr ipt" src=" ../../tiny _mce_popup .js"></scr ipt>
    6       <scrip t type="te xt/javascr ipt" src=" js/dialog. js"></scri pt>
    7   </head>
    8   <body>
    9  
    10   <form onsu bmit="Exam pleDialog. insert();r eturn fals e;" action ="#">
    11       <p>Her e is a exa mple dialo g.</p>
    12       <p>Sel ected text : <input i d="someval " name="so meval" typ e="text" c lass="text " /></p>
    13       <p>Cus tom arg: < input id=" somearg" n ame="somea rg" type=" text" clas s="text" / ></p>
    14  
    15       <div c lass="mceA ctionPanel ">
    16           <d iv style=" float: lef t">
    17                <input t ype="butto n" id="ins ert" name= "insert" v alue="{#in sert}" onc lick="Exam pleDialog. insert();"  />
    18           </ div>
    19  
    20           <d iv style=" float: rig ht">
    21                <input t ype="butto n" id="can cel" name= "cancel" v alue="{#ca ncel}" onc lick="tiny MCEPopup.c lose();" / >
    22           </ div>
    23       </div>
    24   </form>
    25  
    26   </body>
    27   </html>