sibtracker/templates/default/forum/ajax_addpost.tpl

46 lines
1.8 KiB
Smarty
Raw Normal View History

2019-05-18 13:46:03 +08:00
<!-- <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD> -->
<div style="margin-top:1px;">
<div class="borderwrap">
<div class="maintitle"> <img src="{THEME}/forum/images/nav_m.gif" width="8" height="8" border="0" alt="" />&nbsp;{title}</div>
<table width="100%" cellspacing="1" cellpadding="0">
<tr>
<td class="row2">
<div style="padding-top:5px; padding-right:5px; padding-bottom:5px; padding-left:10px;">
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left">
<table cellpadding="0" cellspacing="0" width="460">
[not-logged]
<tr>
<td width="80" height="25"><3E><><EFBFBD><EFBFBD> <20><><EFBFBD>:</td>
<td width="380"><input type="text" name="name" class="forum_input" /></td>
</tr>
<tr>
<td width="80" height="25"><3E><><EFBFBD> E-Mail:</td>
<td width="380"><input type="text" name="mail" class="forum_input" /></td>
</tr>
[/not-logged]
<tr>
<td colspan="2">{bbcode}</td>
</tr>
<tr>
<td colspan="2"><textarea id="post_text" name="post_text" class="forum_textarea">{text}</textarea>{wysiwyg}<br />
</td>
</tr>
<tr>
<td width="120" height="25"><input name="submit" onClick="doAddPost();return false;" type="button" class="button" value="<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" />
</td>
<td width="340"></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
</div>