?
Path : /home/admin/public_html/old/promice/plugins/editors/jce/tiny_mce/plugins/advcode/ |
Current File : /home/admin/public_html/old/promice/plugins/editors/jce/tiny_mce/plugins/advcode/advcode.html |
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>{#advcode_dlg.title}</title> <script type="text/javascript" src="../../tiny_mce_popup.js"></script> <script type="text/javascript" src="js/advcode.js"></script> <script type="text/javascript" src="js/codemirror.js"></script> <link href="css/advcode.css" rel="stylesheet" type="text/css" /> <base target="_self" /> </head> <body style="display:none; overflow:hidden;"> <fieldset> <legend> <label for="wraped">{#advcode_dlg.highlight}</label><input type="checkbox" id="highlight" onClick="SourceEditor.toggleEditor(this.checked);" class="radio" /> <label for="numbers">{#advcode_dlg.numbers}</label><input type="checkbox" id="numbers" onClick="SourceEditor.toggleLineNumbers(this.checked);" class="radio" /> <label for="wraped">{#advcode_dlg.wordwrap}</label><input type="checkbox" id="wraped" onClick="SourceEditor.toggleWordWrap(this.checked);" class="radio" /> <label for="fontsizeplus">{#advcode_dlg.fontsize}</label><input type="button" class="plus" onClick="SourceEditor.toggleFontSize('+');" /><input type="button" class="minus" onClick="SourceEditor.toggleFontSize('-');" /> </legend> <div id="commands"></div> <br style="clear: both" /> <textarea name="htmlSource" id="htmlSource" rows="15" cols="100" dir="ltr" wrap="off" class="mceFocus" style="font-size:11px;"></textarea> </fieldset> <div class="mceActionPanel"> <div style="float: left"> <input type="submit" name="insert" value="{#update}" id="insert" onClick="SourceEditor.saveContent();return false;" /> </div> <div style="float: right"> <input type="button" name="cancel" value="{#cancel}" onClick="tinyMCEPopup.close();" id="cancel" /> </div> </div> </body> </html>