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

📄 listpricing.jsp

📁 ERP管理功能
💻 JSP
字号:
<%@page contentType="text/html; charset=utf-8"%><%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %><%@ page import="com.tarena.netctoss.entity.*" %><%@page isELIgnored="false" %><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="${pageContext.request.contextPath}/pricing/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}/pricing/removePricing.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="${JtPricings}" var="JtPricing" varStatus="status">       <%        System.out.println(pageContext.getAttribute("JtPricings"));      %>       <tr align="center" >         <td height="10">           <input type="checkbox" name="checkbox" value="${JtPricing.pricingId}"></td>        <td>           <div align="center">${JtPricing.pricingName}</div></td>        <td>${JtPricing.baseFee} </td>        <td>${JtPricing.rateFee}</td>        <td>${JtPricing.pricingDesc}</td>        <td><a href="${pageContext.request.contextPath}/pricing/toModify.do?id=${JtPricing.pricingId}">修改</a></td>      </tr>   </c:forEach>    <c:if test="${empty JtPricings}" >		<td align="center" height="50" colspan="9">没有资费服务</td>	</c:if>            <tr align="center">         <td height="22">           <input type="submit" name="delete" value="删除"></td>        <td>           <div align="center">             <input type="button"  value="清除" onclick="self.location='${pageContext.request.contextPath}/pricing/removeAll.do'">          </div></td>        <td colspan="4">           <div align="center"><strong><font color="#000066" size="2"><strong>             </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 + -