admlist.asp

来自「it is a good thing i think you will like」· ASP 代码 · 共 32 行

ASP
32
字号
<%if session("jypxadmin")<>"ok" then
response.redirect "login.asp"
response.end
end if%>
<html>
<head>
<title>■管理界面■</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css"><!--
td       {font-size: 9pt;line-height: 13pt}
a:link   {color:#FFFFFF ;text-decoration:none}
a:visited{color:#FFFFFF ;text-decoration:none}
a:hover  {color:#00FF00 ;text-decoration:underline}
a:active {color:#FFFF00 ;text-decoration:none;}
--></style>
<base target="jypxmain">
</head>
<body bgcolor="#000000" topmargin="3" text="#808080">
<div align="center">
  <center>
<table border="0" width="600" cellpadding="0">
  <tr>
    <td width="100%">
      <p align="center">■ <a href="reall.asp">数据重置</a> | <a href="adminindex.asp">管理用户</a> | <a href="admmain.asp">一般设置</a>    
      | <a href="admmain.asp">修改密码</a>        
      |  <a href="save.asp?type=admexit" target="_top">退出管理</a>                                                                                                                                                                        
 ■</p>            
    </td>            
  </tr>            
</table></center>        
</div>        
</body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?