PageRenderTime 1540ms CodeModel.GetById 1527ms RepoModel.GetById 0ms app.codeStats 0ms

/static/scripts/tiny_mce/plugins/paste/pasteword.htm

http://n23.googlecode.com/
HTML | 29 lines | 25 code | 4 blank | 0 comment | 0 complexity | 233df20363a5cceb1809304d2d511b43 MD5 | raw file
Possible License(s): Apache-2.0, LGPL-2.1
  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. <base target="_self" />
  9. </head>
  10. <body onresize="resizeInputs();" style="display:none; overflow:hidden;">
  11. <form name="source" onsubmit="saveContent();" action="#">
  12. <div class="title">{#paste.paste_word_desc}</div>
  13. <div>{#paste_dlg.word_title}</div>
  14. <div id="iframecontainer"></div>
  15. <div class="mceActionPanel">
  16. <div style="float: left">
  17. <input type="button" id="insert" name="insert" value="{#insert}" onclick="saveContent();" />
  18. </div>
  19. <div style="float: right">
  20. <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
  21. </div>
  22. </div>
  23. </form>
  24. </body>
  25. </html>