⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 menu.asp

📁 求职建站直通车
💻 ASP
字号:
<html>
<head>
<title>网络管理</title>
<base target="main">
<style type="text/css">body         { font-style: normal; font-variant: normal; font-weight: normal; font-size: 9pt; 
               font-family: 宋体; margin: 0px }
table        { border-style: none; border-width: 0px }
td           { font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; 
               font-family: 宋体 }
img          { vertical-align: bottom; border-style: none; border-width: 0px }
a            { font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; 
               font-family: 宋体; color: #000000; text-decoration: none }
a:hover      { color: #428EFF; text-decoration: underline }
.sec_menu    { overflow: hidden; background-color: #D6DFF7; background-repeat: repeat; 
               background-attachment: scroll; border-left: 1px solid white; 
               border-right: 1px solid white; border-bottom: 1px solid white; 
               background-position: 0% }
.menu_title  {  }
.menu_title span { position: relative; top: 2px; left: 8px; color: #215DC6; font-weight: bold }
.menu_title2 {  }
.menu_title2 span { position: relative; top: 2px; left: 8px; color: #428EFF; font-weight: bold }
</style>
<script language=javascript src="../css/mouse_up.js"></script>
<SCRIPT language=javascript1.2>
function showsubmenu(sid)
{
whichEl = eval("submenu" + sid);
if (whichEl.style.display == "none")
{
eval("submenu" + sid + ".style.display=\"\";");
}
else
{
eval("submenu" + sid + ".style.display=\"none\";");
}
}
</SCRIPT>


<%
REM 管理栏目设置
dim menu(2,11)
menu(0,0)="::系统管理::"
menu(1,0)="::信息管理::"
menu(2,0)="::个人信息::"
'---------------------------------------------系统管理
'***************
menu(0,1)="<a href='exit.asp'>::退出管理::</a>"
menu(0,2)="<a href='login.asp'>::重新登陆::</a>"
menu(0,3)="<a href='book.asp'>::留言管理::</a>"
menu(0,4)="<a href='useradd.asp'>::人员添加::</a>"
menu(0,5)="<a href='userlist.asp'>::人员维护::</a>"

'---------------------------------------------系统管理
menu(1,1)="<a href='honor.asp'>::荣誉管理::</a>"
menu(1,2)="<a href='lette.asp'>::求职信管理::</a>"
menu(1,3)="<a href='link.asp'>::连接管理::</a>"
menu(1,4)="<a href='news.asp'>::公告管理::</a>"
menu(1,5)="<a href='results.asp'>::成绩管理::</a>"
menu(1,6)="<a href='school.asp'>::学校信息::</a>"
menu(1,7)="<a href='subject.asp'>::专业信息::</a>"

'---------------------------------------------其他管理
menu(2,1)="<a href='evaluation.asp'>::自我评价::</a>"
menu(2,2)="<a href='experience.asp'>::工作经历::</a>"
menu(2,3)="<a href='edu.asp'>::教育培训::</a>"
menu(2,4)="<a href='hope.asp'>::求职意向::</a>"
menu(2,5)="<a href='hobby.asp'>::兴趣爱好::</a>"
menu(2,6)="<a href='info.asp'>::基本信息::</a>"
menu(2,7)="<a href='basic.asp'>::个人信息::</a>"
menu(2,8)="<a href='../loadadd.asp'>::证书上传::</a>"
menu(2,9)="<a href='../admin.asp'>::证书管理::</a>"
menu(2,10)="<a href='honor.asp'>::荣誉管理::</a>"
menu(2,11)="<a href='results.asp'>::学习成绩::</a>"
%>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
</head>
<body bgcolor="#0066CC" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="left">
<tr>
<td valign="top">
<table cellpadding="0" cellspacing="0" width="158" align="center">
<tr>
<td height="42" valign="bottom"><img src="../img/admin/title.gif" width="158" height="38"></td>
</tr>
</table>
<% 
	dim j,i 
	dim tmpmenu 
	dim menuname 
	dim menurl 
for i=0 to ubound(menu,1) 
%> 
<table cellpadding="0" cellspacing="0" width="158" align="center"> 
<tr> 
<td height="25" class="menu_title" onmouseover="this.className='menu_title2';" onmouseout="this.className='menu_title';" 
background="../img/admin/admin_left_<%=i+1%>.gif" id="menuTitle1" onclick="showsubmenu(<%=i%>)"><span><%=menu(i,0)%></span></td> 
</tr> 
<tr> 
<td style="display:" id="submenu<%=i%>"> 
<div class="sec_menu" style="width:158"> 
<table cellpadding="0" cellspacing="0" align="center" width="135"> 
	<% 
	for j=1 to ubound(menu,2) 
	if isempty(menu(i,j)) then exit for 
	%> 
<tr> 
<td height="20"><%=menu(i,j)%></td> 
</tr> 
<% 
	next 
%> 
</table> 
</div> 
<div style="width:158"> 
<table cellpadding="0" cellspacing="0" align="center" width="135"> 
<tr> 
<td height="20"></td> 
</tr> 
</table> 
</div> 
</td> 
</tr> 
</table> 
<%next%> 
<table cellpadding="0" cellspacing="0" width="158" align="center"> 
<tr> 
<td height="25" class="menu_title" onmouseover="this.className='menu_title2';" onmouseout="this.className='menu_title';" 
background="../img/admin/admin_left_9.gif" id="menuTitle1"><span>版权所有</span></td> 
</tr> 
<tr> 
<td> 
<div class="sec_menu" style="width:158"> 
<table cellpadding="0" cellspacing="0" align="center" width="135"> 
<tr> 
<td height="20">&nbsp;<br> 
程序制作:<a href="#" title="漫步者的OICQ:66514176">漫步者</a><br>  
技术支持:<a href="http://www.yatang.net" target="_blank">雅堂.设计</a><br> 
<br> 
  <img border="0" src="../img/logo/logo.jpg" alt="授权使用"> 
<br> 
</td> 
</tr> 
</table> 
</div> 
</td> 
</tr> 
</table> 
</td> 
</tr> 
</table> 
 
</body> 
 

⌨️ 快捷键说明

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