-
+ D6A86FF30240F6F197AA1B3C4C93E587E0A43A946C32C6FBA428792A5698CE343B415C992BC9FBF5CD7B52B4CC7FE380F931CE2BFA7928D39B110BDB6913253D
mp-wp/wp-includes/js/tinymce/themes/advanced/source_editor.htm
(0 . 0)(1 . 32)
131289 <html xmlns="http://www.w3.org/1999/xhtml">
131290 <head>
131291 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
131292 <title>{#advanced_dlg.code_title}</title>
131293 <script type="text/javascript" src="../../tiny_mce_popup.js?ver=3211"></script>
131294 <script type="text/javascript" src="js/source_editor.js?ver=3211"></script>
131295 <base target="_self" />
131296 </head>
131297 <body onresize="resizeInputs();" style="display:none; overflow:hidden;">
131298 <form name="source" onsubmit="saveContent();return false;" action="#">
131299 <div style="float: left" class="title">{#advanced_dlg.code_title}</div>
131300
131301 <div id="wrapline" style="float: right">
131302 <input type="checkbox" name="wraped" id="wraped" onclick="toggleWordWrap(this);" class="wordWrapCode" /><label for="wraped">{#advanced_dlg.code_wordwrap}</label>
131303 </div>
131304
131305 <br style="clear: both" />
131306
131307 <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>
131308
131309 <div class="mceActionPanel">
131310 <div style="float: left">
131311 <input type="button" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" id="cancel" />
131312 </div>
131313
131314 <div style="float: right">
131315 <input type="submit" name="insert" value="{#update}" id="insert" />
131316 </div>
131317 </div>
131318 </form>
131319 </body>
131320 </html>