author | Anthony Ly <anthonyly.com@gmail.com> |
Mon, 19 Nov 2012 18:26:13 +0100 | |
changeset 194 | 32102edaa81b |
parent 136 | bde1974c263b |
child 204 | 09a1c134465b |
permissions | -rw-r--r-- |
136 | 1 |
<html xmlns="http://www.w3.org/1999/xhtml"> |
2 |
<head> |
|
3 |
<title>{#paste.paste_word_desc}</title> |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
4 |
<script type="text/javascript" src="../../tiny_mce_popup.js?ver=349-20120314"></script> |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
5 |
<script type="text/javascript" src="js/pasteword.js?ver=349-20120314"></script> |
136 | 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 |
<div style="float: left"> |
|
17 |
<input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" /> |
|
18 |
</div> |
|
19 |
||
20 |
<div style="float: right"> |
|
21 |
<input type="submit" id="insert" name="insert" value="{#insert}" /> |
|
22 |
</div> |
|
23 |
</div> |
|
24 |
</form> |
|
25 |
</body> |
|
26 |
</html> |