📄 category_edit.html
字号:
{include file="head.html"}
<div class="title">修改分类</div>
<div class="content">
<form name="categoryEditFrom" action="category.php?action=edited&id={$category.id}" method="post">
<table>
<tr>
<td>分类名称[name]:</td>
<td><input name="name" type="text" size="50" value="{$category.name}"/></td>
<td>不支持html</td>
</tr>
<tr>
<td>分类介绍[comment]:</td>
<td><textarea name="comment" cols="50" rows="4" >{$category.comment}</textarea></td>
<td>支持html</td>
</tr>
</table>
<input type="submit" value="修改" /> <input type="reset" value="重置">
</form>
</div>
{include file="foot.html"}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -