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

📄 top.htm

📁 本系统是基于asp.net2.0的
💻 HTM
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0035)http://localhost:8011/admin/Top.asp -->
<HTML><HEAD><TITLE>罗村影视后台管理页面</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<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: #FFFFFF)
}
</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="180,*";
		displayBar=true;
		obj.src="images/admin_top_close.gif";
		obj.title="关闭左边管理菜单";
	}
}
</SCRIPT>

<META content="MSHTML 6.00.2800.1555" name=GENERATOR></HEAD>
<BODY leftMargin=0 background=images/admin_top_bg.gif 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" width="30" height="30">
	</td>

	<td width=40>
		<img src="images/admin_top_icon_1.gif" width="30" height="30">
	</td>
	<td width=100> <a href="WebMSetup_data.aspx"  target="main">赔率设置</a> </td>
	<td width=40>
		<img src="images/admin_top_icon_5.gif" width="30" height="30">
	</td>
	<td width=100> <a href="user.aspx" target="main">会员列表</a> </td>
	<td width=40>
		<img src="images/admin_top_icon_5.gif" width="30" height="30">
	</td>
	<td width=100> <a href="WebStartAward.aspx" target="main">开奖摇码</a> </td>
	<td width=40>
		<img src="images/admin_top_icon_5.gif" width="30" height="30">
	</td>
	<td width=100> <a href="WebAwardNext.aspx" target="main">下期公告</a> </td>	
	<td align="right"><marquee scrolldelay="2" scrollamount="2" width="100">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <script src="/talk.asp" &nbsp; ></script></marquee>&nbsp;&nbsp;</td>      
</tr>
</table>
</BODY></HTML>

⌨️ 快捷键说明

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