📄 cp.asp
字号:
<%dbdns="../../"%>
<!--#include file="../../inc/conn.asp"-->
<!--#include file="../cook.asp"-->
<%if fla4<>1 then
response.write "<script>alert('操作权限出错,您没有权限操作些功能');history.go(-1);</Script>"
Response.End
end if
if request("Submit")="删 除" then
id=replace(request("id")," ","")
id=split(id,",")
for i=0 to UBound(id)
'===================================================================
conn.execute("delete from SMT_cp where SMT_id=" & id(i))
conn.execute("delete from SMT_leaveword where SMT_book_sort=4 and SMT_book_table="&id(i)&"")
'===================================================================
next
elseif request("Submit")="审 核" then
id=replace(request("id")," ","")
id=split(id,",")
for i=0 to UBound(id)
conn.execute("update SMT_cp set SMT_key1=1 where SMT_id="&id(i))
next
end if
%>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<%=citycss%>
<script>
function CheckAll(form) {
for (var i=0;i<form.elements.length;i++) {
var e = form.elements[i];
if (e.name != 'chkall') e.checked = form.chkall.checked;
}
}
</script>
<script>
function oa_tool1(){
window.parent.mm.rows="20,200,10,*";
}
</script>
<body style="margin:5">
<table width="100%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolorlight="#cccccc" bordercolordark="#FFFFFF">
<form name="form1" method="post" action="cp.asp">
<tr align=center bgcolor=#efefef><td height=25 align=center><input type="text" name="word"> <input type="submit" name="Submit" value="产品搜索"> <a href=cp.asp?zc=yes>正常产品</a> <a href=cp.asp?key3=yes>正常推荐</a> <a href=cp.asp?key1=yes>待审</a> <a href=cp.asp?close=yes>关闭</a> <a href=cp.asp>全部</a></td></tr>
</form>
</table>
<table width="100%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolorlight="#cccccc" bordercolordark="#FFFFFF">
<form name="from1" method="post" action="cp.asp?word=<%=request("word")%>&zc=<%=request("zc")%>&key1=<%=request("key1")%>&key3=<%=request("key3")%>&close=<%=request("close")%>">
<tr align=center bgcolor=#efefef>
<%
if request("word")<>"" then
sql= "select * from SMT_cp where SMT_cpname like'%"&request("word")&"%' or SMT_cpsm like'%"&request("word")&"%' and SMT_key1=1 order by SMT_id desc"
elseif request("zc")<>"" then
sql= "select * from SMT_cp where SMT_key1=1 and SMT_key2=1 order by SMT_id desc"
elseif request("key1")<>"" then
sql= "select * from SMT_cp where SMT_key1=0 and SMT_key2=1 order by SMT_id desc"
elseif request("key3")<>"" then
sql= "select * from SMT_cp where SMT_key1=1 and SMT_key2=1 and SMT_key3=1 order by SMT_id desc"
elseif request("close")<>"" then
sql= "select * from SMT_cp where SMT_key2=0 order by SMT_id desc"
else
sql="select * from SMT_cp order by SMT_id desc"
end if
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,1,1
if rs.eof and rs.bof then
response.write "暂无内容"
else
'分页的实现
listnum=23
Rs.pagesize=listnum
page=Request("page")
if (page-Rs.pagecount) > 0 then
page=Rs.pagecount
elseif page = "" or page < 1 then
page = 1
end if
Rs.absolutepage=page
'编号的实现
j=rs.recordcount
j=j-(page-1)*listnum
i=0
nn=request("page")
if nn="" then
n=0
else
nn=nn-1
n=listnum*nn
end if%>
<td width="4%" height=20>编号</td>
<td width=*>产品名称<font color=red>(点击查看)</font></td>
<td width="4%">发布</td>
<td width="5%">点击</td>
<td width="16%">添加时间</td>
<td width="5%">状态</td>
<td width="5%">操作</td>
<td width="5%">选择</td>
</tr>
<%do while not rs.eof and i<listnum
n=n+1%>
<tr align=center height=22>
<td><%=n%></td>
<td align=left> <a href=# onclick="javascript:window.open('cp_view.asp?id=<%=rs("SMT_id")%>','_n','width=780,height=400,scrollbars=yes')"><%=rs("SMT_cpname")%></a> <%if rs("SMT_key1")=0 then%><font color=red>[待审]</font><%end if%><%if rs("SMT_key3")=1 then%><font color=green><strong>[推荐]</strong></font><%end if%></td>
<td><%if rs("SMT_enrol")=0 then%>企业<%elseif rs("SMT_z_enrol")=2 then%><font color=green>后台</font><%else%><font color=red>代理</font><%end if%></td>
<td><%=rs("SMT_htc")%></td>
<td><%=rs("SMT_date")%></td>
<td><%if rs("SMT_key2")=1 then%>开通<%else%><font color=red>关闭</font><%end if%></td>
<td><a href=lx.asp?id=<%=rs("SMT_id")%> onclick="oa_tool1()" target=top>操作</a></td>
<td><input type="checkbox" name="ID" value="<%=rs("SMT_id")%>" style="border:0"></td>
</tr>
<%rs.movenext
i=i+1
j=j-1
loop%>
<tr>
<%filename="cp.asp?word="&request("word")&"&zc="&request("zc")&"&key1="&request("key1")&"&key3="&request("key3")&"&close="&request("close")&""%>
<td colspan=9 align=right bgcolor=#cccccc><%=Rs.recordcount%> 个产品 <%=listnum%> 个产品/页 共 <%=Rs.pagecount%> 页
<% if page=1 then %>
<%else%>
<a href=<%=filename%>><strong>|<<</strong></a>
<a href=<%=filename%>&page=<%=page-1%>><strong><<</strong></a>
<a href=<%=filename%>&page=<%=page-1%>><b>[<%=page-1%>]</b></a>
<%end if%><% if Rs.pagecount=1 then%><%else%><b>[<%=page%>]</b><%end if%>
<% if Rs.pagecount-page <> 0 then %>
<a href=<%=filename%>&page=<%=page+1%>><b>[<%=page+1%>]</b></a>
<a href=<%=filename%>&page=<%=page+1%>><strong>>></strong></a>
<a href=<%=filename%>&page=<%=Rs.pagecount%>><strong>>>|</strong></a>
<%end if%> <input name="chkall" type="checkbox" id="chkall" value="select" onclick="CheckAll(this.form)" style="border:0">全选 <input type="submit" name="Submit" value="审 核"<%if request("key1")="" then%> disabled<%end if%>> <input type="submit" name="Submit" value="删 除"> </td>
<%end if%></tr>
</form>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -