source: branches/rsr.v5.1/web/app/plugins/tinymce/jscripts/tiny_mce/plugins/paste/pasteword.htm @ 1

Last change on this file since 1 was 1, checked in by dj3c1t, 12 years ago

import initial

File size: 1.0 KB
Line 
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>
Note: See TracBrowser for help on using the repository browser.