2005-09-26 08:52:30 +02:00
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
2005-08-23 03:33:52 +02:00
|
|
|
<head>
|
2008-01-17 16:44:05 +01:00
|
|
|
<title>{#advanced_dlg.code_title}</title>
|
2012-12-06 05:50:31 +01:00
|
|
|
<script type="text/javascript" src="../../tiny_mce_popup.js?ver=358-20121205"></script>
|
|
|
|
<script type="text/javascript" src="js/source_editor.js?ver=358-20121205"></script>
|
2005-08-23 03:33:52 +02:00
|
|
|
</head>
|
2012-07-07 18:22:53 +02:00
|
|
|
<body onresize="resizeInputs();" style="display:none; overflow:hidden;" spellcheck="false">
|
2008-03-12 23:47:11 +01:00
|
|
|
<form name="source" onsubmit="saveContent();return false;" action="#">
|
2011-04-10 20:36:05 +02:00
|
|
|
<div style="float: left" class="title"><label for="htmlSource">{#advanced_dlg.code_title}</label></div>
|
2005-09-26 08:52:30 +02:00
|
|
|
|
2007-01-09 02:16:40 +01:00
|
|
|
<div id="wrapline" style="float: right">
|
2008-01-17 16:44:05 +01:00
|
|
|
<input type="checkbox" name="wraped" id="wraped" onclick="toggleWordWrap(this);" class="wordWrapCode" /><label for="wraped">{#advanced_dlg.code_wordwrap}</label>
|
2005-09-26 08:52:30 +02:00
|
|
|
</div>
|
|
|
|
|
2007-01-09 02:16:40 +01:00
|
|
|
<br style="clear: both" />
|
|
|
|
|
2008-03-12 23:47:11 +01:00
|
|
|
<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>
|
2005-09-26 08:52:30 +02:00
|
|
|
|
|
|
|
<div class="mceActionPanel">
|
2012-08-19 01:24:27 +02:00
|
|
|
<input type="submit" role="button" name="insert" value="{#update}" id="insert" />
|
|
|
|
<input type="button" role="button" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" id="cancel" />
|
2005-09-26 08:52:30 +02:00
|
|
|
</div>
|
|
|
|
</form>
|
2005-08-23 03:33:52 +02:00
|
|
|
</body>
|
|
|
|
</html>
|