| 1 | 1 |
deleted file mode 100644 |
| ... | ... |
@@ -1,21 +0,0 @@ |
| 1 |
-<html xmlns="http://www.w3.org/1999/xhtml"> |
|
| 2 |
-<head> |
|
| 3 |
- <title>{#paste.paste_word_desc}</title>
|
|
| 4 |
- <script type="text/javascript" src="../../tiny_mce_popup.js"></script> |
|
| 5 |
- <script type="text/javascript" src="js/pasteword.js"></script> |
|
| 6 |
-</head> |
|
| 7 |
-<body onresize="PasteWordDialog.resize();" style="display:none; overflow:hidden;"> |
|
| 8 |
- <form name="source" onsubmit="return PasteWordDialog.insert();" action="#"> |
|
| 9 |
- <div class="title">{#paste.paste_word_desc}</div>
|
|
| 10 |
- |
|
| 11 |
- <div>{#paste_dlg.word_title}</div>
|
|
| 12 |
- |
|
| 13 |
- <div id="iframecontainer"></div> |
|
| 14 |
- |
|
| 15 |
- <div class="mceActionPanel"> |
|
| 16 |
- <input type="submit" id="insert" name="insert" value="{#insert}" />
|
|
| 17 |
- <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
|
|
| 18 |
- </div> |
|
| 19 |
- </form> |
|
| 20 |
-</body> |
|
| 21 |
-</html> |
| ... | ... |
@@ -1,29 +1,21 @@ |
| 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> |
|
| 1 |
+<html xmlns="http://www.w3.org/1999/xhtml"> |
|
| 2 |
+<head> |
|
| 3 |
+ <title>{#paste.paste_word_desc}</title>
|
|
| 4 |
+ <script type="text/javascript" src="../../tiny_mce_popup.js"></script> |
|
| 5 |
+ <script type="text/javascript" src="js/pasteword.js"></script> |
|
| 6 |
+</head> |
|
| 7 |
+<body onresize="PasteWordDialog.resize();" style="display:none; overflow:hidden;"> |
|
| 8 |
+ <form name="source" onsubmit="return PasteWordDialog.insert();" action="#"> |
|
| 9 |
+ <div class="title">{#paste.paste_word_desc}</div>
|
|
| 10 |
+ |
|
| 11 |
+ <div>{#paste_dlg.word_title}</div>
|
|
| 12 |
+ |
|
| 13 |
+ <div id="iframecontainer"></div> |
|
| 14 |
+ |
|
| 15 |
+ <div class="mceActionPanel"> |
|
| 16 |
+ <input type="submit" id="insert" name="insert" value="{#insert}" />
|
|
| 17 |
+ <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
|
|
| 18 |
+ </div> |
|
| 19 |
+ </form> |
|
| 20 |
+</body> |
|
| 21 |
+</html> |
| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -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> |