www.gusucode.com > 星云DJ舞曲 4.5a源码程序 > admin/admin_top.asp

    <!--#include file="conn.asp"-->
<!--#include file="checkadmin.inc"-->
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>后台管理系统</title>
<style type="text/css">
a:link { color:#000000;text-decoration:none}
a:hover {color:#666666;}
a:visited {color:#000000;text-decoration:none}
td {FONT-SIZE: 9pt; FILTER: dropshadow(color=#FFFFFF,offx=1,offy=1); COLOR: #000000; FONT-FAMILY: "宋体"}
img {filter:Alpha(opacity:100); chroma(color=#FFFFFF)}
</style>
<base target="main">
<script>
function preloadImg(src)
{
	var img=new Image();
	img.src=src
}
preloadImg("images/admin_top_open.gif");
var displayBar=true;
function switchBar(obj)
{
	if (displayBar)
	{
		parent.frame.cols="0,*";
		displayBar=false;
		obj.src="images/admin_top_open.gif";
		obj.title="打开左边管理菜单";
	}
	else{
		parent.frame.cols="180,*";
		displayBar=true;
		obj.src="images/admin_top_close.gif";
		obj.title="关闭左边管理菜单";
	}
}
</script>
<script src=../js/js.js></script>
</head>
<body background="images/admin_top_bg.gif" leftmargin="0" topmargin="0">
<table height="100%" width="100%" border=0 cellpadding=0 cellspacing=0>
<tr valign=middle>
	<td width=50>
	<img onclick="switchBar(this)" src="images/admin_top_close.gif" title="关闭左边管理菜单" style="cursor:hand">
	</td>
	<td width=40>
		<img src="images/admin_top_icon_1.gif">
	</td>
	<td width=100>
		<a href="Admin_Main.asp">管理首页</a>
	</td>
	<td width=40>
		<img src="images/admin_top_icon_5.gif">
	</td>
	<td width=100>
		后台帮助
	</td>
        <td align="right"><SPAN style="FONT-SIZE: 15pt; FILTER: shadow(color=#ff0000); COLOR: #f7f7f7; HEIGHT: 1px">&nbsp;星云舞曲网 www.xy57.cn &nbsp;</SPAN></td>
</tr>
</table>
</body>
</html>