~quam-plures-core/quam-plures/bug-614012

« back to all changes in this revision

Viewing changes to qp_plugins/tinymce_plugin/tiny_mce/plugins/paste/pasteword.htm

  • Committer: yabs
  • Author(s): EdB
  • Date: 2010-07-23 07:41:42 UTC
  • mfrom: (7507.5.4 upgrade_tinymce_core)
  • Revision ID: yabs@innervisions.org.uk-20100723074142-1xhibhdhaibhq33m
Upgrade TinyMCE

Show diffs side-by-side

added added

removed removed

Lines of Context:
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>