annotate WebContent/jscripts/tiny_mce/plugins/paste/pasteword.htm @ 6:5bb7cc86069c

restlet.jar
author dwinter
date Wed, 14 Mar 2012 16:21:45 +0100
parents 0be9d53a6967
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
1 <html xmlns="http://www.w3.org/1999/xhtml">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
2 <head>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
3 <title>{#paste.paste_word_desc}</title>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
4 <script type="text/javascript" src="../../tiny_mce_popup.js"></script>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
5 <script type="text/javascript" src="js/pasteword.js"></script>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
6 </head>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
7 <body onresize="PasteWordDialog.resize();" style="display:none; overflow:hidden;">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
8 <form name="source" onsubmit="return PasteWordDialog.insert();" action="#">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
9 <div class="title">{#paste.paste_word_desc}</div>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
10
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
11 <div>{#paste_dlg.word_title}</div>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
12
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
13 <div id="iframecontainer"></div>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
14
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
15 <div class="mceActionPanel">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
16 <input type="submit" id="insert" name="insert" value="{#insert}" />
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
17 <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
18 </div>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
19 </form>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
20 </body>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
21 </html>