📄 admin_center.asp
字号:
<%
if session("aleave")="" then
response.redirect "adminlogin.asp"
response.end
end if
%>
<html>
<head>
<LINK href="../css.css" type=text/css rel=stylesheet>
<meta name="keywords" content="">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>!!!</title>
</head>
<body >
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#000000">
<tr>
<td height="300" align="center" valign="top" bgcolor="#CCCCCC">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="5%"> </td>
<td width="95%" height="40">管理员:<font color="#FF0000"><strong><%=session("admin")%></strong></font>
<font size="2">欢迎进入新闻发布管理系统!请慎用您的权限</font></td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
</table>
<table width="95%" border="0" cellspacing="2" cellpadding="0">
<tr>
<td height="30" align="center"><font color="#0000FF"><strong>
V1.0 </strong></font></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -