?? feeadd.jsp
字號:
<%@ page language="java" pageEncoding="utf-8"%>
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ 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"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href='<%=request.getContextPath()%>/css/main.css' rel='stylesheet' type='text/css'></link>
<title>電信運(yùn)營計費(fèi)管理系統(tǒng)-資費(fèi)增加</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
}
.STYLE5 {
font-size: 9px;
}
P {
LINE-HEIGHT: 120%;
font-size: 12px;
font-style: normal;
}
.STYLE6 {
font-size: 13px;
font-weight: bold;
}
.STYLE7 {
color: #FF8605;
}
P {
LINE-HEIGHT: 150%;
font-size: 14px;
text-indent: 20pt;
font-style: normal;
}
LI {
FONT-SIZE: 12px;
}
-->
</style>
</head>
<body>
<center>
<!--logo頭開始-->
<table width='778' height='74' border='0' cellpadding='0'
cellspacing='0'>
<tr>
<td>
<table height='100%' border='0' cellpadding='0' cellspacing='0'>
<tr>
<td width='168' height='100%'>
<a href="http://www.tarena.com.cn" target=_blank><img
src="<%=request.getContextPath()%>/images/logo.gif" height="39" width="111" border="0">
</a>
</td>
<td width='13'>
<img src="<%=request.getContextPath()%>/images/sy_03.jpg" height="67" width="13">
</td>
<td width='136'>
<img src="<%=request.getContextPath()%>/images/sy_04.gif" height="37" width="348">
</td>
<td width='276'>
</td>
<td width='175' valign='bottom'>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!--logo頭結(jié)束-->
<!--功能導(dǎo)航開始-->
<!-- 標(biāo)準(zhǔn)標(biāo)記庫 -->
<table width='778' border='0' cellspacing='0' cellpadding='0'>
<tr>
<td width='13' height='13'>
<img src="<%=request.getContextPath()%>/images/sy_10.jpg" height="61" width="13">
</td>
<td width='752' background='<%=request.getContextPath()%>/images/sy_12.jpg'>
<table width='100%' border='0' cellspacing='0' cellpadding='0'>
<tr>
<td align='left'>
<!-- 這里的工具條上的菜單是由權(quán)限決定的,在登錄的時候存放在session的modules中 -->
<a href="<%=request.getContextPath()%>/main.jsp" class="cl">首頁</a><span class="STYLE4">|</span>
<c:forEach var="m" items="${ADMIN_MODULES}">
<a href="<%=request.getContextPath()%>${m.url }?mid=${m.id }"
class="cl">${m.name }</a>
<span class="STYLE4">|</span>
</c:forEach>
</td>
</tr>
</table>
</td>
<td width='13'>
<img src="<%=request.getContextPath()%>/images/sy_13.jpg" height="61" width="14">
</td>
</tr>
</table>
<!--功能導(dǎo)航開結(jié)束-->
</center>
<!--正文區(qū)開始[包含左邊的功能操作菜單,與中間的操作區(qū)域]-->
<center>
<table width='778' height='370' border='1'>
<tr>
<!--左邊列[功能操作菜單]開始 -->
<td valign='top' bgcolor='#f8f8f8'>
<!-- 標(biāo)準(zhǔn)標(biāo)記庫 -->
<!--菜單標(biāo)題欄開始-->
<table width='100%' height='31' border='0' cellspacing='0'
cellpadding='0' background='<%=request.getContextPath()%>/images/index_26.jpg'>
<tr>
<td width='18%'>
</td>
<td width='47%' valign='middle'
background='<%=request.getContextPath()%>/images/ctitle_bak_fcenter.jpg'>
<span class="channel_title">資費(fèi)管理<!-- 模塊名稱 -->></span>
</td>
<td width='9%' align='left' valign='middle'
background='<%=request.getContextPath()%>/images/ctitle_bak_fcenter.jpg'>
<img src="<%=request.getContextPath()%>/images/channel_dh_2.jpg" height="12" width="18">
</td>
<td width='26%' align='right' valign='middle'
background='<%=request.getContextPath()%>/images/ctitle_bak_center.jpg'>
<img src="<%=request.getContextPath()%>/images/ctitle_bak_right.jpg" height="31"
width="10">
</td>
</tr>
</table>
<!--菜單標(biāo)題欄結(jié)束-->
<!--菜單項開始-->
<table width='100%' border='0' cellspacing='0' cellpadding='0'>
<tr>
<td
style='border-bottom: 1px solid #d5d5d5; border-left: 1px solid #d5d5d5; border-right: 1px solid #d5d5d5;'>
<table width='191' height='31' border='0' cellpadding='0'
cellspacing='0' background='<%=request.getContextPath()%>/images/subchannel_bak.jpg'>
<tr>
<td width='36' height='31' align='right' valign='middle'>
<img src="<%=request.getContextPath()%>/images/subchannel_doc.jpg" height="9" width="6">
</td>
<td align='left' valign='middle'>
<table border='0' cellpadding='0' cellspacing='0'>
<tr>
<td height='31'>
<a href='<%=request.getContextPath()%>/fee/index.jsp'>首頁</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- 循環(huán)顯示操作菜單 -->
<c:forEach var="r" items="${ADMIN_MODULE_RIGHTS}">
<table width='191' height='31' border='0' cellpadding='0'
cellspacing='0'
background='<%=request.getContextPath()%>/images/subchannel_bak.jpg'>
<tr>
<td width='36' height='31' align='right' valign='middle'>
<img
src="<%=request.getContextPath()%>/images/subchannel_doc.jpg"
height="9" width="6">
</td>
<td align='left' valign='middle'>
<table border='0' cellpadding='0' cellspacing='0'>
<tr>
<td height='31'>
<a href='<%=request.getContextPath()%>${r.url }'>${r.name
}</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</c:forEach>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td width='100%' height='3'></td>
</tr>
</table>
</td>
</tr>
</table>
<!--菜單項結(jié)束-->
</td>
<!--左邊列[功能操作菜單]結(jié)束 -->
<!--內(nèi)容區(qū)開始-->
<td width='575' align='center' valign='top'>
<!-- 標(biāo)準(zhǔn)標(biāo)記庫 -->
<table width='100%' height='10%' border='0' cellspacing='0'
cellpadding='0'>
<tr>
<td width='40' background='<%=request.getContextPath()%>/images/index_26.jpg'>
</td>
<!--內(nèi)容區(qū)導(dǎo)航開始-->
<td align='left' valign='middle'
background='<%=request.getContextPath()%>/images/ctitle_bak_center.jpg'>
<table border='0' cellspacing='0' cellpadding='0'>
<tr>
<td height='31' background='<%=request.getContextPath()%>/images/ctitle_bak_fcenter.jpg'>
<a href='<%=request.getContextPath()%>/main.jsp' class=channel_title>首頁</a>
<img src="<%=request.getContextPath()%>/images/sy_2_18.jpg" border="0">
<a href='<%=request.getContextPath()%>/fee/index.jsp' class=channel_title>資費(fèi)管理首頁</a>
<img src="<%=request.getContextPath()%>/images/sy_2_18.jpg" border="0">
<a href='<%=request.getContextPath()%>/fee/feeadd.jsp' class=channel_title>資費(fèi)增加</a>
</td>
</tr>
</table>
</td>
<!--內(nèi)容區(qū)導(dǎo)航結(jié)束-->
<td align='left' valign='middle'
background='<%=request.getContextPath()%>/images/ctitle_bak_center.jpg'>
</td>
<td width='13' align='right' valign='middle'
background='<%=request.getContextPath()%>/images/ctitle_bak_center.jpg'>
<img src="<%=request.getContextPath()%>/images/ctitle_bak_right.jpg" height="31"
width="10">
</td>
</tr>
</table>
<table width='100%' border='1' cellspacing='0' cellpadding='0'>
<tr width="100%" height="300px">
<!-- 顯示查詢UI -->
<td align="center" valign="top">
<form name="feeform" method="post"
action="<%=request.getContextPath()%>/addpricing.do">
<table border="0" cellspacing='0' cellpadding='0' width="50%"
height="80%">
<tr>
<td align="right" valign="top">
資費(fèi)名稱:
</td>
<td align="left" valign="top">
<input type="text" name="name"
style="WIDTH: 170px">
</td>
</tr>
<tr>
<td colspan="2" align="center"></td>
</tr>
<tr>
<td align="right" valign="top">
基費(fèi):
</td>
<td align="left" valign="top">
<input type="text" name="basefee"
style="WIDTH: 170px">
</td>
</tr>
<tr>
<td colspan="2" align="center"></td>
</tr>
<tr>
<td align="right" valign="top">
月租費(fèi):
</td>
<td align="left" valign="top">
<input type="text" name="ratefee"
style="WIDTH: 170px">
</td>
</tr>
<tr>
<td align="right" valign="top">
資費(fèi)描述:
</td>
<td align="left" valign="top">
<textarea name="description"
style="width: 170px; height: 170px;"></textarea>
</td>
</tr>
<tr>
<td align="center" colspan="2">
<input type="submit" value="增加">
<input type="reset" value="取消">
</td>
</tr>
</table>
</form>
</td>
</tr>
<tr width="100%" height="20px" style="background-color: #c0c0c0;">
<!-- 錯誤提示行 -->
<td align="left">
<font color="blue">提示:</font>
</td>
</tr>
</table>
</td>
<!--內(nèi)容區(qū)結(jié)束-->
</tr>
</table>
</center>
<!--正文區(qū)開始[包含左邊的功能操作菜單,與中間的操作區(qū)域]結(jié)束-->
<!--頁面尾巴開始-->
<center>
<table width='778' height='70' border='0' cellpadding='0'
cellspacing='0'>
<tr>
<td height='86' align='center'>
<table width='80%' border='0' cellspacing='2' cellpadding='0'>
<tr>
<td height='39' align='center'>
<div id="copyright">
<span class="L12"> 首頁 - 在線幫助 - 網(wǎng)站介紹 - 客戶支持 - 意見反饋 -
網(wǎng)站導(dǎo)航 - <a href="http://www.tarena.com.cn" class="bottom_link"
target=_blank>關(guān)于我們</a> </span>
<br />
</div>
</td>
</tr>
<tr>
<td height='15' align='center'>
<span
style="PADDING-RIGHT: 3px; PADDING-LEFT: 3px; FONT-SIZE: 12px; PADDING-BOTTOM: 3px; COLOR: #999; PADDING-TOP: 3px">
[源自北美的技術(shù),最優(yōu)秀的師資,最真實的企業(yè)環(huán)境,最適用的實戰(zhàn)項目] </span>
</td>
</tr>
<tr>
<td height='15' align='center'>
<span
style="PADDING-RIGHT: 3px; PADDING-LEFT: 3px; FONT-SIZE: 12px; PADDING-BOTTOM: 3px; COLOR: #999; PADDING-TOP: 3px">
版權(quán)所有(C)加拿大達(dá)內(nèi)IT培訓(xùn)集團(tuán)公司 </span>
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
<!--頁面尾巴結(jié)束-->
</BODY>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -