admin_index.asp
来自「CityCN V2.1 是自主开发的基于ASP+Access的新型资讯信息系统。」· ASP 代码 · 共 35 行
ASP
35 行
<!--#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 topmargin="0" leftmargin="0">
<div align="center">
<!--#include file="admin_top.asp"-->
<br>
<table width="750" border="1" cellpadding="20" cellspacing="0" bordercolor="#CCCCCC">
<tr>
<td height="100" align="center">
<p style="font-size: 10pt; font-weight: bold; color=red">版权声明</p>
<p align="left">1、您可以免费使用本程序,使用时必须保留版权声明。<br>
2、为适应实际应用环境或者改进其功能、性能,可以进行修改,但不得去除版权标示。<br>
3、对于程序的原因导致的意外发生的责任由您承担,程序作者不承担任何责任。
</p>
<p style="font-size: 10pt; font-weight: bold; color=red">注意事项</p>
<p align="left">1、为了保证程序的安全、稳定,请您随时访问<a target="_blank" href="http://soft.citycn.net">Soft.CityCN.Net</a>。<br>
2、在使用过程中,如果您发现了程序漏洞,或者需要改进请和软件作者联系。</p>
<p>程序制作:<b><a target="_blank" href="http://soft.citycn.net">城市中国CityCn.Net</a></b> 授权使用:<font style="color: #0000FF; font-weight: bold"><%=sitesname%></font><br>
© 2005-2006 All Rights Reserved</p>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?