www.gusucode.com > CC校友录贴吧 CCBar源码程序asp编程 > template_a/page_admin_cate_mdy_form.html.asp

    <!-- #include file="page_admin_forum_header.html.asp" -->             
<!-- 主板块开始 --->
<%Call ActionView(CONST_ACTION_FUNC)%>
<script language="Javascript">
//表单校验
function verify(theform)
{
	<%=TAG_strVerifyCode%>
	return true;
}


</script>
<div id="main_menu">
	<table id="main_menu_title" width="100%" border="0" cellspacing="2" cellpadding="0">
		<tr>
			<td class="main_menu_img">
				<a><div id="menu_img_show" name="menu_img_show" class="img_show"><span class="alt">[ +/- img ]</span></div></a></td>
			<td class="main_menu_buttom" id="main_menu_buttom" name="main_menu_buttom">
				<a href="admin_cate_manage.asp">查看</a></td>
			<td class="main_menu_buttom" id="main_menu_buttom" name="main_menu_buttom">
				<a href="admin_cate_add_form.asp">创建</a></td>
			<td class="main_menu_active" id="main_menu_buttom" name="main_menu_buttom">编辑</td>
			<td>&nbsp;</td>
		</tr>
	</table>
</div>
<div id="main_content">
	<div id="main_content_title">
		<div class="note">修改贴吧分类信息</div>
	</div>
	<form action="admin_cate_mdy_save.asp" method="post" id="vbform" name="vbform" onSubmit="return verify(this)">
	<div id="main_content_table">
		<% 
If IsObject(TAG_objDicUnit) AND TAG_objDicUnit.Exists("Exist") Then 
%>
<!--html_row DataRS=TAG_objDicUnit-->
		<input type="hidden" name="intCateId" value="<%=TAG_objDicUnit.Item("CATE_ID")%>">
		<table width="100%" border="0" cellspacing="4" cellpadding="0">
			<tr>
				<td class="label" width="20%" >贴吧分类名称:</td>
				<td width="30%">
					<input  class="text" name="iptName" maxlength="20" value="<%=TAG_objDicUnit.Item("CATE_NAME")%>" type="text" /><span class="asterisk">*</span></td>
				<td class="label" width="20%" >排序号:</td>
				<td width="30%">
					 <input  class="text_min" name="iptOrder" maxlength="3" value="<%=TAG_objDicUnit.Item("CATE_ORDER")%>" type="text" /><span class="asterisk">*</span> (必须为数字,数字大的先显示) 
				</td>
			</tr>
		</table>
		<!--/html_row-->

<% 
If IsObject(TAG_objDicUnit) Then
	Set TAG_objDicUnit = Nothing 
End If
End If
%>
	</div>
	<div id="main_content_action">
		<span>
		<input id="submit" name="submit" type="submit" value="提 交" /></span>
		<span>
		<input  name="reset" type="reset" value="重 来" /></span>
	</div>
	</form>
	<div id="main_content_foot">&nbsp;</div>
</div>

<!-- 主板块结束 -->   
<!-- #include file="page_admin_footer.html.asp" -->