base
This commit is contained in:
@@ -0,0 +1,72 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/REC-html40/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=[%CHARSET%]">
|
||||
<title>[%Answer editor%]</title>
|
||||
<style type="text/css">
|
||||
<!--
|
||||
body, td, p { font-family: Verdana, Helvetica, sans-serif; font-size: 10pt;}
|
||||
.lbl { font-size: 9pt; font-weight: 700;}
|
||||
-->
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<center>
|
||||
(%ANSWERLIBERROR%)
|
||||
(%ANSWERLIBMSG%)
|
||||
<table cellpadding=3 cellspacing=0>
|
||||
<form action="(%ENV_SCRIPT_NAME%)" method=post>
|
||||
<input type=hidden name=cmd value="(%INPUT_cmd%)">
|
||||
<input type=hidden name=do value=1>
|
||||
<input type=hidden name=style value="(%INPUT_style%)">
|
||||
<input type=hidden name=aid value="(%INPUT_aid%)">
|
||||
<input type=hidden name=sid value="(%INPUT_sid%)">
|
||||
<tr>
|
||||
<td align=left class=lbl>[%Title%]</td>
|
||||
<td align=left><input type=text size=30 name=title value="(%TITLE%)"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan=2></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan=2></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align=left class=lbl>[%Select existing category%]</td>
|
||||
<td align=left>
|
||||
<select name=cat OnChange="if (this[this.selectedIndex].value) {document.editor.catnew.value = ''}; return false;">
|
||||
(%CATSELECTOR%)
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align=left class=lbl>[%or define new one%]: </td>
|
||||
<td align=left><input type=text size=30 name=catnew value="(%INPUT_catnew%)"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan=2 valign=top class=lbl>[%Answer%]</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan=2><textarea name=answer cols=50 rows=9 wrap=virtual>(%ANSWER%)</textarea>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan=2>
|
||||
<table width="100%" cellpadding=0 cellspacing=0>
|
||||
<tr>
|
||||
<td align=left>
|
||||
(%COMMONCHECKBOX%)
|
||||
</td>
|
||||
<td align=right>
|
||||
<input type=submit value="[%Update%]">
|
||||
<input type=submit name=cancel value="[%Done%]">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</form>
|
||||
</table>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user