2008-01-17 16:44:05 +01:00
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
|
|
|
<title>{#paste.paste_word_desc}</title>
|
2012-11-12 22:20:46 +01:00
|
|
|
<script type="text/javascript" src="../../tiny_mce_popup.js?ver=357-20121111"></script>
|
|
|
|
<script type="text/javascript" src="js/pasteword.js?ver=357-20121111"></script>
|
2008-01-17 16:44:05 +01:00
|
|
|
</head>
|
2009-04-24 17:26:00 +02:00
|
|
|
<body onresize="PasteWordDialog.resize();" style="display:none; overflow:hidden;">
|
|
|
|
<form name="source" onsubmit="return PasteWordDialog.insert();" action="#">
|
2008-01-17 16:44:05 +01:00
|
|
|
<div class="title">{#paste.paste_word_desc}</div>
|
|
|
|
|
|
|
|
<div>{#paste_dlg.word_title}</div>
|
|
|
|
|
|
|
|
<div id="iframecontainer"></div>
|
|
|
|
|
|
|
|
<div class="mceActionPanel">
|
2012-08-19 01:24:27 +02:00
|
|
|
<input type="submit" id="insert" name="insert" value="{#insert}" />
|
|
|
|
<input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
|
2008-01-17 16:44:05 +01:00
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</body>
|
|
|
|
</html>
|