admintop.asp

来自「一个用jsp 编写的个人主页网站哦。希望对大家有所帮助啊」· ASP 代码 · 共 57 行

ASP
57
字号
 <link rel="stylesheet" href="1.css" type="text/css">
<link rel="stylesheet" href="css.css" type="text/css">
<%
if session("admintype")<>"common" and session("admintype")<>"admin" then response.Redirect "index.asp"%>
<table width="681" height="5" border="0" align="center" cellpadding="3" cellspacing="0" class="9point">
  <tr> 
    <td> <a href="adminjoin.asp"><img src="images/g5.gif" width="9" height="9" border=0> 
      添加链接</a> <a href="adminindex.asp"><img src="images/g2.gif" width="9" height="9" border=0> 
      链接管理</a> 
      <%if session("admintype")="admin" then%>
       <a href="adminuser.asp"><span class="9point"><span class="9point"><img src="images/g5.gif" width="9" height="9" border=0></span></span> 
      用户管理</a> <a href="adminsort.asp"><img src="images/g2.gif" width="9" height="9" border=0> 
      类别管理</a> <img src="images/g5.gif" width="9" height="9" border=0> <a href="option.asp"></a><a href="option.asp">功能选项</a> 
      <%end if%>
       <a href="chpassword.asp"><img src="images/g2.gif" width="9" height="9" border=0> 
      修改密码</a> <a href="exit.asp"><img src="images/g5.gif" width="9" height="9" border=0> 
      退出登录</a> </td>
    <td width="13%"><a href="http://www.syx8622.cn/" target="_blank"> <img src="images/g2.gif" width="9" height="9" border=0> 
      梦想小筑</a> <img src="images/g5.gif" width="9" height="9" border=0></td>
  </tr>
</table>
<style type="text/css">
A { text-decoration: NONE; color: #222222}
A:hover {COLOR: #666666; TEXT-DECORATION: none}
</style>
<style>
body {scrollbar-3dlight-color: #FFFFFF;
scrollbar-arrow-color: #222222;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #222222;
scrollbar-shadow-color: #222222;
scrollbar-track-color: #FFFFFF;} 
</style>
<style type=text/css>BODY {
BACKGROUND-POSITION: right bottom; BACKGROUND-ATTACHMENT: fixed; BACKGROUND-REPEAT: no-repeat
}</style>
<style type=text/css>
<!--
input,textarea {
font-size:9pt;
color:#222222;
font-family:'宋体';
background-color:#F9F9F9;
border-top:1px solid #222222;
border-bottom:1px solid #222222;
border-left:1px solid #222222;
border-right:1px solid #222222;
scrollbar-face-color:#ffffff;
scrollbar-track-color:#ffffff;
scrollbar-arrow-color:#222222;
scrollbar-3dlight-color:#ffffff;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#222222;
scrollbar-darkshadow-color:#ffffff;}
-->
</style>

⌨️ 快捷键说明

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