<% Chk_Admin_Login() keyword=zhcx.checkstr(request("keyword")) Hot=zhcx.checknumeric(request("Hot")) if clng(hot)>0 then sea=sea&" and hot="&hot end if if keyword<>"" then Sea=Sea&" and charIndex('%"&keyword&"%',autor)>0 " End if '分页代码 Set PageCls=new Page_Cls Do_Table="Z_Book" Do_Pars=" Id,title,addtime,autor,hot " Do_order=" order by id asc" 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&"&hot="&hot&"&") Set PageCls=nothing %> <%=Zhcx.GetTopTemplates(2)%>
南方略经营突破系列丛书选项
搜索: >
操作选项:添加著作 生成刘祖轲著作页面 生成南方略著作页面 生成纵书首页

<% Set rs=zhcx.conn(Page_Sql) if not rs.eof then while not rs.eof 'response.write trim(rs("Id")) %> <% rs.movenext wend end if rs.close set rs=nothing %>
选择 名称 作者 管理操作 整理日期
>  <%=rs("title")%>  <%=rs("autor")%> >编辑 | onClick="{if(confirm('文章删除后将不能恢复,您确定要删除该新闻吗?')){return true;}return false;}">删除 <%=rs("addtime")%>
<%=Page_Count_Show%>