?? pricingmes.jsp
字號:
<%@page contentType="text/html;charset=utf-8"%><%@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="13%" height="24"><span class="yellow"><a href="${pageContext.request.contextPath}/pricing/toAdd.do" class="text_link">添加資費</a></span></td> <td width="13%"><span class="9P"><a href="${pageContext.request.contextPath}/pricing/toListPricing.do" class="text_link">資費列表</a></span></td> <td width="27%"> </td> </tr> </table> <form name="pricingform" method="post" action="${pageContext.request.contextPath}/pricing/modify.do?id=${JtPricing.pricingId}"> <table width="91%" border="1" bordercolor="#ccccff" bgcolor="#ccddee" class="9P"> <tr> <td width="12%">資費名稱</td> <input type="hidden" name="pricing_name" value=""> <td width="30%">${JtPricing.pricingName}</td> <td></td> </tr> <tr> <td>月租費用</td> <td><input name="base_fee" type="text" value="${JtPricing.baseFee}"></td> <td>更改月租費用(只允許輸入數字或小數點)</td> </tr> <tr> <td>每小時費用</td> <td><input name="rate_fee" type="text" value="${JtPricing.rateFee}"></td> <td>更改每小時的費用(只允許用數字或小數點)</td> </tr> <tr> <td height="10">資費描述</td> <td> <textarea name="pricing_desc">${JtPricing.pricingDesc}</textarea></td> <td>更改資費信息</td> </tr> <tr> <td><div align="right"> </div></td> <td> </td> <td> <input type="submit" name="Submit" value="修改"> <input type="reset" name="Submit2" value="重設"> </td> </tr> </table> <p> </p> </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 + -