% Chk_Admin_Login() keyword=zhcx.checkstr(request("keyword")) Class_Id=zhcx.checknumeric(request("class_id")) if keyword<>"" then Sea=Sea&" and title like '%"&keyword&"%' " End if if Class_Id>0 then Sea=Sea&" and Class_Id in("&Class_Id&") " else zhcx.ErrAlert("参数错误") end if '分页代码 Set PageCls=new Page_Cls Do_Table="Z_News" Do_Pars=" Id,title,Class_Id,addtime,img_src " Do_order=" order by id desc" Do_Sea=Sea PageCls.GetPaSz(10) Page_no=PageCls.RequestPage("Pageno") Page_Total=PageCls.GetTotalRecord(Do_Table,Do_Pars,Do_Sea) Page_Sql=PageCls.GetSql(Do_Table,Do_Pars,Do_Sea,Do_order) Page_Count_Show=PageCls.Page_Count(Page_Total,Page_no,"?keyword="&keyword&"&class_Id="&class_Id&"&") Set PageCls=nothing %> <%=Zhcx.GetTopTemplates(2)%>
<%=getClassName(class_id)%>管理选项 | |
---|---|
操作选项:添加新闻 生成首页页面 |
选择 | 图片标题 | 管理操作 | 整理日期 | ||
---|---|---|---|---|---|
> | " width="80"> <%=rs("title")%> |
>编辑 | onClick="{if(confirm('文章删除后将不能恢复,您确定要删除该新闻吗?')){return true;}return false;}">删除 | <%=rs("addtime")%> | ||
<%=Page_Count_Show%> |