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

📄 listpricing.jsp

📁 电信用户自服务系统
💻 JSP
字号:
<%@ page language="java" contentType="text/html; charset=GBK"    pageEncoding="GBK"%><%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %><html><head><title> getusersuccess </title><script>	function clear(){		document.forms[0].action="${pageContext.request.contextPath}/pricingManage/remove.do?sign=clear";		document.forms[0].submit();	}	function remove(){		document.forms[0].action="${pageContext.request.contextPath}/pricingManage/remove.do?sign=remove";		document.forms[0].submit();	}</script><style type="text/css"><!--@import url("/app/son.css");@import url("/app/index.css");--></style><meta http-equiv="Content-Type" content="text/html; charset=GBK"><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="${pageContext.request.contextPath}/pricingManage/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>          &nbsp;&nbsp; &nbsp;&nbsp; </td>      </tr>    </table>    <form  method="post" action="${pageContext.request.contextPath}/pricingManage/remove.do?sign=clear"  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:if test="${!empty listPricing}" var="isEmpty">     	<c:forEach var="pricing" items="${listPricing}" varStatus="status">     	  <tr align="center" > 	        <td height="10"> 	          <input type="checkbox" name="${pricing.name}" value="${status.count}"></td>	        <td> 	          <div align="center">${pricing.name}&nbsp;</div></td>	        <td>${pricing.baseFee}&nbsp;</td>	        <td>${pricing.rateFee}&nbsp;</td>	        <td>${pricing.desc}&nbsp;</td>	        <td><a href="${pageContext.request.contextPath}/pricingManage/toModify.do?pid=${pricing.id}">修改</a></td>	      </tr>     	</c:forEach>     </c:if>     <c:if test="${!isEmpty}">     	<tr align="center" height="40"><td colspan="6">没有定制资费标准</td></tr>     </c:if>          <!--       <tr align="center" >         <td height="10">           <input type="checkbox" name="checkbox" value=""></td>        <td>           <div align="center"> p30-3</div></td>        <td>30 </td>        <td>3</td>        <td>月租30元,每小时3元</td>        <td><a href="pricingmes.htm">修改</a></td>      </tr>      -->      <tr align="center">         <td height="22">           <input type="submit" name="delete" value="删除" onclick="remove()"></td>        <td>           <div align="center">             <input type="reset"  value="清除" onclick="clear()">&nbsp;          </div></td>        <td colspan="4">           <div align="center"><strong><font color="#000066" size="2"><strong>             &nbsp;</strong></font> </strong></div></td>      </tr>        </table>    <p></p>  </form></div><center>  <p class="9P">&nbsp; </p>  <hr/>  <p class="text_link"><font size="2" face="宋体">About Tarena - 公司简介 - 联系方法 - 相关法律     - 客户服务 <br>    达内公司版权所有</font></p>  <p class="text_link"><font size="-1">Copyright&nbsp;<img src="/image/c-00.gif" width="9" height="9">&nbsp;2000.     Tarena Technologies Inc. All Rights Reserved </font></p></center></body></html>

⌨️ 快捷键说明

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