📄 indexyear.jsp
字号:
<%@ page language="java" contentType="text/html; charset=GBK" pageEncoding="GBK"%><%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %><%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %><!-- <%@ page import="t_uers_cmp.struts.*,java.util.*,t_uers_cmp.dto.*;"%> --><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=year" method="post"> <table width="100%" border="1" bordercolor="ccccff" bgcolor="ccddee" class="9P"> <tr> <td width="31%"><a href="${pageContext.request.contextPath}/accountManage/listAccount.action?method=listAccount&sign=monthView">服务器月帐务查询</a></td> <td width="69%" colspan="2">服务器年帐务查询</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" selected>2006</option> <option value="2007">2007</option> <option value="2008">2008</option> </select> 年<input type="submit" value="年帐务查询" name="B122"> </td> </tr> </table> <p> </p> <table width="90%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="36%">查询日期: ${year != null ? year : "XXXX"}年 <c:set var="currentYear" value="${year}" scope="session"></c:set> </td> <td width="54%"> </td> <td width="10%"> </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=detailYear&labIp=${account.labIp}&year=${year}&timeDuration=${account.timeDuration}">详细清单</a></td> </tr> </c:forEach> </c:if> <!-- <tr align="center" class="9P"> <td nowrap>Openlab1</td> <td nowrap>3800.50</td> <td nowrap><a href="detailYear.htm">详细清单</a></td> </tr> <tr align="center"> <td nowrap>Openlab2</td> <td nowrap>4020.40</td> <td nowrap><a href="detailYear.htm">详细清单</a></td> </tr> <tr align="center"> <td nowrap>Openlab3</td> <td nowrap>3400.00</td> <td nowrap><a href="detailYear.htm">详细清单</a></td> </tr> <tr align="center"> <td nowrap>Openlab4</td> <td nowrap>3520.00</td> <td nowrap><a href="detailYear.htm">详细清单</a></td> </tr> <tr align="center"> <td nowrap>Openlab5</td> <td nowrap>2334.00</td> <td nowrap><a href="detailYear.htm">详细清单</a></td> </tr> <tr align="center"> <td nowrap>Openlab6</td> <td nowrap>4135.00</td> <td nowrap><a href="detailYear.htm">详细清单</a></td> </tr> --> </table> <p class="9P"> </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 <img src="../image/c-00.gif" width="9" height="9"> 2000. Tarena Technologies Inc. All Rights Reserved </font></p></center></form></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -