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

📄 user_top.asp

📁 依蓝旅游网站管理系统Elan2008.SP2
💻 ASP
字号:
<%
Option Explicit
Response.buffer = True
Response.Expires = -1
Response.ExpiresAbsolute = Now() - 1
%>
<!--#Include File="../Conn.asp"-->
<!--#Include File="../Inc/Const.asp"-->
<!--#Include File="User_CheckPurview.asp"-->
<%
Dim ArrWeek(7)
ArrWeek(1)=("星期日")
ArrWeek(2)=("星期一")
ArrWeek(3)=("星期二")
ArrWeek(4)=("星期三")
ArrWeek(5)=("星期四")
ArrWeek(6)=("星期五")
ArrWeek(7)=("星期六")
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<link href="User_Top_Style.css" type="text/css" rel="stylesheet">
<title>会员控制面板</title>
<script language="javascript" src="../Js/Common.js"></script>
<script language="javascript">
function setDocumentDisabled(type){
   var e = getObject("dd");
	if(type==1){
		e.style.width = '100%';		
		e.style.height = document.body.clientHeight>document.body.scrollHeight?document.body.clientHeight:document.body.scrollHeight;
		e.style.top=0;
		e.style.left=0;
		e.style.display = '';
		document.body.onresize = function(){
			e.style.width='100%';
			e.style.height = document.body.clientHeight>document.body.scrollHeight?document.body.clientHeight:document.body.scrollHeight;
		}
	}else{
		if(e){
			e.style.width = '0px';
		    e.style.height = '0px';
			e.style.display = 'none';
		}
	}
}
</script>
</head>
<body>
<div id="dd" style="position:absolute;width:0px; height:0px;z-index:99; background:#333333; display:none; filter: Alpha(Opacity=30);"></div>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr style="background:url(Images/top_bg.gif)">
    <td width="194" height="84" nowrap>
	<div style="height:24px; text-align:center; padding-top:3px;">今天是<%=Year(Date())%>年 <%=Month(Date())%>月<%=Day(Date())%>日 <%=ArrWeek(WeekDay(Date()))%></div>
	<div style="height:60px;"><a href="User_Main.asp" target="mainFrame"><img src="Images/img.gif" width="193" height="60" border="0"></a></div>
	</td>
    <td width="190" align="right" valign="top" nowrap style="padding-right:5px;">
	<div style="margin-top:3px;">
	    会员名:<%=EL_User.UserName%>(<%=EL_User.TrueName%>) <br>
		IP地址:<%=RemoteIp%><br>
		<a href="User_Message.asp" target="mainFrame">待阅短信: <span style="color:red;"><%=EL_User.MessageNum%></span> 条</a>	</div>
	<div style=""><a href="<%=InstallDir%>" target="_blank">网站首页</a> | <a href="User_CheckLogin.asp?Action=Logout" target="_top">退出登陆</a></div>
	</td>
    <td width="10" align="center"><img src="Images/s1.gif" width="1" height="84"></td>
    <td nowrap><table width="620" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td align="center"><a href="User_MyInfo.asp" target="mainFrame"><img src="Images/top_menu_01.gif" width="53" height="64" border="0"></a></td>
        <td align="center"><a href="User_Password.asp" target="mainFrame"><img src="Images/top_menu_02.gif" width="53" height="64" border="0"></a></td>
        <td align="center"><a href="User_HotelBook.asp" target="mainFrame"><img src="Images/top_menu_03.gif" width="53" height="64" border="0"></a></td>
        <td align="center"><a href="User_Message.asp" target="mainFrame"><img src="Images/top_menu_04.gif" width="53" height="64" border="0"></a></td>
		<td align="center"><a href="User_Forum.asp" target="mainFrame"><img src="Images/top_menu_05.gif" width="53" height="64" border="0"></a></td>
        <td align="center"><a href="User_Points.asp" target="mainFrame"><img src="Images/top_menu_06.gif" width="53" height="64" border="0"></a></td>
        <td align="center"><a href="User_Payonline.asp" target="mainFrame"><img src="Images/top_menu_07.gif" width="53" height="64" border="0"></a></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td height="5" colspan="4" bgcolor="#21406E"></td>
  </tr>
</table>
<%
Call ApplicationTerminate()
%>
</body>
</html>

⌨️ 快捷键说明

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