📄 admin_index_main.asp
字号:
<!-- #include file="Const.asp" -->
<!-- #include file="../MayVote_Conn.asp" -->
<%'管理员验证
Call CheckUnAdmin()
%>
<html>
<head>
<title>MayVote--后台管理首页</title>
<meta http-equiv="Content-Type" content="text/html; charSet =gb2312">
<link href="Images/style.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#F6F6F6" leftmargin="2" topmargin="0" marginwidth="0" marginheight="0">
<br>
<table width="99%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#666666">
<tr>
<td> <table width="100%" height="25" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="25" align="center" background="Images/title.gif"><div class="smalltxt"><b><font color="#FFFFFF">MayVote
信 息 统 计</font></b></div></td>
</tr>
</table>
<table width="100%" border="1" align=center cellpadding="3" cellspacing="0" bordercolor="#FFFFFF" class="border">
<tr bgcolor="#FFF3E6">
<td height=23 colspan="2" background="Images/admin_right_title02.gif" class="title"> 调查项目总数:<b><font color="#FF0000">
<%
Set rs = Conn.Execute("Select Count(ID) From MayVote_Votes")
Response.Write rs(0)
Set rs = Nothing%>
</font></b> 选项总数:<b><font color="#FF0000">
<%Set rs = Conn.Execute("Select Count(ID) From MayVote_Options")
Response.Write rs(0)
Set rs = Nothing%>
</font></b> 投票总数:<b><font color="red">
<%Set rs = Conn.Execute("Select Sum(MayVote_Nums) As Nums From MayVote_Options")
Response.Write rs("Nums")
Set rs = Nothing%></font></b>
<tr bgcolor="#FFCC66">
<td height=25 colspan="2" bgcolor="#FFCC00" class="title"> 本程式由
无聊的五月(LuckyMay.Net)授权给
<font color="#FF0000"><% = Application("MayVote_Name")%>
</font> 使用,当前使用版本为 <font color="#FF0000">MayVote
<% = Application("MayVote_Ver")%></font>
<tr bgcolor="#FFF3E6">
<td height=23 bgcolor="#FFF3E6" class="title"> 服务器类型:<%=Request.ServerVariables("OS")%>(IP:<%=Request.ServerVariables("LOCAL_ADDR")%>)
<td width="50%" bgcolor="#FFF3E6" class="title">脚本解释引擎:<%=ScriptEngine & "/"& ScriptEngineMajorVersion &"."&ScriptEngineMinorVersion&"."& ScriptEngineBuildVersion %>
<tr bgcolor="#FFF3E6">
<td width="50%" height=23 class="tdbg"> 站点物理路径:<%=request.ServerVariables("APPL_PHYSICAL_PATH")%></td>
<td width="50%" class="tdbg"> </td>
</tr>
</table> </td>
</tr>
</table>
<br>
<table width="99%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#666666">
<tr>
<td><table width="100%" height="25" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="25" align="center" background="Images/title.gif"><div class="smalltxt"><b><font color="#FFFFFF">MaySoft
系 统 公 告 </font></b></div></td>
</tr>
</table>
<table width="100%" border="0" cellpadding="5" cellspacing="0" bgcolor="#FFF3E6">
<tr>
<td><script src="http://MaySoft.luckymay.com/LongAffiche/Show.asp"></script>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<table width="99%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#666666">
<tr>
<td> <table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="25" align="center" background="Images/title.gif"><div class="smalltxt"><b><font color="#FFFFFF">MayVote 系统开发团队</font></b></div></td>
</tr>
</table>
<table width="100%" border="0" cellpadding="3" cellspacing="0" bgcolor="#FFF3E6">
<tr>
<td><table width="98%" border="0" align="center" cellpadding="3" cellspacing="0">
<tr>
<td height="120">官方网站: <a href="http://www.luckymay.com" target="_blank">http://www.luckymay.com</a><br>
官方论坛: <a href="http://www.luckymay.net" target="_blank">http://www.luckymay.net</a><br>
程序发布: <a href="http://www.luckymay.net/forumdisplay.php?fid=36" target="_blank">http://www.luckymay.net/forumdisplay.php?fid=36</a><br>
BUG反馈 : <a href="http://www.luckymay.net/forumdisplay.php?fid=81" target="_blank">http://www.luckymay.net/forumdisplay.php?fid=81</a><br>
模板插件: <a href="http://www.luckymay.net/forumdisplay.php?fid=80" target="_blank">http://www.luckymay.net/forumdisplay.php?fid=80</a><br>
系统开发: 无聊的五月<br>
界面设计: 无聊的五月</td>
</tr>
</table></td>
</tr>
</table> </td>
</tr>
</table><br>
<div align="center" class="smalltxt"><%Call MayVote_CopyRight()
Call CloseConn()
%></div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -