📄 pmsreservplaceresult.jsp
字号:
<!--
********************************************************************************************************
* 系统名称:光大花园物业管理系统
* 程序名称:PmsReservPlaceResult.jsp
* 程序类型:jsp
* 功能简述:预定结果页面
* 作 者:孙建华
* 公 司:长春中联
* 完成时间:2001/09/13
* 修 改 人:
* 修改内容:
* 修改日期:
********************************************************************************************************
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>预定</title>
<base target="main">
<script language="JavaScript" src="/pmsApp/common/wuye.js"></script>
<link rel="stylesheet" href="/pmsApp/css/wuye.css" type="text/css">
<%
int flag = Integer.parseInt((String)request.getAttribute("flag"));
Vector vecQ1 = (Vector) request.getAttribute("vecQ1");//场馆名称
Vector vecQ2 = (Vector) request.getAttribute("vecQ2");//服务项目名称
Vector vecQ3 = (Vector) request.getAttribute("vecQ3");//场地名称
Vector vecQ4 = (Vector) request.getAttribute("vecQ4");//时段起始时间
Vector vecQ5 = (Vector) request.getAttribute("vecQ5");//时段终止时间
String bookdate = (String)request.getAttribute("bookdate");//预定日期
String number = (String)request.getAttribute("number");//预定编号
String name = (String)request.getAttribute("name");//预定人姓名
String sex = (String)request.getAttribute("sex");//性别
String phone = (String)request.getAttribute("phone");//联系电话
String email = (String)request.getAttribute("email");//电子邮箱
%>
<script lanuage="JavaScript">
<!--
function trover(trid){
trid.className="trover";
}
function trout(trid){
trid.className="trout";
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_findObj(n, d) { //v4.0
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && document.getElementById) x=document.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
//-->
</script>
</head>
<body bgColor="#FFFFFF" leftMargin="0" topMargin="0" vLink="#003399" marginwidth="0" marginheight="0" background="/pmsApp/images/bg2.gif" onLoad="MM_preloadImages('/pmsApp/images/button_new_over.gif','/pmsApp/images/button_modify_over.gif','/pmsApp/images/button_del_over.gif','/pmsApp/images/button_query_over.gif','/pmsApp/images/button_back_over.gif')" >
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td height="28" background="/pmsApp/images/toolbar2.gif" valign="top"><img src="/pmsApp/images/blank.gif" width="10" height="1"><img src="/pmsApp/images/button_new_gray.gif" width="55" height="20"><img src="/pmsApp/images/button_modify_gray.gif" width="55" height="20"><img src="/pmsApp/images/button_del_gray.gif" width="55" height="20"><img src="/pmsApp/images/button_split.gif" width="8" height="20"><img src="/pmsApp/images/button_query_gray.gif" width="55" height="20"><img src="/pmsApp/images/button_split.gif" width="8" height="20"></td>
</tr>
</table>
<table width="80%" border="0" cellspacing="2" cellpadding="0" align="center">
<tr align="center">
<td colspan="2">
<p> </p>
<p class="title">预订信息</p>
</td>
</tr>
<tr>
<td width="35%" align="right" valign="top"> </td>
<td><br>
<br>
</td>
</tr>
</table>
<%if (flag==9419){%>
<table width="98%" border="1" align="center" bgcolor="#FFFFFF" bordercolorlight="#808080" bordercolordark="#FFFFFF" cellspacing="0" cellpadding="0">
<tr align="center">
<td height="21" bgcolor="#d4d0c8" width="25%" align="center">场馆名称</td>
<td height="21" width="75%" align="left"><%= vecQ1.elementAt(0)%></td>
</tr>
<tr align="center">
<td bgcolor="#d4d0c8" width="25%" align="center">服务名称</td>
<td width="75%" align="left"><%= vecQ2.elementAt(0)%></td>
</tr>
<tr align="center">
<td bgcolor="#d4d0c8" width="25%" align="center">场地名称</td>
<td width="75%" align="left"><%= vecQ3.elementAt(0)%></td>
</tr>
<tr align="center">
<td bgcolor="#d4d0c8" width="25%" align="center">预定日期</td>
<td width="75%" align="left"><%= bookdate%></td>
</tr>
<tr align="center">
<td bgcolor="#d4d0c8" width="25%" align="center">起始时间</td>
<td width="75%" align="left"><%= vecQ4.elementAt(0)%></td>
</tr>
<tr align="center">
<td bgcolor="#d4d0c8" width="25%" align="center">终止时间</td>
<td width="75%" align="left"><%= vecQ5.elementAt(0)%></td>
</tr>
<tr align="center">
<td bgcolor="#d4d0c8" width="25%" align="center">预定编号</td>
<td width="75%" align="left"><%= number%></td>
</tr>
<tr align="center">
<td bgcolor="#d4d0c8" width="25%" align="center">预定人姓名</td>
<td width="75%" align="left"><%= name%></td>
</tr>
<tr align="center">
<td bgcolor="#d4d0c8" width="25%" align="center">预定人性别</td>
<td width="75%" align="left">
<%if (sex.equals("M")){%>
男
<%}else{%>
女
<%}%>
</td>
</tr>
<tr align="center">
<td bgcolor="#d4d0c8" width="25%" align="center">联系电话</td>
<td width="75%" align="left">
<%if (phone.equals("")){%>
<%}else{%>
<%= phone%>
<%}%>
</td>
</tr>
<tr align="center">
<td bgcolor="#d4d0c8" width="25%" align="center">电子邮箱</td>
<td width="75%" align="left">
<%if (email.equals("")){%>
<%}else{%>
<%= email%>
<%}%>
</td>
</tr>
<tr align="center">
<td colspan="2" align="center">
<table width="100%" border="1" bordercolordark="#ffffff" bordercolorlight="#808080" cellspacing="0" cellpadding="0" align="center">
<tr>
<td align="center" height="2" bgcolor="#d4d0c8"><a href="/pmsApp/servlet/common.PMS?txId=9039&inputString="><img src="/pmsApp/images/button_back.gif" width="55" height="20" name="Image1" onMouseOver="MM_swapImage('Image1','','/pmsApp/images/button_back_over.gif',1)" border="0"></a></td>
</tr>
</table>
</td>
</tr>
</table>
<%}else{%>
<p> </p>
<p> </p>
<p> </p>
<table width="80%" border="1" bordercolordark="#ffffff" bordercolorlight="#808080" cellspacing="0" cellpadding="0" align="center">
<tr>
<td align="center" nowrap bgcolor="#FFFFFF" height="40">
<center>
预订失败!
</center>
</td>
</tr>
<tr>
<td align="center" nowrap bgcolor="#FFFFFF">
<table width="100%" border="1" bordercolordark="#ffffff" bordercolorlight="#808080" cellspacing="0" cellpadding="0" align="center">
<tr>
<td align="center" height="2" bgcolor="#d4d0c8"><a href="/pmsApp/servlet/common.PMS?txId=9039&inputString="><img src="/pmsApp/images/button_back.gif" width="55" height="20" name="Image11" onMouseOver="MM_swapImage('Image11','','/pmsApp/images/button_back_over.gif',1)" border="0"></a></td>
</tr>
</table>
</td>
</tr>
</table>
<%}%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -