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

📄 admin_top.asp

📁 足球推荐程序 功能齐全 还 不错 界面漂亮 容易修改
💻 ASP
字号:
<!--#include file="com/CheckUser.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; }
img {filter:Alpha(opacity:100); chroma(color=#FFFFFF)}
</style>
<base target="right">
<script>
function preloadImg(src)
{
	var img=new Image();
	img.src=src
}
preloadImg("adimg/admin_top_open.gif");

var displayBar=true;
function switchBar(obj)
{
	if (displayBar)
	{
		parent.frame.cols="0,*";
		displayBar=false;
		obj.src="adimg/admin_top_open.gif";
		obj.title="恢复";
	}else{
		parent.frame.cols="180,*";
		displayBar=true;
		obj.src="adimg/admin_top_close.gif";
		obj.title="展开";
	}
}
 

 function refreshWindow(){
 	self.location='admin_top.asp';
 }
 setTimeout("refreshWindow()",600000);
</script>
</head>

<body background="adimg/TopBg.gif" leftmargin="0" topmargin="0">
<table height="100%" width="95%" border=0 cellpadding=0 cellspacing=0>
<tr valign=middle>
	<td width=67>
	<img src="adimg/admin_top_close.gif" width="22" height="22" style="cursor:hand"  onClick="switchBar(this)">
	</td>

	<td width=100 colspan=2>
	<%=Year(date())&"年"&Month(date())&"月"&Day(Date())&"日"%>
	</td>
	<td width=87 align=right>
		<img src="adimg/admin_top_icon_2.gif" width="30" height="30">
	</td>
	<td width=225>
		帐号:<%=Session("adminUserName")%>
	</td>
	<td width="302" align="center">
	</td>
</tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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