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

📄 changebag.jsp

📁 航空自助值机java BS模式程序
💻 JSP
字号:
<%@page language="java" session="true" import="fr.ier.cuss.globaldemo.*" %>

<%@ include file = "include/util.jsp" %>

<html>
<head>
  <%@ include file = "include/header.jsp" %>
  <script language="JavaScript1.2">
    //------------------------------------------------------------------------
	/*
	 * Event management
     */  
    function processEventBis(event) {
	  // Nothing to do
	}


    //------------------------------------------------------------------------
    /**
     * Update the number of luggages
     */
    function updateBagsNumber(number) {
      displayPage("checkin.jsp?bags=" + number);
    }

    </script>
  </head>

<body unselectable="on" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" onLoad="javascript:init();" background="<%= backgroundImageName%>">

    <table width="100%" height="100%" border="0">
      <thead>
	    <%@ include file = "include/companylogo.jsp" %>
      </thead>
      <!-- =============================================================== -->
      <!--        Body of the table for message                            -->
      <!-- =============================================================== -->
      <tbody>
        <tr>
          <td colspan="4" valign="center" height="70%" width="100%">
            <table width="100%" height="100%" border="0">
              <tr> <!-- title -->
                <td colspan="4" align="center" height="10%" width="100%"><h1 class="subtitle">Select number of bags</h1></td>
              </tr>
              <tr>
                <td width="40%" height="30%" align="center"  onClick="javascript:updateBagsNumber(0);" >
                  <img name="bag0" border="0" src="img/bag/handbag.gif" onmouseover="this.src='img/bag/handbag_2.gif'" onmouseout="this.src='img/bag/handbag.gif'">
                </td>
                <td width="20%" colspan="2"></td>
                <td width="40%" height="30%"  align="center" onClick="javascript:updateBagsNumber(1);">
                  <img border="0" src="img/bag/1bag.gif" onmouseover="this.src='img/bag/1bag_2.gif'" onmouseout="this.src='img/bag/1bag.gif'"></td>
              </tr>
              <tr>
                <td width="40%" height="30%"  align="center" onClick="javascript:updateBagsNumber(2);">
                  <img  border="0" src="img/bag/2bag.gif" onmouseover="this.src='img/bag/2bag_2.gif'" onmouseout="this.src='img/bag/2bag.gif'"></td>
                <td colspan="2" width="20%"></td>
                <td width="40%" height="30%" align="center" onClick="javascript:updateBagsNumber(3);">
                 <img  border="0" src="img/bag/3bag.gif" onmouseover="this.src='img/bag/3bag_2.gif'" onmouseout="this.src='img/bag/3bag.gif'">
                </td>
              </tr>
            </table>
          </td>
        </tr>
      </tbody>
      <!-- =============================================================== -->
      <!--        Foot of the table for buttons                            -->
      <!-- =============================================================== -->
      <tfoot>
        <tr>
            <td height="15%" width="25%" align="center">&nbsp;</td>
            <td width="25%" align="center">&nbsp;</td>
            <td width="25%" align="center">&nbsp;</td>
            <td width="25%" align="center"><%@ include file = "include/quitbutton.jsp" %></td>
        </tr>
      </tfoot>
    </table>
</body>
</html>

⌨️ 快捷键说明

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