📄 web_company_up.asp
字号:
<!--#include file="../Include/Class_Conn.asp" -->
<!--#include file="../Include/Class_Main.asp" -->
<!--#include file="Web_Session.asp" -->
<%
Dim Rs,SQL
Dim PageNo,ThePage,Psize,PCount,RCount
Dim Action,Param,ParamName
Dim Ncid,Comid,Username,CompanyName,ContactPerson,Phone,RegDate,Flag,Nc_Vip_ApplyDate,Nc_Vip_Level
'//检测管理员是否有权限操作该页面
If Instr(1,Session("Web_Power"),"116") <= 0 Then
Call CloseDB()
Response.write "对不起!您没有访问该页面的权限..."
Response.End()
End If
Action = Request.QueryString("action")
Select Case Action
Case "flag"
Call Flag_Submit() '//评比或者通过审核函数
Case "del"
Call Del_Submit() '//删除记录的函数
End Select
'//获取参数
ParamName = Replace_Text(Request("ParamName"))
'//查找企业表所有记录
Set Rs = Server.Createobject("ADODB.recordset")
'//组织查询语句
If ParamName = "" Then
SQL = "Select Ncid,Comid,Username,CompanyName,ContactPerson,Phone,RegDate,Flag,Nc_Vip_ApplyDate,Nc_Vip_Level From [pH_Company_Base] Where Nc_Vip_Flag=0 And Nc_Vip_ApplyDate<>''"
Else
SQL = "Select Ncid,Comid,Username,CompanyName,ContactPerson,Phone,RegDate,Flag,Nc_Vip_ApplyDate,Nc_Vip_Level From [pH_Company_Base] Where (Username Like '%"&ParamName&"%' or CompanyName Like '%"&ParamName&"%') And Nc_Vip_Flag=0 And Nc_Vip_ApplyDate<>''"
End if
SQL = SQL&" Order By Ncid Desc"
Rs.Open SQL,Conn,1,1
Rs.Pagesize = 10
Psize = Rs.PageSize
PCount = Rs.PageCount
RCount = Rs.RecordCount
PageNo = Cint(Request.QueryString("PageNo"))
If PageNo < 1 Then
PageNo = 1
Elseif PageNo > PCount Then
PageNo = PCount
End if
Thepage = (PageNo-1)*Psize
If Not Rs.Eof Then Rs.AbsolutePage = PageNo
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>等待升级企业</title>
<link href="../CSS/css.css" rel="stylesheet" type="text/css">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
//-->
</script>
<script language="JavaScript">
function SelectAllItem(item)
{
if( typeof(item.length) == "undefined" )
{
item.checked = !item.checked
}
else
{
for(i=0;i<item.length;i++)
{
item[i].checked=!item[i].checked
}
}
}
function theForm_Submit(id)
{
if (id=="delcompany")
{
if(confirm('确认彻底删除选定的记录'))
{
form.target='_self';
form.action="Web_Company_Option.asp?param=delcompany&pageno=Web_Company_Up.asp?pageno=<%= PageNo %>";
form.submit();
}
}
if (id=="shenhe")
{
form.target='_self';
form.action="Web_Company_Option.asp?param=shenhe";
form.submit();
}
if (id=="sendmail")
{
form.target='_self';
form.action="Web_Company_SendMail.asp?pageno=Web_Company_Up.asp?pageno=<%= PageNo %>";
form.submit();
}
if (id=="noshenhe")
{
if(confirm('取消审核将影响企业在网站的操作'))
{
form.target='_self';
form.action="Web_Company_Option.asp?param=noshenhe";
form.submit();
}
}
}
</script>
</head>
<body leftmargin="0" topmargin="0">
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="5"></td>
</tr>
<tr>
<td height="25" bgcolor="fb7a03"> <font color="#FFFFFF">::<strong>等待升级企业</strong></font></td>
</tr>
<tr>
<td height="5"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<Form action="" name="form" method="post">
<tr>
<td align="center">
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="1">
<tr>
<td align="left"> <table width="100%" border="0" align="left" cellpadding="0" cellspacing="1" bgcolor="eff0eb">
<tr>
<td bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td height="25" bgcolor="eff0eb">
<table width="100%" border="0" cellspacing="0" cellpadding="4">
<tr>
<td width="50%" height="25">共<Font color="#FF0000"><%= RCount %></Font>条 分<Font color="#FF0000"><%= PCount %></Font>页 | 当前第<Font color="#FF0000"><%= PageNo %></Font>页</td>
<td width="30%" align="right">
<%
If PageNo > 1 Then
Response.write "<a href=""?PageNo=1&ParamName="&ParamName&""">首页</a> "
Response.write "<a href=""?PageNo="&PageNo-1&"&ParamName="&ParamName&""">上页</a> "
Else
Response.write "首页 "
Response.write "上页 "
End if
%>
<select name="menu2" onChange="MM_jumpMenu('self',this,0)" style="width:40px;">
<% For i = 1 to PCount %>
<option value="?PageNo=<%= i %>&ParamName=<%=ParamName%>" <% If i = PageNo Then Response.write "Selected"%>><%=i%></option>
<% Next %>
</select>
<%
If PageNo < PCount Then
Response.write "<a href=""?PageNo="&PageNo+1&"&ParamName="&ParamName&""">下页</a> "
Response.write "<a href=""?PageNo="&PCount&"&ParamName="&ParamName&""">尾页</a>"
Else
Response.write "下页 "
Response.write "尾页"
End if
%>
</td>
</tr>
</table>
</td>
</tr>
</table> </td>
</tr>
</table></td>
</tr>
</table>
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="5"></td>
</tr>
</table>
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="1">
<tr>
<td align="left">
<table width="100%" border="0" align="left" cellpadding="0" cellspacing="1" bgcolor="eff0eb">
<tr>
<td bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="1" cellpadding="2">
<tr align="center" bgcolor="eff0eb">
<td width="5%" height="25"><u>编号</u></td>
<td width="11%" height="25" bgcolor="eff0eb"><u>用户名</u></td>
<td width="20%" bgcolor="eff0eb"><u>企业名称</u></td>
<td width="8%" height="25" bgcolor="eff0eb"><u>联系人</u></td>
<td width="11%" height="25" bgcolor="eff0eb"><u>联系电话</u></td>
<td width="9%" height="25"><u>注册时间</u></td>
<td width="9%" height="25" bgcolor="eff0eb">申请日期</td>
<td width="7%" height="25">缴费类型</td>
<td width="5%" height="25"><u>审核</u></td>
<td><u>管理操作</u></td>
<td width="3%">
<INPUT onclick=SelectAllItem(this.form.comid) type=checkbox value=all name=chk_all></td>
</tr>
<%
For i = 1 to Psize
If Rs.Eof Then Exit For
Ncid = Rs("Ncid")
Comid = Rs("Comid")
Username = Rs("Username")
CompanyName = Rs("CompanyName")
ContactPerson = Rs("ContactPerson")
Phone = Rs("Phone")
RegDate = Rs("RegDate")
Flag = Rs("Flag")
Nc_Vip_ApplyDate = Rs("Nc_Vip_ApplyDate")
Nc_Vip_Level = Rs("Nc_Vip_Level")
'//获取注册日期
If RegDate <> "" Then
RegDate = FormatDateTime(RegDate,2)
End if
'//获取申请日期
If Nc_Vip_ApplyDate <> "" Then
Nc_Vip_ApplyDate = FormatDateTime(Nc_Vip_ApplyDate,2)
End if
'//判断企业是否已经通过审核
Flag_Str = ""
If Flag = False Then
Flag_Str = "<font color=#ff0000>×</font>"
End if
'获取交费类型
Level_Str = Cls_Vip_Level(Nc_Vip_Level)
%>
<tr align="center" bgcolor="eff0eb">
<td height="25"><%= ThePage+i %></td>
<td height="25" align="left"><a href="../Company/Info/Com_Master_Preview.asp?Param=<%= Comid %>" target="_blank"><%= Username %></a></td>
<td height="25" align="left"><a href="../Company/Info/Com_Master_Preview.asp?Param=<%= Comid %>" target="_blank"><%= CompanyName %></a></td>
<td height="25"><%= ContactPerson %></td>
<td height="25"><%= Phone %></td>
<td height="25" align="center" bgcolor="eff0eb"><%= RegDate %></td>
<td height="25"><%= Nc_Vip_ApplyDate %></td>
<td height="25"><%= Level_Str %></td>
<td height="25"><%= Flag_Str %></td>
<td height="25" align="left"> <a href="Web_Company_EditPass.asp?Comid=<%= Comid %>&PageNo=<%= "Web_Company_Up.asp?PageNo="&PageNo %>"><u>密码</u></a>
<a href="Web_Company_UpVip2.asp?Comid=<%= Comid %>&PageNo=Web_Company_Up.asp?PageNo=<%= PageNo %>"><u>VIP</u></a>
<a href="Web_Company_VideoManage.asp?Comid=<%= Comid %>&PageNo=<%= "Web_Company_Up.asp?PageNo="&PageNo %>"><u>视频</u></a>
</td>
<td height="25"><INPUT type=checkbox value=<%= Comid %> name="comid"></td>
</tr>
<%
Rs.Movenext
Next
%>
</table> </td>
</tr>
</table>
</td>
</tr>
</table>
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="5"></td>
</tr>
</table>
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="1">
<tr>
<td align="left"> <table width="100%" border="0" align="left" cellpadding="0" cellspacing="1" bgcolor="eff0eb">
<tr>
<td bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td height="25" bgcolor="eff0eb">
<table width="100%" border="0" cellspacing="0" cellpadding="4">
<tr>
<td width="50%" height="25">快速搜索
<input name="ParamName" type="text" id="ParamName" size="16" maxlength="30">
<input type="submit" name="Submit" value="搜索">
</td>
<td width="50%" align="right">
<input type="button" name="delete" value="删除" onClick="javascript:theForm_Submit('delcompany')">
<input type="button" name="sendmail" value="发送邮件" onClick="javascript:theForm_Submit('sendmail')">
<input type="button" name="noshenhe" value="取消审核" onClick="javascript:theForm_Submit('noshenhe')">
<input type="button" name="shenhe" value="通过审核" onClick="javascript:theForm_Submit('shenhe')">
</td>
</tr>
</table>
</td>
</tr>
</table> </td>
</tr>
</table></td>
</tr>
</table>
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="5"></td>
</tr>
</table>
</td>
</tr>
</Form>
</table>
</body>
</html>
<%
Rs.Close
Set Rs = Nothing
Call CloseDB()
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -