?? addpricing.jsp
字號:
<%@ page language="java" contentType="text/html" pageEncoding="gb2312" isELIgnored="false"%>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<html>
<head>
<title>資費管理</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">添加資費</span><span class="9P">
</span> </td>
<td width="13%"><span class="9P"><a href="listPricing.htm" class="text_link">資費列表</a></span></td>
</tr>
</table>
<form name="pricingform" method="post" action="listPricing.htm">
<p class="pp">添加新的資費政策</p>
<table width="91%" border="1" bordercolor="#ccccff" bgcolor="#ccddee" class="9P">
<tr>
<td width="12%">資費名稱</td>
<td width="30%"><input type="text" name="pricingName"></td>
<td>請輸入新建資費名稱(只允許用英文,數字,下劃線,區分大小寫)</td>
</tr>
<tr>
<td>月租費用</td>
<td><input type="text" name="baseFee"></td>
<td>請選擇新建資費的月租費用(只允許輸入數字或小數點)</td>
</tr>
<tr>
<td>每小時費用</td>
<td><input type="text" name="rateFee"></td>
<td>請輸入每小時的費用(只允許用數字或小數點)</td>
</tr>
<tr>
<td height="10">資費描述</td>
<td><textarea name="pricingDesc"></textarea></td>
<td>請輸入對新建資費的簡單描述(最多256個漢字)</td>
</tr>
<tr>
<td><div align="right"> </div></td>
<td> </td>
<td>
<input type="submit" name="Submit2" value="提交">
<input type="reset" name="Submit" 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 + -