📄 right.asp
字号:
<% option explicit %>
<%
if session("purview")="" then
response.redirect "../login.asp?id=0"
response.end
end if
%>
<html>
<head>
<title>网站管理系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<STYLE>TABLE {FONT-SIZE: 10pt;COLOR: #000000; FONT-FAMILY: 宋体;LINE-HEIGHT: 160%}
.Shadow_white {FONT-SIZE: 14pt; FILTER: dropshadow(color:black, offx=1, offy=1, positive=1); WIDTH: 70%; COLOR: #ffffff; FONT-FAMILY: 宋体; POSITION: relative}
.Shadow_white2 {FONT-SIZE: 10pt; FILTER: dropshadow(color:black, offx=1, offy=1, positive=1); WIDTH: 70%; COLOR: #ffffff; FONT-FAMILY: 宋体; POSITION: relative}
A:link {COLOR: #ffffff; TEXT-DECORATION: none}
A:active {COLOR: #000000; TEXT-DECORATION: none}
A:visited {COLOR: #ffffff; TEXT-DECORATION: none}
A:hover {COLOR: #ffffff; TEXT-DECORATION: underline}
</STYLE>
</head>
<body bgcolor="#6699CC">
<div align="center">
<table width="90%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="60" class=Shadow_white>
<div align="center"><b>网站后台管理系统</b> </div>
</td>
</tr>
<tr>
<td class=Shadow_white2 height="30">欢迎<font color=red><%=session("name")%>:</font></td>
</tr>
<tr>
<td class=Shadow_white2 height="30"> 如果在使用过程当中遇到什么问题,请发信给我:<a href="mailto:su@na95598.com">su@na95598.com</a>!我们会尽快给予答复!</td>
</tr>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -