category_edit.html

来自「STCMS音乐系统 系统功能:   1、随意的添加导航栏目的频道」· HTML 代码 · 共 20 行

HTML
20
字号
{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 + =
减小字号Ctrl + -
显示快捷键?