diff options
| author | hukl <contact@smyck.org> | 2009-02-17 21:54:39 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-02-17 21:54:39 +0100 |
| commit | f61b5b0597e0c25f084ee67d402f12a43a7a9947 (patch) | |
| tree | 3b4c3f9f38637f1a7ecf703ece4fd3bc4c6e2934 /public/javascripts/tiny_mce/plugins/paste/pasteword.htm | |
| parent | 3d3b786cc43266f6292f5edd25733dbb9bd6ed06 (diff) | |
added tinymce editor for body area of pages
Diffstat (limited to 'public/javascripts/tiny_mce/plugins/paste/pasteword.htm')
| -rwxr-xr-x | public/javascripts/tiny_mce/plugins/paste/pasteword.htm | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/public/javascripts/tiny_mce/plugins/paste/pasteword.htm b/public/javascripts/tiny_mce/plugins/paste/pasteword.htm new file mode 100755 index 0000000..9e5ab1b --- /dev/null +++ b/public/javascripts/tiny_mce/plugins/paste/pasteword.htm | |||
| @@ -0,0 +1,29 @@ | |||
| 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 | |||
| 14 | <div>{#paste_dlg.word_title}</div> | ||
| 15 | |||
| 16 | <div id="iframecontainer"></div> | ||
| 17 | |||
| 18 | <div class="mceActionPanel"> | ||
| 19 | <div style="float: left"> | ||
| 20 | <input type="button" id="insert" name="insert" value="{#insert}" onclick="saveContent();" /> | ||
| 21 | </div> | ||
| 22 | |||
| 23 | <div style="float: right"> | ||
| 24 | <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" /> | ||
| 25 | </div> | ||
| 26 | </div> | ||
| 27 | </form> | ||
| 28 | </body> | ||
| 29 | </html> | ||
