admin_center.asp

来自「一个功能非常强大的新闻发布系统,里面的技术都是采用最新的,支持当前最流行的网站风」· ASP 代码 · 共 42 行

ASP
42
字号
<%
  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%">&nbsp;</td>
          <td width="95%" height="40">管理员:<font color="#FF0000"><strong><%=session("admin")%></strong></font> 
            <font size="2">欢迎进入新闻发布管理系统!请慎用您的权限</font></td>
        </tr>
        <tr> 
          <td colspan="2">&nbsp;</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 + =
减小字号Ctrl + -
显示快捷键?