disallow_body.tpl
来自「这是php编的论坛的原代码」· TPL 代码 · 共 25 行
TPL
25 行
<h1>{L_DISALLOW_TITLE}</h1>
<p>{L_DISALLOW_EXPLAIN}</p>
<form method="post" action="{S_FORM_ACTION}"><table width="80%" cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
<tr>
<th class="thHead" colspan="2">{L_ADD_DISALLOW}</th>
</tr>
<tr>
<td class="row1">{L_USERNAME}<br /><span class="gensmall">{L_ADD_EXPLAIN}</span></td>
<td class="row2"><input class="post" type="text" name="disallowed_user" size="30" /> <input type="submit" name="add_name" value="{L_ADD}" class="mainoption" /></td>
</tr>
<tr>
<th class="thHead" colspan="2">{L_DELETE_DISALLOW}</th>
</tr>
<tr>
<td class="row1">{L_USERNAME}<br /><span class="gensmall">{L_DELETE_EXPLAIN}</span></td>
<td class="row2">{S_DISALLOW_SELECT} <input type="submit" name="delete_name" value="{L_DELETE}" class="liteoption" /></td>
</tr>
<tr>
<td class="catBottom" colspan="2" align="center"> </td>
</tr>
</table></form>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?