Mercurial > public > sg101
comparison media/js/tiny_mce/plugins/paste/pasteword.htm @ 45:a5b4c5ce0658
Breaking down and controlling all media files, including javascript libraries.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 19 Jun 2009 03:16:03 +0000 |
parents | |
children | 149c3567fec1 |
comparison
equal
deleted
inserted
replaced
44:08cd19c1ee50 | 45:a5b4c5ce0658 |
---|---|
1 <html xmlns="http://www.w3.org/1999/xhtml"> | |
2 <head> | |
3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> | |
4 <title>{#paste.paste_word_desc}</title> | |
5 <script type="text/javascript" src="../../tiny_mce_popup.js"></script> | |
6 <script type="text/javascript" src="js/pasteword.js"></script> | |
7 <link href="css/pasteword.css" rel="stylesheet" type="text/css" /> | |
8 </head> | |
9 <body onresize="resizeInputs();" style="display:none; overflow:hidden;"> | |
10 <form name="source" onsubmit="saveContent();" action="#"> | |
11 <div class="title">{#paste.paste_word_desc}</div> | |
12 | |
13 <div>{#paste_dlg.word_title}</div> | |
14 | |
15 <div id="iframecontainer"></div> | |
16 | |
17 <div class="mceActionPanel"> | |
18 <div style="float: left"> | |
19 <input type="button" id="insert" name="insert" value="{#insert}" onclick="saveContent();" /> | |
20 </div> | |
21 | |
22 <div style="float: right"> | |
23 <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" /> | |
24 </div> | |
25 </div> | |
26 </form> | |
27 </body> | |
28 </html> |