<% Chk_Admin_Login() set Menu=new TreeMenu sid=zhcx.checknumeric(request("sid")) %> <%=Zhcx.GetTopTemplates(2)%>
<%=getClassName(sid)%>管理选项
请选择子栏目管理:
≡所有栏目≡
<% Sql="Select Id,class_Name From Class_Type where Pre_Id="&sid&" and Mlevel=2 order by id asc" Set rs=zhcx.conn(sql) if not rs.eof then while not rs.eof %>
<%=trim(rs(1))%>
<% rs.movenext wend end if rs.close set rs=nothing %>