svncommit
2006-10-22 5c52d06844779efbf4034663f5e68db10619b367
commit | author | age
a0109c 1 <html xmlns="http://www.w3.org/1999/xhtml">
S 2 <head>
3     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
4     <title>{$lang_theme_code_title}</title>
5     <script language="javascript" type="text/javascript" src="../../tiny_mce_popup.js"></script>
6     <script language="javascript" type="text/javascript" src="jscripts/source_editor.js"></script>
7     <base target="_self" />
8 </head>
9 <body onload="tinyMCEPopup.executeOnLoad('onLoadInit();');" onresize="resizeInputs();" style="display: none">
10     <form name="source" onsubmit="saveContent();" action="#">
11         <div style="float: left" class="title">{$lang_theme_code_title}</div>
12
13         <div style="float: right">
14             <script language="javascript" type="text/javascript">renderWordWrap();</script>
15         </div>
16
17         <textarea name="htmlSource" id="htmlSource" rows="15" cols="100" style="width: 100%; height: 100%; font-family: 'Courier New',Courier,mono; font-size: 12px" dir="ltr" wrap="off"></textarea>
18
19         <div class="mceActionPanel">
20             <div style="float: left">
21                 <input type="button" name="insert" value="{$lang_update}" onclick="saveContent();" id="insert" />
22             </div>
23
24             <div style="float: right">
25                 <input type="button" name="cancel" value="{$lang_cancel}" onclick="tinyMCEPopup.close();" id="cancel" />
26             </div>
27         </div>
28     </form>
29 </body>
30 </html>