?? 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 + -