| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Old Sites/eadsa/plugins/editors/jce/tiny_mce/plugins/advcode/ |
Upload File : |
<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>