⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 admin_index.asp

📁 公正、客观、科学地评价教师的教学质量、工作质量有利于加强高校的教学管理
💻 ASP
字号:
<!--#include file="conn.asp"-->
<%
if session("login")<>"yes" then
response.write "<script language=JavaScript>" & chr(13) & "alert('您还未登录或者超时,请重登录!');"&"window.location.href = '../'"&" </script>"
response.end
end if
%>
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../css.css"  type="text/css">
<title>网站分类管理</title>
<base target="_self">
<style type="text/css">
<!--
.style1 {
	color: #9900FF;
	font-weight: bold;
	font-size: 14px;
}
.style2 {
	color: #9900FF;
	font-weight: bold;
}
-->
</style>
</head>

<body bgcolor="#CAD7F7" vlink="#000000">

<table border="0" width="759" cellspacing="0" cellpadding="4" bgcolor="#FFFFFF" style="border:1px solid #000000; " height="538">
	<tr bgcolor="#99CCFF">
		<td height="34" colspan="2">
	  <p align="center" class="style1">系 统 后 台 管 理 </td>
	</tr>
	<tr>
		<td bgcolor="#F1F3F5" height="95%" align="center" valign="top" width="541" style="border-left-width: 1px; border-right: 1px solid #000000; border-top-width: 1px; border-bottom-width: 1px">
					<div align="center">
						<table border="1" width="90%" cellspacing="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#C0C0C0" id="table1">
							<tr bgcolor="#9999FF">
								<td height="25" colspan="2">
							  <p align="center" class="style2">网站数据统计</td>
						  </tr>
							<tr>
								<td width="48%" height="25" align="center">
								今日新增职位:</td>
								<%
							    sql="select id from job where datediff(day,addtime,getdate())=0 "
								rs.open sql,conn,1,1
								%>
								<td height="25" width="49%" align="center"><%=rs.recordcount%></td>
							</tr>
							<tr>
								<td width="48%" height="25" align="center">
								今日求职人才:</td>
								<%
								rs.close
								sql="select id from in_user where datediff(day,rdate,getdate())=0"
								rs.open sql,conn,1,1
								%>
								<td height="25" width="49%" align="center"><%=rs.recordcount%></td>
							</tr>
							<tr>
								<td width="48%" height="25" align="center">
								今日注册企业:</td>
								<%
								rs.close
								sql="select id from en_user where datediff(day,rdate,getdate())=0"
								rs.open sql,conn,1,1
								%>
								<td height="25" width="49%" align="center"><%=rs.recordcount%></td>
							</tr>
							<tr>
								<td width="48%" height="25" align="center">
								个人用户数量:</td>
								<%
								rs.close
								sql="select id from in_user"
								rs.open sql,conn,1,1
								%>
								<td height="25" width="49%" align="center"><%=rs.recordcount%></td>
							</tr>
							<tr>
								<td width="48%" height="25" align="center">
								企业用户数量:</td>
								<%
								rs.close
								sql="select id from en_user"
								rs.open sql,conn,1,1
								%>
								<td height="25" width="49%" align="center"><%=rs.recordcount%></td>
							</tr>
							<tr>
								<td width="48%" height="25" align="center">
								全站职位总量:</td>
								<%
								rs.close
								sql="select id from job"
								rs.open sql,conn,1,1
								%>
								<td height="25" width="49%" align="center"><%=rs.recordcount%></td>
							</tr>
							<tr>
								<td width="48%" height="25" align="center">
								职位库数据量:</td>
								<%
								rs.close
								sql="select id from indepot"
								rs.open sql,conn,1,1
								%>
								<td height="25" width="49%" align="center"><%=rs.recordcount%></td>
							</tr>
							<tr>
								<td width="48%" height="25" align="center">
								人才库数据量:</td>
								<%
								rs.close
								sql="select id from endepot"
								rs.open sql,conn,1,1
								%>
								<td height="25" width="49%" align="center"><%=rs.recordcount%></td>
							</tr>
							<tr>
								<td width="48%" height="25" align="center">
								站内短信数量:</td>
								<%
								rs.close
								sql="select id from message"
								rs.open sql,conn,1,1
								%>
								<td height="25" width="49%" align="center"><%=rs.recordcount%></td>
							</tr>
							<tr>
								<td width="48%" height="25" align="center">
								站内文章数量:</td>
								<%
								rs.close
								sql="select id from article"
								rs.open sql,conn,1,1
								%>
								<td height="25" width="49%" align="center"><%=rs.recordcount%></td>
							</tr>
							<tr>
								<td width="48%" height="25" align="center">
								友情链接数量:</td>
								<%
								rs.close
								sql="select id from link"
								rs.open sql,conn,1,1
								%>
								<td height="25" width="49%" align="center"><%=rs.recordcount%></td>
							</tr>
							
						</table>
					</div>
		 
		<p align="left">        
		<p align="center">
					<b>技术支持:</b>
		<p align="center">QQ:371972484
		<p align="center">
					电子邮件:bjrzny123@126.com</td>
		<td bgcolor="#CCCCCC" height="100%" align="center" valign="top" width="200">&nbsp;
					</td>
	</tr>
</table>

</body>
</html>
<%
rs.close
set rs=nothing
set conn=nothing
%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -