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

📄 listbusinessdetail.jsp

📁 该程序能够准确的记录互联网用户上网所用的流量
💻 JSP
字号:
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%@ taglib uri="/WEB-INF/c.tld" prefix="c"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><title>无标题文档</title><script type="text/javascript" src="../../js/calendar.js"></script><link href="../../css/shct10000.css" rel="stylesheet" type="text/css" /></head>	<c:if test="${!empty message}" >			<script type="text/javascript">				alert('<c:out value="${message}"/>');			</script>			<c:remove var="message"/>		</c:if><body><c:forEach var="radcheck" items="${radcheck}"><form action="serch.do" method=""post><input type="hidden" name="businessName" value="${radcheck.username}"/><table width="96%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF" bgcolor="#FFFFFF">  <tr bordercolor="#CCCCCC">    <td width="15%" nowrap="nowrap">业务帐号</td>    <td width="15%" nowrap="nowrap">品牌</td>    <td width="15%" nowrap="nowrap">月租费</td>    <td width="15%" nowrap="nowrap">每小时费率</td>    <td width="15%" nowrap="nowrap">带宽</td>    <td width="20%" nowrap="nowrap">备注</td>  </tr>    <tr bordercolor="#CCCCCC">    <td>&nbsp;${radcheck.username}</td>    <td>&nbsp;${radcheck.product.name}</td>    <td>&nbsp;${radcheck.product.baseFee}</td>    <td>&nbsp;${radcheck.product.rateFee}</td>    <td>&nbsp;${radcheck.product.upLimit-radcheck.product.downLimit}</td>    <td>&nbsp;${radcheck.product.remark}</td>  </tr>  <tr>  	<td align="right">查询上网详细记录</td>  	<td align="right">起始时间</td>    <td align="right"><input class="input" id='startDate' name='startDate' type='text' onclick="calendar(event)"/></td>    <td align="right">结束时间</td>	<td align="right"><input class="input" id='endDate' name='endDate' type='text' onclick="calendar(event)"/></td>	<td>      <input name="submit" height="22" border="0" type="image" src="../../image/shct10000_003.gif" width="53"/>	</td>  </tr>  </table></form><br/><br/></c:forEach></body></html>

⌨️ 快捷键说明

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