sibtracker/templates/smartphone/addcomments.tpl

34 lines
1.4 KiB
Smarty
Raw Normal View History

2019-05-18 13:46:03 +08:00
<div class="title"><h2>{title}</h2></div>
<div class="post">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
[not-logged]
<tr>
<td height="25"><3E><><EFBFBD><EFBFBD> <20><><EFBFBD>:</td>
<td><input type="text" name="name" id="name" class="f_input" /></td>
</tr>
<tr>
<td height="25"><3E><><EFBFBD> E-Mail:</td>
<td><input type="text" name="mail" id="mail" class="f_input" /></td>
</tr>
[/not-logged]
<tr>
<td colspan="2">[not-wysywyg]<textarea style="width:97%;height:80px;" name="comments" id="comments" class="f_textarea" />{text}</textarea><br /></td>
</tr>
[sec_code]
<tr>
<td><3E><><EFBFBD>:</td>
<td><br />{sec_code}</td>
</tr>
<tr>
<td height="35"><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>:</td>
<td><input type="text" name="sec_code" id="sec_code" style="width:115px" class="f_input" /></td>
</tr>
[/sec_code]
<tr>
<td colspan="2"><br />
<input name="submit" type="submit" value=" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> " /></td>
</tr>
</table>
</div>