?? listpricing.jsp
字號:
<%@ page contentType="text/html; charset=GBK" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<html>
<head>
<title> getusersuccess </title>
<style type="text/css">
<!--
@import url("/app/son.css");
@import url("/app/index.css");
-->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="/app/index.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#ccddee" background="/app/image/background.jpg" link="#000066" vlink="#0066FF" alink="#99FF00">
<hr size="1" noshade>
<div align="center">
<table width="91%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="ccccff" bgcolor="ccddee">
<tr bgcolor="#ccddee" class="pp">
<td width="24%" height="24"><span class="yellow"><a href="toAdd.do" class="text_link">添加資費</a></span><span class="9P">
</span> </td>
<td width="16%"><span class="yellow">資費列表</span></td>
<td width="60%"> <div align="left"></div>
</td>
</tr>
</table>
<html:form method="post" action="remove.do" target="_self">
<p class="pp">以下是資費列表</p>
<table width="91%" border=1 align="center" cellpadding="0" cellspacing="0" bordercolor="#ccccff" bgcolor="#ccddee" >
<tr align="center" class="9P">
<td width="55" height="32"> <font size="2"><strong>刪除</strong></font></td>
<td width="161">
<div align="center"> <font face="宋體"><strong><font size="2">資費名稱</font></strong></font></div></td>
<td width="114"> <font face="宋體"><strong><font size="2">月租費用</font></strong></font></td>
<td width="83"> <font size="2" face="宋體"><strong>小時費用</strong></font></td>
<td width="208"><strong><font size="2">自費說明</font></strong></td>
<td width="66"><strong><font size="2">修改</font></strong></td>
</tr>
<c:forEach items="${pricings}" var="pricing">
<tr align="center" >
<td height="10">
<html:multibox property="pricingIds" value="${pricing.pricingId}"/></td>
<td>
<div align="center">${pricing.pricingName}</div></td>
<td>${pricing.baseFee}</td>
<td>${pricing.rateFee}</td>
<td>${pricing.pricingDesc}</td>
<td><a href="get.do?pricingId=${pricing.pricingId}">修改</a></td>
</tr>
</c:forEach>
<tr align="center">
<td height="22">
<input type="submit" name="delete" value="刪除"></td>
<td>
<div align="center">
<input type="reset" value="清除">
</div></td>
<td colspan="4">
<div align="center"><strong><font color="#000066" size="2"><strong>
</strong></font> </strong></div></td>
</tr>
</table>
<p></p>
</html:form>
</div>
<center>
<p class="9P"> </p>
<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>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -