auto_booking_me.jsp
上传用户:guhaomin
上传日期:2007-06-10
资源大小:23203k
文件大小:5k
源码类别:

电子政务应用

开发平台:

Java

  1. <%@jsp:include file="/vnex/head.jsp"%>
  2. <%@ page errorPage="/vnex/ErrorPage.jsp" %>
  3. <%@ page import="java.util.*" %>
  4. <%@ page import="com.vnex.intranet.vehicle.loader.*" %>
  5. <%@ taglib uri="/vnex_vehicle_automobile.tld" prefix="vnex_automobile" %>
  6. <%@ taglib uri="/vnex.tld" prefix="vnex" %>
  7. <jsp:useBean id="BusinessName" scope="session" class="com.vnex.intranet.pub.BusinessSession" />
  8. <%
  9.     int userId = BusinessName.getEmpId();
  10.     
  11.     String pageTo = "/mainctrl/booking/autoBookingMe?a";    
  12.     String start = request.getParameter("start");
  13.     if(  start!= null )
  14.     {
  15.         start = "start=" + start;
  16.     }
  17. %>
  18. <jsp:include page="/vnex/page/FORM_HEAD.jsp" />
  19. <BODY text=#000000 vLink=#000000 aLink=#000000 link=#000000 bgColor=#ffffff topMargin=20 leftmargin="0" marginwidth="0" marginheight="0">
  20. <script language="JavaScript1.2" src="/vnex/menu/dockmenu_person.js"></script>
  21. <script language="JavaScript1.2" src="/vnex/menu/dockmenu.js"></script>
  22. <script Language="JavaScript" src="/vnex/intranet/calendar/Popup.js"></script>
  23. <script language="JavaScript" src="/vnex/validate.js"></script>
  24. <script language=JavaScript>
  25. function can()
  26. {
  27.   document.form1.action="/mainctrl/booking/autoBookingList";
  28.   document.form1.submit();
  29. }
  30. </script>
  31. <DIV align=center>
  32. <form name="form1" method="post">
  33.     <TABLE class=outter cellSpacing=0 cellPadding=0 width=600 border=0>
  34.     <TBODY>
  35.     <jsp:include page="/vnex/page/TTOA_TABLE_TOP.jsp" />
  36.     <TR>
  37.         <TD colSpan=3 align="center"><br>
  38.          <table width="600" border="1" cellspacing="1" bordercolor="#666666">
  39.             <tr bgcolor="#fafafa"> 
  40.               <td> 
  41.                 <table width="600" border="0" cellspacing="0" cellpadding="2">
  42.                   <tr bgcolor="#666666"> 
  43.                     <td colspan="4" height="15"><font class="strongw">&nbsp;<a href="/mainctrl/home/index"><font color="#FFFFFF">首页</font></a>&gt;&gt;<a href="/mainctrl/personal/main"><font color="#FFFFFF">个人办公</font></a>&gt;&gt;<a href="/mainctrl/booking/autoBookingList"><font color="#FFFFFF">车辆预订</font></a>&gt;&gt;我的预订信息 
  44.                       </font></td>
  45.                   </tr>
  46.                 </table>
  47.                 <table class=title cellspacing=1 cellpadding=2 width="100%" border=0>
  48.                   <tr align=middle> 
  49.                     <td><font  class="strong">车型</font></td>
  50.                     <td><font  class="strong">牌号 </font></td>
  51.                     <td><font  class="strong">开始时间</font></td>
  52.                     <td><font  class="strong">终止时间</font> </td>
  53.                     <td><font  class="strong">理由</font></td>
  54.                     <td><font  class="strong">状态</font></td>
  55.                   </tr>
  56. <vnex_automobile:automobileBookingMeList employeeId="<%=userId%>" >
  57. <vnex:items paging="true">                    
  58. <tr bgcolor="<vnex:itemsColor/>" align="center"> 
  59.                     <td>
  60.                         <vnex_automobile:automobileBookingAttribute attribute = "autoTypeName"/>
  61.                      </td>
  62.                     <td>
  63.                     <a href="/mainctrl/booking/autoBookingDispatch?autoRepairId=<vnex_automobile:automobileBookingAttribute attribute = "id"/>&automobileId=<vnex_automobile:automobileBookingAttribute attribute = "automobileId"/>&statusId=<vnex_automobile:automobileBookingAttribute attribute = "statusId"/>">
  64.                         <vnex_automobile:automobileBookingAttribute attribute = "carCertNo"/>
  65.                     </a>
  66.                     </td>
  67.                     <td>
  68.                         <vnex_automobile:automobileBookingAttribute attribute = "beginTime"/>
  69.                     </td>
  70.                     <td>
  71.                         <vnex_automobile:automobileBookingAttribute attribute = "endTime"/>
  72.                     </td>
  73.                     <td>
  74.                         <vnex_automobile:automobileBookingAttribute attribute = "reason"/>
  75.                     </td>
  76.                     <td>
  77.                         <vnex_automobile:automobileBookingAttribute attribute = "statusName"/>
  78.                     </td>
  79.                   </tr>
  80.                   </vnex:items>                                  
  81.                   <tr bgcolor="#fafafa"> 
  82.                     <td colspan="6" align="left">&nbsp;
  83.                         <vnex:pagingTag pageName="<%=pageTo%>" />
  84.                     </td>
  85.                   </tr>
  86. </vnex_automobile:automobileBookingMeList>                    
  87.                   
  88.                   <tr align=center bgcolor="#fafafa"> 
  89.                     <td colspan="10" height="30"> 
  90.                       <input type="button" name="Button3222" value="返回" class="file" onClick="can()">
  91.                     </td>
  92.                   </tr>
  93.                 </table>
  94.               </td>
  95.             </tr>
  96.           </table>
  97.           <jsp:include page="/vnex/page/TTOA_HELP.jsp" />
  98.        </TD>
  99.      </TR>
  100.      <jsp:include page="/vnex/page/TTOA_TABLE_BOTTOM.jsp" />
  101.     </TBODY> 
  102.   </TABLE>
  103.     <BR>
  104.   <jsp:include page="/vnex/page/TTOA_PRODUCER_LOGO.jsp" />
  105. </form>
  106. </DIV>
  107. </BODY>
  108. </HTML>