annotate media/js/tiny_mce/plugins/paste/pastetext.htm @ 45:a5b4c5ce0658

Breaking down and controlling all media files, including javascript libraries.
author Brian Neal <bgneal@gmail.com>
date Fri, 19 Jun 2009 03:16:03 +0000
parents
children 149c3567fec1
rev   line source
bgneal@45 1 <html xmlns="http://www.w3.org/1999/xhtml">
bgneal@45 2 <head>
bgneal@45 3 <title>{#paste.paste_text_desc}</title>
bgneal@45 4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
bgneal@45 5 <script type="text/javascript" src="../../tiny_mce_popup.js"></script>
bgneal@45 6 <script type="text/javascript" src="js/pastetext.js"></script>
bgneal@45 7 </head>
bgneal@45 8 <body onresize="resizeInputs();" style="display:none; overflow:hidden;">
bgneal@45 9 <form name="source" onsubmit="saveContent();return false;" action="#">
bgneal@45 10 <div style="float: left" class="title">{#paste.paste_text_desc}</div>
bgneal@45 11
bgneal@45 12 <div style="float: right">
bgneal@45 13 <input type="checkbox" name="linebreaks" id="linebreaks" class="wordWrapCode" checked="checked" /><label for="linebreaks">{#paste_dlg.text_linebreaks}</label>
bgneal@45 14 </div>
bgneal@45 15
bgneal@45 16 <br style="clear: both" />
bgneal@45 17
bgneal@45 18 <div>{#paste_dlg.text_title}</div>
bgneal@45 19
bgneal@45 20 <textarea name="htmlSource" id="htmlSource" 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>
bgneal@45 21
bgneal@45 22 <div class="mceActionPanel">
bgneal@45 23 <div style="float: left">
bgneal@45 24 <input type="submit" name="insert" value="{#insert}" id="insert" />
bgneal@45 25 </div>
bgneal@45 26
bgneal@45 27 <div style="float: right">
bgneal@45 28 <input type="button" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" id="cancel" />
bgneal@45 29 </div>
bgneal@45 30 </div>
bgneal@45 31 </form>
bgneal@45 32 </body>
bgneal@45 33 </html>