1
|
1 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
2 |
<head>
|
|
3 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
diff
changeset
|
4 |
<title>{#paste.paste_word_desc}</title>
|
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
diff
changeset
|
5 |
<script type="text/javascript" src="../../tiny_mce_popup.js"></script>
|
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
diff
changeset
|
6 |
<script type="text/javascript" src="js/pasteword.js"></script>
|
1
|
7 |
<link href="css/pasteword.css" rel="stylesheet" type="text/css" />
|
|
8 |
<base target="_self" />
|
|
9 |
</head>
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
diff
changeset
|
10 |
<body onresize="resizeInputs();" style="display:none; overflow:hidden;">
|
1
|
11 |
<form name="source" onsubmit="saveContent();" action="#">
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
diff
changeset
|
12 |
<div class="title">{#paste.paste_word_desc}</div>
|
1
|
13 |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
diff
changeset
|
14 |
<div>{#paste_dlg.word_title}</div>
|
1
|
15 |
|
|
16 |
<div id="iframecontainer"></div>
|
|
17 |
|
|
18 |
<div class="mceActionPanel">
|
|
19 |
<div style="float: left">
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
diff
changeset
|
20 |
<input type="button" id="insert" name="insert" value="{#insert}" onclick="saveContent();" />
|
1
|
21 |
</div>
|
|
22 |
|
|
23 |
<div style="float: right">
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
diff
changeset
|
24 |
<input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
|
1
|
25 |
</div>
|
|
26 |
</div>
|
|
27 |
</form>
|
|
28 |
</body>
|
|
29 |
</html>
|