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

📄 folderlist.asp

📁 机票预定系统 各个模块的设计-ticket reservation systems detailed design system modules of the design
💻 ASP
字号:
<%dbdns="../"%>
<!--#include file="../conn.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>后台管理</title>

<link rel="stylesheet" type="text/css" href="style/comm.css" />
<link rel="stylesheet" type="text/css" href="style/skin0.css" />
<style type="text/css">
.onmousestyle,.outmousestyle {padding-left:14px}
</style>
<script>
top.InitPageEvent(window);
top.fAddEvent(window, "resize", top.FolderListResize);
var g_bIsNoteEnabled = "1";
var f3_mailnum = 0;
var f3_usedsize = 0.00;
</script>
</head>
<body class="fdbody">

<div id="folder" class="listbg listflow">

<ul class="fdul">

<script language="javascript" type="text/javascript">
if (document.getElementById){ //DynamicDrive.com change
document.write('<style type="text/css">\n')
document.write('.submenu{display: none;}\n')
document.write('</style>\n')
}
function SwitchMenu(obj){
	if(document.getElementById){
	var el = document.getElementById(obj);
	var ar = document.getElementById("masterdiv").getElementsByTagName("span"); //DynamicDrive.com change
		if(el.style.display != "block"){ //DynamicDrive.com change
			for (var i=0; i<ar.length; i++){
				if (ar[i].className=="submenu") //DynamicDrive.com change
				ar[i].style.display = "none";
			}
			el.style.display = "block";
		}else{
			el.style.display = "none";
		}
	}
}

