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

📄 left.asp

📁 狼道公司源码下载
💻 ASP
字号:
<head>
<META content="MSHTML 5.00.3315.2870" name=GENERATOR>
<style type=text/css>
<!--
BODY{
 margin:0px;
 FONT-SIZE: 12px;
 FONT-FAMILY: "宋体", "Verdana", "Arial", "Helvetica", "sans-serif";
 background-color: #BEBFD9;
 scrollbar-face-color: #EAEAF2;
 scrollbar-highlight-color: #FFFFFF;
 scrollbar-shadow-color: #9395C0;
 scrollbar-3dlight-color: #F3F3F8;
 scrollbar-arrow-color: #9395C0;
 scrollbar-track-color: #F3F3F8;
 scrollbar-darkshadow-color: #F3F3F8;
}
table { border:0px; }
td { font:normal 12px 宋体; }
img { vertical-align:bottom; border:0px; }
a { font:normal 12px 宋体; color:#111111; text-decoration:none; }
a:hover { color:#6C70AA;text-decoration:underline; }
.sec_menu { border-left:1px solid white; border-right:1px solid white; border-bottom:1px solid white; overflow:hidden; background:#FBFBFC; }
.menu_title { }
.menu_title span { position:relative; top:2px; left:8px; color:#4A4F80; font-weight:bold; }
.menu_title2 { }
.menu_title2 span { position:relative; top:2px; left:8px; color:#596099; font-weight:bold; }
input,select,Textarea{
font-family:宋体,Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}
}
--></style>
<SCRIPT language=javascript>
function menuShow(obj,maxh,obj2)
{
  if(obj.style.pixelHeight<maxh)
  {
    obj.style.pixelHeight+=maxh/20;
	//obj.filters.alpha.opacity+=5;
	obj2.background="images/title_bg_hide.gif";
    if(obj.style.pixelHeight==maxh/10)
	  obj.style.display='block';
	myObj=obj;
	myMaxh=maxh;
	myObj2=obj2;
	menuShow(myObj,myMaxh,myObj2);
  }
}
function menuHide(obj,maxh,obj2)
{
  if(obj.style.pixelHeight>0)
  {
    if(obj.style.pixelHeight==maxh/20)
	  obj.style.display='none';
    obj.style.pixelHeight-=maxh/20;
	//obj.filters.alpha.opacity-=5;
	obj2.background="images/title_bg_show.gif";
	myObj=obj;
	myMaxh=maxh
	myObj2=obj2;
	menuHide(myObj,myMaxh,myObj2);
  }
  else
    if(whichContinue)
	  whichContinue.click();
}
function menuChange(obj,maxh,obj2)
{
  if(obj.style.pixelHeight)
  {
    menuHide(obj,maxh,obj2);
	whichOpen='';
	whichcontinue='';
  }
  else
	{
	  menuShow(obj,maxh,obj2);
	  whichOpen=obj2;
	  whichContinue='';
	}
}
</SCRIPT>
<base target=BoardList></head><BODY leftmargin="0" topmargin="0" marginheight="0" marginwidth="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="images/admin_title.gif" width=158 height=38> 
 </td>
 </tr>
 </table>
 <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=images/title_bg_quit.gif > 
 <span><a href="Default.asp" target=_top><b>管理首页</b></a> | <a href="ExitSystem.asp" target=_top><b>退出</b></a></span> 
 </td>
 </tr>
 <tr> 
 <td style="display:"> <div class=sec_menu style="width:158"> 
 <table cellpadding=0 cellspacing=0 align=center width=135>
 <tr> 
 <td height=20>用户名:<font color=red><%=Session("JingAdmin")%></font></td>
 </tr>
 <tr> 
 <td height=20>身&nbsp;&nbsp;份:<font color=red>管理员 </font></td>
 </tr></table></td>
 </table>
 <div style="width:158"> 
 <table cellpadding=0 cellspacing=0 align=center width=135>
 <tr>
 <td height=10></td>
 </tr>
 </table>
 </div>

<table cellpadding=0 cellspacing=0 width=158 align=center>
 <tr style="CURSOR: hand">
 <td height=25 class=menu_title id=menuTitle1 onMouseOver="this.className='menu_title2';" onclick=menuChange(menu1,80,menuTitle1); onMouseOut="this.className='menu_title';"  background="images/title_bg_show.gif">	 <span>企业信息管理</span>
	</td>
 </tr>
 <tr>
 <td> 
<div class=sec_menu id=menu1 style=" FILTER: alpha(Opacity=100);  WIDTH: 158px; HEIGHT: 80px">
<table style="POSITION: relative; TOP: 15px" cellpadding=0 cellspacing=0 align=center width=135>
	<tr><td height=20><img src="images/bullet.gif" border=0><a href="Company.asp" target="main">企业简介</a></td></tr>
    <tr><td height=20><img src="images/bullet.gif" border=0><a href="WebInFo.asp" target="main">网站信息</a></td></tr>
	<tr><td height=20><img src="images/bullet.gif" border=0><a href="Contact.asp" target="main">联系方式</a></td></tr>
</table>
	 </div>
	</td>
 </tr>
</table>

<SCRIPT language=javascript>
  var whichOpen=menuTitle1;
  var whichContinue='';
</SCRIPT>


<table cellpadding=0 cellspacing=0 width=158 align=center>
 <tr style="CURSOR: hand">
 <td height=25 class=menu_title id=menuTitle2 onMouseOver="this.className='menu_title2';" onclick=menuChange(menu2,100,menuTitle2); onMouseOut="this.className='menu_title';"  background="images/title_bg_show.gif">	 <span>产品管理</span>
	</td>
 </tr>
 <tr>
 <td> 
<div class=sec_menu id=menu2 style="FILTER: alpha(Opacity=100); WIDTH: 158px; HEIGHT: 80px">
<table style="POSITION: relative; TOP: 10px" cellpadding=0 cellspacing=0 align=center width=135>
<tr><td height=20><img src="images/bullet.gif" border=0><a href="Pro_Class.asp" target="main">产品类别</a></td></tr>
<tr><td height=20><img src="images/bullet.gif" border=0><a href="Product.asp" target="main">产品维护</a></td></tr>
<tr><td height=20><img src="images/bullet.gif" border=0><a href="Pro_Add.asp" target="main">新增产品</a></td></tr>
</table>
	 </div>
	</td>
 </tr>
</table>


<table cellpadding=0 cellspacing=0 width=158 align=center>
 <tr style="CURSOR: hand">
 <td height=25 class=menu_title id=menuTitle3 onMouseOver="this.className='menu_title2';" onclick=menuChange(menu3,60,menuTitle3); onMouseOut="this.className='menu_title';"  background="images/title_bg_show.gif">	 <span>新闻/招聘管理</span>
	</td>
 </tr>
 <tr>
 <td> 
<div class=sec_menu id=menu3 style="DISPLAY: none; FILTER: alpha(Opacity=100); WIDTH: 158px; HEIGHT: 0px">
<table style="POSITION: relative; TOP: 15px" cellpadding=0 cellspacing=0 align=center width=135>
	<tr><td height=20><img src="images/bullet.gif" border=0><a href="News.asp" target="main">新闻/招聘维护</a></td></tr>
<tr><td height=20><img src="images/bullet.gif" border=0><a href="News_Add.asp" target="main">新增/招聘新闻</a></td></tr>
</table>
	 </div>
	</td>
 </tr>
</table>

<table cellpadding=0 cellspacing=0 width=158 align=center>
 <tr style="CURSOR: hand">
 <td height=25 class=menu_title id=menuTitle4 onMouseOver="this.className='menu_title2';" onclick=menuChange(menu4,60,menuTitle4); onMouseOut="this.className='menu_title';"  background="images/title_bg_show.gif">	 <span>图片管理</span>
	</td>
 </tr>
 <tr>
 <td> 
<div class=sec_menu id=menu4 style="DISPLAY: none; FILTER: alpha(Opacity=100); WIDTH: 158px; HEIGHT: 0px">
<table style="POSITION: relative; TOP: 10px" cellpadding=0 cellspacing=0 align=center width=135>
	<tr><td height=20><img src="images/bullet.gif" border=0><a href="Pictures.asp" target="main">图片维护</a></td></tr>
	<tr><td height=20><img src="images/bullet.gif" border=0><a href="Pictures_Add.asp" target="main">新增图片</a></td></tr>
</table>
	 </div>
	</td>
 </tr>
</table>

<table cellpadding=0 cellspacing=0 width=158 align=center>
 <tr style="CURSOR: hand">
 <td height=25 class=menu_title id=menuTitle7 onMouseOver="this.className='menu_title2';" onclick=menuChange(menu7,100,menuTitle7); onMouseOut="this.className='menu_title';"  background="images/title_bg_show.gif">	 <span>下载管理</span>
	</td>
 </tr>
 <tr>
 <td> 
<div class=sec_menu id=menu7 style="DISPLAY: none; FILTER: alpha(Opacity=100); WIDTH: 158px; HEIGHT: 0px">
<table style="POSITION: relative; TOP: 10px" cellpadding=0 cellspacing=0 align=center width=135>
	<tr><td height=20><img src="images/bullet.gif" border=0><a href="DownLoad.asp" target="main">下载文档管理</a></td></tr>
	<tr><td height=20><img src="images/bullet.gif" border=0><a href="DownLoad_Add.asp" target="main">新增下载文档</a></td></tr>
	<tr><td height=20><img src="images/bullet.gif" border=0><a href="DownClass.asp" target="main">下载类别维护</a></td></tr>
	<tr><td height=20><img src="images/bullet.gif" border=0><a href="DownClass_Add.asp" target="main">新增下载类别</a></td></tr>	
</table>
	 </div>
	</td>
 </tr>
</table>

<table cellpadding=0 cellspacing=0 width=158 align=center>
 <tr style="CURSOR: hand">
 <td height=25 class=menu_title id=menuTitle5 onMouseOver="this.className='menu_title2';" onclick=menuChange(menu5,60,menuTitle5); onMouseOut="this.className='menu_title';"  background="images/title_bg_show.gif">	 <span>管理员管理</span>
	</td>
 </tr>
 <tr>
 <td> 
<div class=sec_menu id=menu5 style="DISPLAY: none; FILTER: alpha(Opacity=100); WIDTH: 158px; HEIGHT: 0px">
<table style="POSITION: relative; TOP: 10px" cellpadding=0 cellspacing=0 align=center width=135>
	<tr><td height=20><img src="images/bullet.gif" border=0><a href="Manage.asp" target="main">管理员维护</a></td></tr>
	<tr><td height=20><img src="images/bullet.gif" border=0><a href="Manage_Add.asp" target="main">添加管理员</a></td></tr>
</table>
	 </div>
	</td>
 </tr>
</table>


<table cellpadding=0 cellspacing=0 width=158 align=center>
 <tr style="CURSOR: hand">
 <td height=25 class=menu_title id=menuTitle6 onMouseOver="this.className='menu_title2';" onclick=menuChange(menu6,40,menuTitle6); onMouseOut="this.className='menu_title';"  background="images/title_bg_show.gif">	 <span>留言管理</span>
	</td>
 </tr>
 <tr>
 <td> 
<div class=sec_menu id=menu6 style="DISPLAY: none; FILTER: alpha(Opacity=100); WIDTH: 158px; HEIGHT: 0px">
<table style="POSITION: relative; TOP: 10px" cellpadding=0 cellspacing=0 align=center width=135>
	<tr><td height=20><img src="images/bullet.gif" border=0><a href="GBook.asp" target="main">查看留言</a></td></tr>
</table>
	 </div>
	</td>
 </tr>
</table>

<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="images/admin_left_2.gif" id=menuTitle10> 
 <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>
 <BR>
 技术支持:<A href="http://www.yongfulu.com" target="_blank">永福路汽车用品网</A><BR>
 <BR>
 </td>
 </tr>
 </table>
 </div></td>
 </tr>
 </table><BR>

⌨️ 快捷键说明

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