?? admin_index.asp
字號:
<!--#include file="conn.asp"-->
<!--#include file="admin_error.asp"-->
<title><%=sitename%>-后臺管理</title>
<%
if master="" then
errinfo="<li>管理員沒有登陸,請先 <a href='admin_login.asp'>登陸</a><br>"
call errweb()
else
set rs=conn.execute("select loginnum from admin where admin='"&master&"'")
%>
<form method="POST" action="?action=check">
<table width="<%=width%>" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="20%" align="center" valign="top"><%call menu()%></td>
<td width="80%" valign="top"><%=master%> 已經進入 <%=sitename%>
后臺管理系統,請謹慎對待每一步的操作,特別是各個刪除連接,點擊刪除后將無法恢復!
<p>你共登陸后臺 <font color="#FF0000"><%=rs("loginnum")%></font> 次</p>
<p>當前服務器時間是:<%=now()%></p> </td>
</tr>
</table>
</form>
<%
set rs=nothing
end if
conn.close
set conn=nothing
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -