📄 post_seccode.htm
字号:
{template header}
<div class="subtable nav" style="width: {TABLEWIDTH}">
<div class="right"> <a href="#bottom"><img src="{IMGDIR}/arrow_dw.gif" border="0" alt="" /></a></div>
<a href="discuz.php">$bbname</a> $navigation
<!--{if $action == 'newthread'}--> » {lang post_newthread}<!--{elseif $action == 'reply'}--> » {lang post_newreply}<!--{/if}-->
</div><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">
<script type="text/javascript">var seccode = 0</script><img style="cursor:pointer" onclick="this.src='seccode.php?update=' + (seccode++)" src="seccode.php" alt="" /> {lang secode_refresh}<br></td>
</tr></table>
<!--{if $allowpostattach}-->
<br>
<div class="subtable nav" style="width: {TABLEWIDTH}">
{template post_attachments}
</div>
<!--{/if}-->
<br><center><input type="submit" value="{lang submit}"></center>
</form>
<script type="text/javascript">
document.input.seccodeverify.focus();
</script>
{template footer}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -