?? listbusinessdetail.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> ${radcheck.username}</td> <td> ${radcheck.product.name}</td> <td> ${radcheck.product.baseFee}</td> <td> ${radcheck.product.rateFee}</td> <td> ${radcheck.product.upLimit-radcheck.product.downLimit}</td> <td> ${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 + -