⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 badword_edit.tpl

📁 免费版限制 只允许设置1个tracker地址 上传Torrent文件限制30KB 只允许设置一级分类(分类数量:限定为10个) 无公告和友情连接功能 无论坛注册接口设置 无联盟功能 无rss功能 无举
💻 TPL
字号:
{{include file="header.tpl"}}

<div class="pagetitle">编辑屏蔽关键字</div>

<form name="form1" method="post" action="badword.php">
<input type="hidden" name="op" value="edit" />
<input type="hidden" name="id" value="{{$Badword.badword_id}}" />
<table class="tborder" cellSpacing="1" cellPadding="4" align="center">
  <tr><td colspan="2" class="tcat">编辑屏蔽关键字</td></tr>
  <tr class="alt1">
	<td align="right" width="30%">关键字:</td>
    <td><input type="text" class="formInput" name="word" size="20" maxlength="20" value="{{$Badword.badword_name}}" /></td>
  </tr>
  <tr>
    <td colspan="2" class="tfoot" align="center">
	<input type="submit" class="formButton" id="submit" accessKey="s" value=" 编辑(S) " />
	<input class="formButton" accessKey="r" type="reset" value="重置(R)" />
	<input class="formButton" type="button" accessKey="n" value=" 返回(N) " onclick='javascript:history.back();' />
	</td>
  </tr>
</table>
</form>

{{include file="footer.tpl"}}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -