撒飞洒地方

<form action="UserCategoryServlet" id="category_form" method="post">
<input type="hidden" name="opr" value="add">
<input type="hidden" name="opr" value="list">
<input type="hidden" name="opr" value="del">
<input type="hidden" name="page" value="1">
<div style="margin:0;padding:0;display:inline"></div>
新增个人博客分类 : <input class="required text" id="cname"
name="name" placeholder="请输入类别名称" size="30" type="text" required=""/>
<input class="submit" id="submit_button" name="commit"
type="submit" value="提交" />
</form>
<table class="admin">
<thead>
<tr class="header">
<td width="40%">名称</td>
<td width="20%">文章数量</td>
<td width="20%">排序</td>
<td width="20%">管理</td>
</tr>
</thead>

猜你喜欢

转载自496029007.iteye.com/blog/1967743