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

📄 user_main.asp

📁 依蓝旅游网站管理系统Elan2008.SP2
💻 ASP
字号:
<%
Option Explicit
Response.buffer = True
Response.Expires = -1
Response.ExpiresAbsolute = Now() - 1

If Session("EL_UserManagePage") <> "" And Not ISNULL(Session("EL_UserManagePage")) Then
   Dim TempURL
   TempURL = Session("EL_UserManagePage")
   Session("EL_UserManagePage") = ""
   Response.Redirect TempURL
End If
%>
<!--#Include File="../Conn.asp"-->
<!--#Include File="../Inc/Const.asp"-->
<!--#Include File="User_CheckPurview.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<link href="User_Style.css" type="text/css" rel="stylesheet">
<title>会员中心</title>
</head>
<body>
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td height="37" colspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="11%"><img src="Images/navtitle.gif" width="113" height="37"></td>
        <td width="89%" background="Images/navbg.gif"></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td height="60" colspan="2"></td>
  </tr>
  <tr>
    <td width="30%" height="100%" valign="top">
	<div style="float:left; background:#F1F7FF; width:181px">
      <div><img src="Images/quickmenu_top.gif" width="181" height="58"></div>
      <div style="background:url(Images/quickmenu_bg.gif); width:100%; text-align:center; height:36px; padding-top:16px;"><a href="User_HotelBook.asp">酒店订单管理</a></div>
      <div style="background:url(Images/quickmenu_bg.gif); width:100%; text-align:center; height:36px; padding-top:16px;"><a href="User_FlightBook.asp">机票订单管理</a></div>
      <div style="background:url(Images/quickmenu_bg.gif); width:100%; text-align:center; height:36px; padding-top:16px;"><a href="User_ProductBook.asp">度假订单管理</a></div>
      <div style="background:url(Images/quickmenu_bg.gif); width:100%; text-align:center; height:36px; padding-top:16px;"><a href="User_SightBook.asp">景点订单管理</a></div>
	  <div style="background:url(Images/quickmenu_bg.gif); width:100%; text-align:center; height:36px; padding-top:16px;"><a href="User_CarBook.asp">租车订单管理</a></div>
      <div style="background:url(Images/quickmenu_bg.gif); width:100%; text-align:center; height:36px; padding-top:16px;"><a href="User_ShopBook.asp">商品兑换管理</a></div>
      <div style="background:url(Images/quickmenu_bg.gif); width:100%; text-align:center; height:36px; padding-top:16px;"><a href="User_Payment.asp">订单付款记录</a></div>
      <div style="width:100%; text-align:center; height:20px;"></div>
      <div style="background:url(Images/quickmenu_bottom.gif); width:100%; text-align:center; height:25px;"></div>
    </div>
	</td>
    <td width="70%" valign="top"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td align="right" style="padding-right:30px;"><img src="Images/welcome.gif" width="409" height="58"></td>
      </tr>
      <tr>
        <td align="right" valign="bottom"><img src="Images/img2.jpg" width="637" height="336"></td>
      </tr>
    </table></td>
  </tr>
</table>

</body>
</html>

⌨️ 快捷键说明

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