www.gusucode.com > 盘锦DJ舞曲网 商业版源码程序 > admin/admin_top.asp

    <script language="javascript">
if(self==top){self.location.href="admin_login.asp";}
</script>
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:12px;
}
tr,td{
font-size:12px;
}
A {
	FONT: 12px 宋体; COLOR: #333333; TEXT-DECORATION: none
}
A:hover {
	COLOR: #428eff
}
.dt {
	font-size: 12px;
}
-->
</style>
<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="170,*";
		displayBar=true;
		obj.src="images/admin_top_close.gif";
		obj.title="关闭左边管理菜单";
	}
}
</script>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td width="9%" background="images/admin_top_bg.gif"><img onclick="switchBar(this)" src="images/admin_top_close.gif" title="关闭左边管理菜单" style="cursor:hand"></td>
    <td width="5%" background="images/admin_top_bg.gif"><img src="images/top_zy.gif" width="39" height="35"></td>
    <td width="13%" background="images/admin_top_bg.gif"><a href="config.asp" target="Right">管理首页</a></td>
    <td width="5%" height="35" background="images/admin_top_bg.gif"><img src="images/top_rz.gif" width="36" height="35"></td>
    <td width="13%" background="images/admin_top_bg.gif"><a href="music_list.asp" target="Right">歌曲列表</a></td>
    <td width="5%" background="images/admin_top_bg.gif"><img src="images/top_hylb.gif" width="35" height="35"></td>
    <td width="13%" background="images/admin_top_bg.gif"><a href="http://www.pjren.net" target="Right">官方网站</a></td>
    <td width="5%" background="images/admin_top_bg.gif"><img src="images/top_tpgl.gif" width="38" height="34"></td>
    <td width="32%" background="images/admin_top_bg.gif"><a href="Make_Index.Asp" target="Right">生成网站</a></td>
  </tr>
  <tr>
    <td height="52" colspan="9"><table width="100%" border="0" align=center cellpadding="0" cellspacing="1">
      <tr align="center" bgcolor="#336699">
        <td height=26 bgcolor="#2F6A8E" class="dt" ><strong><font color="#FFFFFF">盘锦DJ舞曲网后台管理</font></strong>      
      </tr>
      <tr bgcolor="#0080C0">
        <td height=23 bgcolor="#D5ECF7"><div align="center">
          <form id="form1" name="form1" method="post" action="music_list.asp" style="display:inline" target="Right">
            歌曲搜索
            <input name="keyword" type="text" id="keyword" size="35" />
                    <input type="submit" name="Submit" value="提交" />
          </form>
          </div></td>
        </tr>
    </table></td>
  </tr>
</table>