www.gusucode.com > 528人才招聘网整站源代码-蓝色经典 精简版 2.0源码程序 > admin/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">
</head>

<body bgcolor="#799AE1">

<table border="0" width="159" cellspacing="1" cellpadding="0" height="547">
	<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"><b><font size="2" color="#FFFFFF">控制面版</font></b></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"><a href="admin_guest.asp"><strong>网站留言管理</strong></a></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_message.asp">站内短信管理</a></b></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">安 全&nbsp; 退 出</a></b></td>
	</tr>
	<tr>
		<td height="12" align="center" bgcolor="#285CCD"> </td>
	</tr>
</table>

</body>

</html>