bgneal@312: <html xmlns="http://www.w3.org/1999/xhtml">
bgneal@312: <head>
bgneal@312: 	<title>{#paste.paste_word_desc}</title>
bgneal@312: 	<script type="text/javascript" src="../../tiny_mce_popup.js"></script>
bgneal@312: 	<script type="text/javascript" src="js/pasteword.js"></script>
bgneal@312: </head>
bgneal@312: <body onresize="PasteWordDialog.resize();" style="display:none; overflow:hidden;">
bgneal@312: 	<form name="source" onsubmit="return PasteWordDialog.insert();" action="#">
bgneal@312: 		<div class="title">{#paste.paste_word_desc}</div>
bgneal@312: 
bgneal@312: 		<div>{#paste_dlg.word_title}</div>
bgneal@312: 
bgneal@312: 		<div id="iframecontainer"></div>
bgneal@312: 
bgneal@312: 		<div class="mceActionPanel">
bgneal@312: 			<input type="submit" id="insert" name="insert" value="{#insert}" />
bgneal@312: 			<input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
bgneal@312: 		</div>
bgneal@312: 	</form>
bgneal@312: </body>
bgneal@312: </html>