move code up one directory
[atutor.git] / jscripts / tiny_mce / themes / advanced / source_editor.htm
1 <html xmlns="http://www.w3.org/1999/xhtml">\r
2 <head>\r
3         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />\r
4         <title>{#advanced_dlg.code_title}</title>\r
5         <script type="text/javascript" src="../../tiny_mce_popup.js"></script>\r
6         <script type="text/javascript" src="js/source_editor.js"></script>\r
7 </head>\r
8 <body onresize="resizeInputs();" style="display:none; overflow:hidden;">\r
9         <form name="source" onsubmit="saveContent();return false;" action="#">\r
10                 <div style="float: left" class="title">{#advanced_dlg.code_title}</div>\r
11 \r
12                 <div id="wrapline" style="float: right">\r
13                         <input type="checkbox" name="wraped" id="wraped" onclick="toggleWordWrap(this);" class="wordWrapCode" /><label for="wraped">{#advanced_dlg.code_wordwrap}</label>\r
14                 </div>\r
15 \r
16                 <br style="clear: both" />\r
17 \r
18                 <textarea name="htmlSource" id="htmlSource" rows="15" cols="100" style="width: 100%; height: 100%; font-family: 'Courier New',Courier,monospace; font-size: 12px;" dir="ltr" wrap="off" class="mceFocus"></textarea>\r
19 \r
20                 <div class="mceActionPanel">\r
21                         <input type="submit" name="insert" value="{#update}" id="insert" />\r
22                         <input type="button" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" id="cancel" />\r
23                 </div>\r
24         </form>\r
25 </body>\r
26 </html>\r