📄 admin1.asp
字号:
<%
if session("login")<>"yes" then
response.write "<script language=JavaScript>" & chr(13) & "alert('您还未登录或者超时,请重登录!');"&"window.location.href = '../'"&" </script>"
response.end
end if
%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../css.css" type="text/css">
<title>管理菜单</title>
<base target="main">
<style type="text/css">
<!--
body {
background-image: url(images/top.gif);
}
-->
</style></head>
<body bgcolor="#799AE1">
<table border="0" width="159" cellspacing="1" cellpadding="0" height="410">
<tr>
<td height="39" background="images/title.gif" valign="bottom">
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="23">
<tr>
<td><p align="center"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="25" background="images/title_bg_show.gif" align="center" width="0">
<b><a href="admin_index.asp">网站管理首页</a></b></td>
</tr>
<tr>
<td height="25" background="images/title_bg_show.gif" align="center" width="0">
<b><a href="webinfo.asp">网站信息设置</a></b></td>
</tr>
<tr>
<td height="25" background="images/title_bg_show.gif" align="center" width="0">
<p align="center"><b><a href="admin_up_notice.asp">网站公告管理</a></b></td>
</tr>
<tr>
<td height="25" background="images/title_bg_show.gif" align="center" width="0">
<b><a href="admin_up_service.asp?id=1&what=法律申明">系统文章管理</a></b></td>
</tr>
<tr>
<td height="25" background="images/title_bg_show.gif" align="center" width="0">
<b><a href="admin_list.asp">职位地区设置</a></b></td>
</tr>
<tr>
<td height="25" background="images/title_bg_show.gif" align="center" width="0">
<b><a href="admin_consign.asp">委托招聘管理</a></b></td>
</tr>
<tr>
<td height="25" background="images/title_bg_show.gif" align="center" width="0"><b>
<a href="admin_link.asp">友情链接管理</a></b></td>
</tr>
<tr>
<td height="25" background="images/title_bg_show.gif" align="center" width="0">
<a href="admin_article.asp"><b>网站文章管理</b></a></td>
</tr>
<tr>
<td height="25" background="images/title_bg_show.gif" align="center" width="0">
<b><a href="admin_inuser.asp">个人会员管理</a></b></td>
</tr>
<tr>
<td height="25" background="images/title_bg_show.gif" align="center" width="0">
<b><a href="admin_enuser.asp">企业会员管理</a></b></td>
</tr>
<tr>
<td height="25" background="images/title_bg_show.gif" align="center" width="0"><b>
<a href="admin_user.asp">账号密码设置</a></b></td>
</tr>
<tr>
<td height="25" background="images/title_bg_show.gif" align="center" width="0"><b>
<a target="_top" href="out.asp">安 全 退 出</a></b></td>
</tr>
<tr>
<td height="32" align="center" bgcolor="#9966FF">
</td>
</tr>
<tr>
<td height="23" align="center" valign="bottom">
技术支持:QQ:371972484</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -