admin_top_ad.asp

来自「CityCN V2.1 是自主开发的基于ASP+Access的新型资讯信息系统。」· ASP 代码 · 共 26 行

ASP
26
字号
<!--#include file="config.asp" -->
<!--#include file="admin_admininfo.asp"-->
<%
if session("adminname")<>adminname or session("adminpwd")<>adminpwd then
  response.Redirect("admin_login.asp")
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>【后台管理】广告管理 - <%=sitename%></title>
<link href="admin.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="0" topmargin="0">
<div align="center">
<!--#include file="admin_top.asp" -->
<br>
<table width="58%" border="1" cellpadding="0" cellspacing="0" bordercolor="#999999" height="141">
  <tr>
    <td height="139" align="center" style="line-height: 16pt">
	<font color="#FF0000"><b>免费版本不提供广告管理!</b></font></td>
  </tr>
</table>
</div>
</body>
</html>

⌨️ 快捷键说明

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