?? rightadd.jsp
字號:
<%@ page language="java" pageEncoding="utf-8" isELIgnored="false"%>
<%@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>電信運營計費管理系統-權限增加</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頭結束-->
<!--功能導航開始-->
<!-- 標準標記庫 -->
<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'>
<!-- 這里的工具條上的菜單是由權限決定的,在登錄的時候存放在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>
<!--功能導航開結束-->
</center>
<!--正文區開始[包含左邊的功能操作菜單,與中間的操作區域]-->
<center>
<table width='778' height='370' border='1'>
<tr>
<!--左邊列[功能操作菜單]開始 -->
<td valign='top' bgcolor='#f8f8f8'>
<!-- 標準標記庫 -->
<!--菜單標題欄開始-->
<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">權限管理<!-- 模塊名稱 -->></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>
<!--菜單標題欄結束-->
<!--菜單項開始-->
<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='../rights/index.jsp'>首頁</a></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- 循環顯示操作菜單 -->
<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>
<!--菜單項結束-->
</td>
<!--左邊列[功能操作菜單]結束 -->
<!--內容區開始-->
<td width='575' align='center' valign='top'>
<!-- 標準標記庫 -->
<table width='100%' height='10%' border='0' cellspacing='0' cellpadding='0'>
<tr>
<td width='40' background='<%=request.getContextPath()%>/images/index_26.jpg'> </td>
<!--內容區導航開始-->
<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()%>/rights/index.jsp' class=channel_title>權限管理首頁</a>
<img src="<%=request.getContextPath()%>/images/sy_2_18.jpg" border="0">
<a href='<%=request.getContextPath()%>/rights/rightadd.jsp' class=channel_title>權限增加</a>
</td>
</tr>
</table>
</td>
<!--內容區導航結束-->
<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="rightform" method="post" action="<%=request.getContextPath()%>/toaddrights.do">
<table border="0" cellspacing='0' cellpadding='0' width="60%" height="80%">
<tr>
<td align="right" valign="top">權限名稱:</td>
<td align="left" valign="top">
<input type="text" name="name" value="" style="WIDTH:170px">
</td>
<td align="left" valign="top"></td>
</tr>
<tr>
<td align="right" valign="top">權限 url:</td>
<td align="left" valign="top">
<input type="text" name="url" value="" style="WIDTH:170px">
</td>
<td align="left" valign="top"></td>
</tr>
<tr>
<td align="right" valign="top">模塊名稱:</td>
<td align="left" valign="top">
<select name="moduleid" style="WIDTH:170px"><option value="1">權限管理</option>
<option value="2">管理員管理</option>
<option value="3">資費管理</option>
<option value="4">用戶管理</option>
<option value="5">帳務管理</option>
<option value="6">帳單管理</option>
<option value="7">用戶自服務</option></select>
</td>
<td></td>
</tr>
<tr>
<td align="right" valign="top">操作名稱:</td>
<td align="left" valign="top">
<select name="operateid" size="1" style="WIDTH:170px"><option value="1">權限瀏覽</option>
<option value="2">權限增加</option>
<option value="3">權限修改</option>
<option value="4">權限刪除</option>
<option value="5">角色瀏覽</option>
<option value="6">角色增加</option>
<option value="7">角色修改</option>
<option value="8">角色刪除</option>
<option value="9">超級管理員修改</option>
<option value="10">管理員瀏覽</option>
<option value="11">管理員增加</option>
<option value="12">管理員修改</option>
<option value="13">管理員刪除</option>
<option value="14">資費瀏覽</option>
<option value="15">資費增加</option>
<option value="16">資費修改</option>
<option value="17">資費刪除</option>
<option value="18">帳務帳號查詢</option>
<option value="19">帳務帳號增加</option>
<option value="20">帳務帳號修改</option>
<option value="21">帳務帳號刪除</option>
<option value="22">業務帳號查詢</option>
<option value="23">業務帳號增加</option>
<option value="24">業務帳號修改</option>
<option value="25">業務帳號刪除</option>
<option value="26">帳務年查詢</option>
<option value="27">帳務月查詢</option>
<option value="28">帳單查詢</option>
<option value="29">用戶自服務查詢</option>
<option value="30">用戶自服務修改</option></select>
</td>
<td></td>
</tr>
<tr>
<td align="center" colspan="2"><input type="submit" value="增加"> <input type="reset" value="取消"> </td>
<td></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>
<!--內容區結束-->
</tr>
</table>
</center>
<!--正文區開始[包含左邊的功能操作菜單,與中間的操作區域]結束-->
<!--頁面尾巴開始-->
<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">
首頁 - 在線幫助 - 網站介紹 - 客戶支持 - 意見反饋 - 網站導航 -
<a href="http://www.tarena.com.cn" class="bottom_link" target=_blank>關于我們</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">
[源自北美的技術,最優秀的師資,最真實的企業環境,最適用的實戰項目]
</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">
版權所有(C)加拿大達內IT培訓集團公司
</span>
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
<!--頁面尾巴結束-->
</BODY>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -