?? admin.asp
字號:
<!--#include file="config.asp"-->
<!--#include file="version.asp"-->
<%admin=request("admin")%>
<%if admin="login" then%>
<title><%=name%>-管理登陸</title>
<body leftMargin=0 topMargin=0 rightMargin=0 bottomMargin=0 style="overflow-x:hidden;overflow-y:hidden">
<iframe src="http://www.zxsou.com/zxsoumeng/?webmaster=<%=webmaster%>" frameSpacing=0 frameborder="NO" style="overflow-x:hidden" scrolling="yes" width=100% height=100% noresize></iframe>
<%else%>
<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="gb2312">
<head>
<meta http-equiv="content-type" content="text/html; charset=gb2312">
<meta http-equiv="content-language" content="gb2312">
<title><%=name%></title>
<link rel="stylesheet" href="style/index_<%=skin%>.css" type="text/css" media="screen">
</head>
<body>
<br>
<div id="logo"><a href="<%=weburl%>"><img src="<%=logo%>" alt="<%=name%>" border="0"></a></div>
<br><br><br>
<div id="search">
當前版本:<%=version%> (<%=versionname%>)<br>
最新版本:<script src="http://www.zxsou.com/zxsoumeng/update.asp?localversion=<%=version%>"></script><br>
<a href="?admin=login" target="_blank" title="管理員登錄">管理登錄</a>
</div>
<div id="footer01"><br><br><br><a href="<%=weburl%>">返回首頁</a></div>
<div class="help"><%=stat%></div>
</body>
</html>
<%end if%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -