📄 adminindex.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="const.asp"-->
<%
If session("kenanbook")="" Then
Response.Redirect("adminlogin.asp")
End If
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=webname%>留言本管理页面</title>
</head>
<body>
<%
If showbanner=true Then
call banner()
End If
%>
<% header()%>
<table width=<%=bodywidth%> height="264" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="216" align="center"><br>
<!--#include file="menu.asp"-->
</td>
<td width="544" valign="top"><br>
<br>
<table width="399" height="290" border="0" align="center" cellpadding="0" cellspacing="0" class="table002">
<tr align="center">
<td height="19" colspan="2">恭喜。你已成功登陆!</td>
</tr>
<tr>
<td colspan="2"><table width=450 height="269" border=0 cellpadding=0 cellspacing=1>
<tr height=18>
<td height="17" colspan="2" align=center>留言本所在服务器信息<br>
<br>
</td>
</tr>
<tr height=18>
<td width="141" align=left> 服务器名</td>
<td width="306"> <%=Request.ServerVariables("SERVER_NAME")%></td>
</tr>
<tr height=18>
<td align=left> 服务器IP</td>
<td> <%=Request.ServerVariables("LOCAL_ADDR")%></td>
</tr>
<tr height=18>
<td align=left> 服务器端口</td>
<td> <%=Request.ServerVariables("SERVER_PORT")%></td>
</tr>
<tr height=18>
<td align=left> 服务器时间</td>
<td> <%=now%></td>
</tr>
<tr height=18>
<td align=left> IIS版本</td>
<td> <%=Request.ServerVariables("SERVER_SOFTWARE")%></td>
</tr>
<tr height=18>
<td align=left> 脚本超时时间</td>
<td> <%=Server.ScriptTimeout%> 秒</td>
</tr>
<tr height=18>
<td align=left> 留言本所在路径</td>
<td> <%=server.mappath("../")%></td>
</tr>
<tr height=18>
<td align=left> 服务器操作系统</td>
<td> <%=Request.ServerVariables("OS")%></td>
</tr>
<tr height=18>
<td align=left> </td>
<td> </td>
</tr>
<tr align="center" height=18>
<td colspan="2">请点击左边链接进行管理</td>
</tr>
</table></td>
</tr>
</table>
</td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table>
<% footer()
connclose()
%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -