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

📄 feequerydetaildata.jsp

📁 java电信经典-学习例子源代码
💻 JSP
字号:
<%@ page  pageEncoding="gb2312" isELIgnored="false"%>
<%@ taglib   uri="http://struts.apache.org/tags-html"  prefix="ui" %>
<!-- 标准标记库 -->
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<table width='100%' height='100%' border='0' cellspacing='0' cellpadding='0'>
	<tr>
		<td width='40' background='${pageContext.request.contextPath}/images/index_26.jpg'>&nbsp;</td>
		<!--内容区导航开始-->
		<td align='left' valign='middle' background='${pageContext.request.contextPath}/images/ctitle_bak_center.jpg'>
		<table border='0' cellspacing='0' cellpadding='0'>
			<tr>	
				<td height='31' background='${ pageContext.request.contextPath}/images/ctitle_bak_fcenter.jpg'>
				<a href='${ pageContext.request.contextPath}/index.do'  class=channel_title>首页</a>
				<ui:img page='/images/sy_2_18.jpg' border='0'/> 
				<a href='${ pageContext.request.contextPath}${module.url}?method=index&moduleid=${module.id}'  class=channel_title>用户自服务首页</a>
				<ui:img page='/images/sy_2_18.jpg' border='0'/>
				<label   class=channel_title>用户帐单明细列表</label>
				</td>			
			</tr>
		</table>
		</td>
		<!--内容区导航结束-->
		<td align='left' valign='middle' background='${pageContext.request.contextPath}/images/ctitle_bak_center.jpg'>&nbsp;</td>
		<td width='13' align='right' valign='middle' background='${pageContext.request.contextPath}/images/ctitle_bak_center.jpg'>
		<ui:img page='/images/ctitle_bak_right.jpg' width='10' height='31'/>
		</td>
	</tr>
</table>
<table width='100%' border='1' cellspacing='0' cellpadding='0'>
	<tr width="100%" height="10%">
		<!-- 显示查询UI -->
		<td align="left" height='31' background='${pageContext.request.contextPath}/images/ctitle_bak_fcenter.jpg'>		 
		年月:${year }年${month}月&nbsp;&nbsp;&nbsp;&nbsp;账务帐号:${sessionScope.userloginname} &nbsp;&nbsp;&nbsp;&nbsp;业务帐号:${requestScope.loginname}
		&nbsp;&nbsp;&nbsp;&nbsp;实验室IP:${requestScope.labip}
			</td>
	</tr>
	<tr width="100%" height="300px">
		<td width="100%" valign="top">
			<!-- 显示浏览列表 -->
			<div style="overflow:auto;">
			<table cellspacing='0' cellpadding='0' width="100%"  border="1">
				<tr class="tabhead">
					<th>日</th><th>登出时间</th><th>时长(秒)</th>
				</tr>
				<c:forEach var="detailMonth" items="${queryDetailMonth}">
    			<tr>
    				<td>${detailMonth.day}</td>
    				<td>${detailMonth.outTime }</td>
    				<td>${detailMonth.duration }</td>
    			</tr>
    		</c:forEach>
    		</table>
			</div>
		</td>
	</tr>
	<tr width="100%"  height="20px">
		<!-- 显示分页导航 -->
		<td>${pagenav }</td>
	</tr>
</table>
    		

⌨️ 快捷键说明

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