post_seccode.htm
来自「PHP论坛源码(请配合MYSQL和apache安装)」· HTM 代码 · 共 28 行
HTM
28 行
{template header}
<table cellspacing="0" cellpadding="0" border="0" width="{TABLEWIDTH}" align="center" style="table-layout: fixed">
<tr><td class="nav" width="90%" align="left" nowrap> <a href="index.php">$bbname</a> $navigation
<!--{if $action == 'newthread'}--> » {lang post_newthread}<!--{elseif $action == 'reply'}--> » {lang post_newreply}<!--{/if}--></td>
<td align="right" width="10%"> <a href="#bottom"><img src="{IMGDIR}/arrow_dw.gif" border="0" align="absmiddle"></a></td>
</tr></table><br>
<form name="input" method="$request[method]" action="$request[action]" $enctype>
$request[elements]
<table cellspacing="{INNERBORDERWIDTH}" cellpadding="{TABLESPACE}" width="{TABLEWIDTH}" align="center" class="tableborder">
<tr class="header"><td colspan="2">{lang post_seccode}</td></tr>
<tr><td class="altbg1" width="21%">{lang seccode}:</td>
<td class="altbg2"><input type="text" name="seccodeverify" size="4" maxlength="4">
<img src="seccode.php" align="absmiddle"> {lang seccode_comment}<br></td>
</tr></table>
<!--{if $allowpostattach}-->
{template post_attachments}
<!--{/if}-->
<br><center><input type="submit" value="{lang submit}"></center>
</form>
<script language="JavaScript">
document.input.seccodeverify.focus();
</script>
{template footer}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?