</script>
<style type="text/css"> 
.menutitle{
    font-size:14px;
	cursor:pointer;
	margin-bottom: 0px;
	background:#518BCB;
	color:#FFFFFF;
	width:158px;
	height:28px;
	padding-left:15px;
	padding-top:6px;
	font-weight:bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.submenu{ margin-bottom: 0em; }
#masterdiv{height:100%; width:158px;}
span table{
	border:0px;
	width:100%;
	background-image:images/menu_2.gif;
	border-collapse:collapse;
}
</style>
<div id="masterdiv">
<div onClick="SwitchMenu('sub0')" class="menutitle">
	<img src="images/left_fold1.gif" alt="" border="0" /> 订单管理</div>
<span class="submenu" id="sub0">
	<TABLE >
	  <TR>
	     <td width="14%"></td>
	     <TD height=25 width="86%"><a class=menu href="../order/manager/gljp_01.asp?oRderStatus=1" target="mainFrame">新订单</a></TD>
	  </TR>
	  <TR>
	     <td></td>
	     <TD height=25 width="86%"><a class=menu href="../order/manager/gljp_01.asp?oRderStatus=2" target="mainFrame">已确认订单</a></TD>
	  </TR>
	  <TR>
	     <td></td>
	     <TD height=25 width="86%"><a class=menu href="../order/manager/gljp_01.asp?oRderStatus=3" target="mainFrame">已生效订单</a></TD>
	  </TR>
	  <TR>
	    <td></td>
	    <TD height=25><a class=menu href="../order/manager/gljp_01.asp?oRderStatus=4" target="mainFrame">已成交订单</a></TD>
      </TR>
	  <TR>
	    <td></td>
	    <TD height=25><a class=menu href="../order/manager/gljp_01.asp?oRderStatus=5" target="mainFrame">已取消订单</a></TD>
      </TR>
  </table>
</span>
<div onClick="SwitchMenu('sub1')" class="menutitle">
	<img src="images/left_fold1.gif" alt="" border="0" /> 特价管理</div>
<span class="submenu" id="sub1">
	<TABLE>
	  <TR>
	     <td width="14%"></td>
	     <TD height=25 width="86%"><a href="manage.asp" target="mainFrame">特价(静态)</a></TD>
	  </TR>
	  <TR>
	     <td></td>
	     <TD height=25 width="86%"><a href="manage1.asp" target="mainFrame">航班特价(动态)</a></TD>
	  </TR>
	   <TR>
	     <td></td>
	     <TD height=25 width="86%"><a href="manage3.asp" target="mainFrame"> 航线特价(动态)</a></TD>
	  </TR>
	  <TR>
        <td></td>
	    <TD height=25><a href="manage2.asp" target="mainFrame">假位控制</a>    </TD>
      </TR>
  </table>
</span>
<div onClick="SwitchMenu('sub2')" class="menutitle">
	<img src="images/left_fold1.gif" alt="" border="0" /> 舱位/城市管理</div>
<span class="submenu" id="sub2">
	<TABLE>
	  <TR>
	     <td width="14%"></td>
	     <TD height=25 width="86%"><a href="Fly_company.asp" target="mainFrame"> 航空公司</a></TD>
	  </TR>
	  <TR>
	     <td></td>
	     <TD height=25 width="86%"><a href="Fly_city.asp" target="mainFrame">航空城市</a></TD>
	  </TR>
	  <TR>
	     <td></td>
	     <TD height=25 width="86%"><a href="usual_line.asp" target="mainFrame">运价管理</a></TD>
	  </TR>
	  <TR>
	     <td></td>
	     <TD height=25 width="86%"><a href="price.asp" target="mainFrame">常规航位</a></TD>
	  </TR>
	  <TR>
	     <td></td>
	     <TD height=25 width="86%"><a href="Fly_type.asp" target="mainFrame">机型管理</a></TD>
	  </TR>
	  <TR>
	     <td></td>
	     <TD height=25 width="86%"><a href="../order/manager/SendTicketCity.asp" target="mainFrame">送票城市管理</a></TD>
	  </TR>
  </table>
</span>
<div onClick="SwitchMenu('sub3')" class="menutitle">
	<img src="images/left_fold1.gif" alt="" border="0" /> 会员管理</div>
<span class="submenu" id="sub3">
	<TABLE >
	  <TR>
	     <td width="14%"></td>
	     <TD height=25 width="86%"><A href="../order/manager/wzgl_02.asp" target="mainFrame">普通注册会员</A></TD>
	  </TR>
	  <TR>
	     <td width="14%"></td>
	     <TD height=25 width="86%"><A href="../order/manager/wzgl_03.asp" target="mainFrame">VIP会员</A></TD>
	  </TR>
	  <TR>
	     <td width="14%"></td>
	     <TD height=25 width="86%"><A href="../order/manager/wzgl_04.asp" target="mainFrame">VIP贵宾会员</A></TD>
	  </TR>
	  <TR>
	     <td width="14%"></td>
	     <TD height=25 width="86%"><A href="../order/manager/wzgl_05.asp" target="mainFrame">集团会员</A></TD>
	  </TR>
  </table>
</span>
<div onClick="SwitchMenu('sub4')" class="menutitle">
	<img src="images/left_fold1.gif" alt="" border="0" /> 会员服务</div>
<span class="submenu" id="sub4">
	<TABLE >
	  <TR>
	     <td width="15%"></td>
	     <TD height=25 width="85%"><A href="../order/manager/hyfw_01_0.asp" target="mainFrame">服务条款</A></TD>
	  </TR>
	  <TR>
	     <td width="15%"></td>
	     <TD height=25 width="85%"><a href="../order/manager/hyfw_list.asp" target="mainFrame">兑奖奖品</a></TD>
	  </TR>
	  <TR>
	     <td width="15%"></td>
	     <TD height=25 width="85%"><a href="../order/manager/hyfw_d_03_04.asp" target="mainFrame">添加奖品</a></TD>
	  </TR>
	  <TR>
	     <td width="15%"></td>
	     <TD height=25 width="85%"><a href="../order/manager/hyfw_d_02.asp" target="mainFrame">积分设置</a></TD>
	  </TR>
	  <TR>
	     <td width="15%"></td>
	     <TD height=25 width="85%"><A href="../order/manager/hyfw_yw_01.asp" target="mainFrame">兑奖业务</A></TD>
	  </TR>
  </table>
</span>
<div onClick="SwitchMenu('sub5')" class="menutitle">
	<img src="images/left_fold1.gif" alt="" border="0" /> 短信管理</div>
<span class="submenu" id="sub5">
	<TABLE >
	  <TR>
	     <td width="14%"></td>
	     <TD height=25 width="86%"><A href="SmsInfor.asp" target="mainFrame">常用短信</A></TD>
	  </TR>
	  <TR>
	     <td></td>
	     <TD height=25 width="86%"><A href="SmsContact.asp" target="mainFrame">常用联系人</A></TD>
	  </TR>
	  <TR>
	     <td></td>
	     <TD height=25 width="86%"><A href="SmsSend.asp" target="mainFrame">发送短信</A></TD>
	  </TR>
	  <TR>
	     <td></td>
	     <TD height=25 width="86%"><A href="SmsLook.asp" target="mainFrame">收信箱</A></TD>
	  </TR>
	  <TR>
	     <td></td>
	     <TD height=25 width="86%"><A href="SmsKy.asp" target="mainFrame">可发短信数量</A></TD>
	  </TR>
  </table>
</span>
</div>

<li class="sepline" style="height:6px;"></li>

			<li id="folder_1_td" class="fs">
		<a id="folder_1" href="../order/manager/gljp_01.asp?oRderStatus=1" target="mainFrame" class=f_size title="总共有 1 个未处理的新订单" onFocus="this.blur()"><b >新订单</b><b>(<%=OrderCount(1)%>)</b></a>		</li>
			
			<li class="sepline" style="height:8px;"></li>
						
	<li class="fd_mg" style="clear:both;display:block"><span style="float:right;display:block" id="my_folder_mg"><a href="../order/manager/wzgl_01.asp" target="mainFrame" class="fdleft">[管理]</a></span><a href="../order/manager/wzgl_01.asp" target="mainFrame"><input type="button" class="img_b showfd" id="my_folder_img" />管理员</a></li>
</ul>
<ul id="my_folder" class="fd_flow fdul" style="display:none">
  </ul>
<ul class="fdul">
	<li class="fd_mg" style="margin-top:1px;clear:both;"><span style="float:right;display:block" id="pop_folder_mg"><a href="style.asp?Tabshow=2" target="mainFrame" class="fdleft">[管理]</a></span><a href="SmsSend.asp" class="fdtitle" title="" onFocus="this.blur()" target="mainFrame"><input type="button" class="img_b showfd" id="pop_folder_img" />发短信<span id="pop_folder_nf"></span></a></li>
</ul>	
<ul id="pop_folder" class="fd_flow fdul" style="display:none;">
  </ul>
<ul class="fdul">
	<li class="fd_mg" style="margin-top:1px;clear:both;"><span style="float:right;display:block" id="pop_folder_mg"><a href="style.asp?Tabshow=6" target="mainFrame" class="fdleft">[管理]</a></span><a href="sendmail.asp" class="fdtitle" title="" onFocus="this.blur()" target="mainFrame"><input type="button" class="img_b showfd" id="pop_folder_img" />发邮件<span id="pop_folder_nf"></span></a></li>
</ul>	
<ul id="pop_folder" class="fd_flow fdul" style="display:none;">
  </ul>
<ul class="fdul">
	<li class="fd_mg" style="margin-top:1px;clear:both;"><span style="float:right;display:none" id="pop_folder_mg"><a href="#" target="mainFrame" class="fdleft">[管理]</a></span><a href="../default.asp" class="fdtitle" title="" onFocus="this.blur()" target="mainFrame"><input type="button" class="img_b showfd" id="pop_folder_img" />订机票<span id="pop_folder_nf"></span></a></li>
</ul>	
<ul id="pop_folder" class="fd_flow fdul" style="display:none;">
  </ul>
<ul class="fdul" id="my_note">
	<li class="sepline" style="height:6px;"></li>
	<!--<li id="folder_notepad_td" class="fs" style="">
		<span style="float:right;margin-top:-1px"><a class="nolinkbg fdleft" href="/cgi-bin/cataloglist?sid=OTM5MDc4MTg1MzYyNTA5OTE1308832095,zh_CN&note_edit=1&templatename=note_edit_show&subtmpl=null&noprevnext=1" target="mainFrame">[新建]</a></span><a onFocus="this.blur()" href="/cgi-bin/note_list?catid=0&sid=OTM5MDc4MTg1MzYyNTA5OTE1308832095,zh_CN" target="mainFrame" class="normal">我的记事本</a>
	</li>
	<li id="folder_transport_td" class="fs" style="margin-top:-1px;" >
		<a onFocus="this.blur()" href="/cgi-bin/exs_files?sid=OTM5MDc4MTg1MzYyNTA5OTE1308832095,zh_CN" target="mainFrame" class="f_size" id="link_transport"   >文件中转站<span id="count_transport"></span></a>
	</li>
	

	<li  id="folder_taotao_td" class="fs" >
		<span style="float:right;margin-top:-1px"><a class="nolinkbg fdleft" href="http://www.taotao.com/cgi-bin/login?type=2&uin=308832095&tpg=mydaoke.shtml&gt=1" target="mainFrame">[管理]</a></span><a onFocus="this.blur()" href="/cgi-bin/note_list?catid=0&sid=OTM5MDc4MTg1MzYyNTA5OTE1308832095,zh_CN&templatename=reader_list" target="mainFrame" class="normal">滔滔(测试)</a>
		
	</li>-->
</ul>
<ul class="hide fdul"><li id="folder_none_td"><a id="folder_none"></a></li><li id="folder_newmail_td"><a id="folder_newmail"></a></li><li id="folder_contact_td"><a id="folder_contact"></a></li></ul>
</div>
<div class="navbottom" style="background-repeat:no-repeat;"></div>
</body>
</html>

⌨️ 快捷键说明

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