author | Dan Fuhry <dan@enanocms.org> |
Fri, 19 Nov 2010 03:30:35 -0500 | |
changeset 1329 | 61d87ee12e80 |
parent 1193 | e3b94bd055dc |
permissions | -rw-r--r-- |
1 | 1 |
<html xmlns="http://www.w3.org/1999/xhtml"> |
2 |
<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
parents:
1
diff
changeset
|
3 |
<title>{#paste.paste_text_desc}</title> |
1 | 4 |
<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
parents:
1
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
parents:
1
diff
changeset
|
6 |
<script type="text/javascript" src="js/pastetext.js"></script> |
1 | 7 |
</head> |
1193 | 8 |
<body onresize="PasteTextDialog.resize();" style="display:none; overflow:hidden;"> |
9 |
<form name="source" onsubmit="return PasteTextDialog.insert();" action="#"> |
|
10 |
<div style="float: left" class="title">{#paste.paste_text_desc}</div> |
|
1 | 11 |
|
1193 | 12 |
<div style="float: right"> |
13 |
<input type="checkbox" name="linebreaks" id="linebreaks" class="wordWrapCode" checked="checked" /><label for="linebreaks">{#paste_dlg.text_linebreaks}</label> |
|
1 | 14 |
</div> |
15 |
||
1193 | 16 |
<br style="clear: both" /> |
17 |
||
18 |
<div>{#paste_dlg.text_title}</div> |
|
19 |
||
20 |
<textarea id="content" name="content" rows="15" cols="100" style="width: 100%; height: 100%; font-family: 'Courier New',Courier,mono; font-size: 12px;" dir="ltr" wrap="soft" class="mceFocus"></textarea> |
|
21 |
||
22 |
<div class="mceActionPanel"> |
|
23 |
<div style="float: left"> |
|
24 |
<input type="submit" name="insert" value="{#insert}" id="insert" /> |
|
25 |
</div> |
|
26 |
||
27 |
<div style="float: right"> |
|
28 |
<input type="button" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" id="cancel" /> |
|
29 |
</div> |
|
1 | 30 |
</div> |
1193 | 31 |
</form> |
1 | 32 |
</body> |
33 |
</html> |