Файл: ArthEdit_v0_2/index.html
Строк: 83
<?php
<HTML>
<HEAD>
<META http-equiv="Content-type" content="text/html; charset=windows-1251">
<title>ArthEdit v 0.2b</title>
<STYLE>
body,td {font-family:Verdana,sans-serif;font-size:11px;}
td.tools {font-size:12px; cursor:default;}
p,form {margin-top:0px;margin-bottom:0px;}
p.head {font-weight:bold; color:#ffffff}
textarea,input {font-weight:normal; font-size:11px; color:#000000; margin-top:0px; margin-bottom:0px; border-style: solid; border-width: 1px; border-color:#666666;}
select,option {font-weight:normal; font-size:11px; font-family:Tahoma,Arial; margin-top:0px; margin-bottom:0px;}
input.button {background:#d0d0d0; color:#000000; border-width:1px; border-color:#d0d0d0; }
input.tbutton {background:#c0c0c0; color:#000000; border-width:1px; border-color:#666666;}
button {font-family:Tahoma,Arial,sans-serif; text-align:right; width:25px; height:25px; background:#dddddd; color:#000000; border-style: solid; border-width:1px; border-color:#dddddd;}
</STYLE>
</HEAD>
<BODY>
<center>
<TABLE width="100%" height="100%" cellpadding="0" cellspacing="1" border="0" bgcolor="#666666">
<TR><TD height="18" bgcolor="#666666" background="pix/bg.gif"><p class="head"> [JS] ArthEdit v 0.2b</b></TD></TR>
<TR><TD height="1" bgcolor="#dddddd">
<FORM id="EditForm" action="save.php" method="POST" enctype="multipart/form-data">
<!--Reserved for additional inputs-->
<input type="hidden" name="field">
<input type="hidden" name="filename">
</FORM>
</TD></TR>
<TR><TD height="1" bgcolor="#dddddd"></TD></TR>
<TR><TD height="25" bgcolor="#dddddd"><div id="tools"></div></TD></TR>
<TR><TD height="25" bgcolor="#dddddd">
<div id="fonts">
Шрифт
<select id="fface" onchange="SetFace()">
<option value="Arial">Arial
<option value="Courier New">Courier New
<option value="Tahoma">Tahoma
<option value="Times New Roman">Times New Roman
<option value="Verdana" selected>Verdana
</select>
Размер
<select id="fsize" style="width:40" onchange="SetSize()">
<option value="1">1
<option value="2" selected>2
<option value="3">3
<option value="4">4
<option value="5">5
<option value="6">6
<option value="7">7
</select>
</div>
</TD></TR>
<TR><TD height="1" bgcolor="#dddddd"></TD></TR>
<TR>
<TD bgcolor="#ffffff"><IFRAME id="EditFrame" width="100%" height="100%" frameborder="0" contenteditable="true"></IFRAME></TD>
</TR>
<TR><TD height="1" bgcolor="#dddddd"></TD></TR>
<TR>
<TD height="15"><input type="button" class="button" style="width:100%" value="Сохранить" onclick="Save()"></TD>
</TR>
<TR><TD height="1" bgcolor="#dddddd"></TD></TR>
</TABLE>
</center>
<SCRIPT src="editor.js"></SCRIPT>
</BODY>
</HTML>
?>