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

📄 index.jsp

📁 酒店网上预订系统 (网上预订酒店)
💻 JSP
字号:
<%@ page language="java" contentType="text/html; charset=GBK"    pageEncoding="GBK"%><%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %><!-- <%@ page import="t_uers_cmp.struts.*,java.util.*,t_uers_cmp.dto.*;"%> --><%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %><html><head><title> getusersuccess </title><style type="text/css"><!--@import url("../../son.css");@import url("../../index.css");--></style><meta http-equiv="Content-Type" content="text/html; charset=GBK"><link href="../../index.css" rel="stylesheet" type="text/css"></head><body bgcolor="#ccddee" background="../../image/background.jpg" link="#000066" vlink="#0066FF" alink="#99FF00"><form action="${pageContext.request.contextPath}/accountManage/listAccount.action?method=listAccount&sign=month" method="post">  <table width="100%" border="1" bordercolor="ccccff" bgcolor="ccddee" class="9P">    <tr>       <td width="31%">服务器月帐务查询</td>      <td width="69%" colspan="2"><a href="${pageContext.request.contextPath}/accountManage/listAccount.action?method=listAccount&sign=yearView">服务器年帐务查询</a></td>    </tr>  </table><hr size="1" noshade><div align="center">   <table width="100%" border="1" bordercolor="ccccff" bgcolor="ccddee" class="9P">    <tr>       <td width="73%" colspan="2"> <select size="1" name="selectYear">          <option value="2006">2006</option>          <option value="2007">2007</option>          <option value="2008" selected>2008</option>        </select>        <select size="1" name="selectMonth">          <option value="1">1</option>          <option value="2">2</option>          <option value="3">3</option>          <option value="4">4</option>          <option value="5">5</option>          <option value="6">6</option>          <option value="7">7</option>          <option value="8" selected>8</option>          <option value="9">9</option>          <option value="10">10</option>          <option value="11">11</option>          <option value="12">12</option>        </select>        <input type="submit" value="月帐务查询" name="B122">      </td>    </tr>  </table>  <p>&nbsp;</p>  <table width="90%" border="0" cellspacing="0" cellpadding="0">    <tr>      <td width="36%">查询日期: ${year != null ? year : "XXXX"}年${month != null ? month : "XX"}月</td>    <td width="54%">&nbsp;</td>    <td width="10%">&nbsp;</td>  </tr></table>  <table width="90%" border="1" bordercolor="ccffff" bgcolor="ccddee" class="9P">    <tr align="center" bordercolor="ccffff" bgcolor="ccddee" class="9P">       <td width="16%" nowrap>服务器</td>      <td width="23%" nowrap>总计(单位:小时)</td>      <td width="23%" nowrap>详细清单</td>    </tr>        <c:if test="${!empty accounts}" var="idNull">    	<c:forEach var="account" items="${accounts}" varStatus="status">    		<tr align="center" class="9P"> 		      <td nowrap>		      	<c:choose>		      		<c:when test="${account.labIp == '192.168.1.21'}">Openlab1</c:when>		      		<c:when test="${account.labIp == '192.168.1.22'}">Openlab2</c:when>		      		<c:when test="${account.labIp == '192.168.1.23'}">Openlab3</c:when>		      		<c:otherwise></c:otherwise>		      	</c:choose>		      </td>		      <td nowrap>${account.timeDuration}</td>		      <td nowrap><a href="${pageContext.request.contextPath}/accountManage/listAccountDetail.action?method=listAccountDetail&sign=detailMonth&year=${year}&month=${month}&labIp=${account.labIp}">详细清单</a></td>		    </tr>    	</c:forEach>    </c:if>    <c:if test="${!idNull}">    	<tr><td colspan="3" align="center" height="40">选择你要查询的年月</td></tr>    </c:if>        <!--     <tr align="center" class="9P">       <td nowrap>Openlab1</td>      <td nowrap>378.50</td>      <td nowrap><a href="detailMonth.htm">详细清单</a></td>    </tr>    <tr align="center">       <td nowrap>Openlab2</td>      <td nowrap>402.40</td>      <td nowrap><a href="detailMonth.htm">详细清单</a></td>    </tr>    <tr align="center">       <td nowrap>Openlab3</td>      <td nowrap>304.00</td>      <td nowrap><a href="detailMonth.htm">详细清单</a></td>    </tr>    <tr align="center">       <td nowrap>Openlab4</td>      <td nowrap>320.00</td>      <td nowrap><a href="detailMonth.htm">详细清单</a></td>    </tr>    <tr align="center">       <td nowrap>Openlab5</td>      <td nowrap>234.00</td>      <td nowrap><a href="detailMonth.htm">详细清单</a></td>    </tr>    <tr align="center">       <td nowrap>Openlab6</td>      <td nowrap>435.00</td>      <td nowrap><a href="detailMonth.htm">详细清单</a></td>    </tr>     -->  </table>  <p class="9P">&nbsp;</p></div><center>  <hr/>  <p class="text_link"><font size="2" face="宋体">About Tarena - 公司简介 - 联系方法 - 相关法律     - 客户服务 <br>    达内公司版权所有</font></p>  <p class="text_link"><font size="-1">Copyright&nbsp;<img src="../image/c-00.gif" width="9" height="9">&nbsp;2000.     Tarena Technologies Inc. All Rights Reserved </font></p></center></form></body></html>

⌨️ 快捷键说明

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