]> git.donarmstrong.com Git - roundcube.git/blob - program/js/tiny_mce/plugins/paste/pastetext.htm
Imported Upstream version 0.3
[roundcube.git] / program / js / tiny_mce / plugins / paste / pastetext.htm
1 <html xmlns="http://www.w3.org/1999/xhtml">\r
2 <head>\r
3         <title>{#paste.paste_text_desc}</title>\r
4         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />\r
5         <script type="text/javascript" src="../../tiny_mce_popup.js"></script>\r
6         <script type="text/javascript" src="js/pastetext.js"></script>\r
7 </head>\r
8 <body onresize="PasteTextDialog.resize();" style="display:none; overflow:hidden;">\r
9         <form name="source" onsubmit="return PasteTextDialog.insert();" action="#">\r
10                 <div style="float: left" class="title">{#paste.paste_text_desc}</div>\r
11 \r
12                 <div style="float: right">\r
13                         <input type="checkbox" name="linebreaks" id="linebreaks" class="wordWrapCode" checked="checked" /><label for="linebreaks">{#paste_dlg.text_linebreaks}</label>\r
14                 </div>\r
15 \r
16                 <br style="clear: both" />\r
17 \r
18                 <div>{#paste_dlg.text_title}</div>\r
19 \r
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>\r
21 \r
22                 <div class="mceActionPanel">\r
23                         <div style="float: left">\r
24                                 <input type="submit" name="insert" value="{#insert}" id="insert" />\r
25                         </div>\r
26 \r
27                         <div style="float: right">\r
28                                 <input type="button" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" id="cancel" />\r
29                         </div>\r
30                 </div>\r
31         </form>\r
32 </body> \r
33 </html>