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

📄 showmodel.jsp

📁 oa rar it is the jsp
💻 JSP
字号:
<%@ page language="java" import="java.util.*"
	contentType="text/html; charset=GBk"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
		<link href="../css/style1.css" rel="stylesheet">
		<link href="<%=request.getContextPath()%>/css/style_2.css" rel="stylesheet">
		<title>权限</title>
		<style type="text/css">
<!--
.style1 {color: #FF0000}
-->
</style>
	</head>
	<body>
	<script type="text/javascript">
	<!--
	function myback(){
	window.history.back();
	}
	-->
	</script>
		<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
			<tr>
				<td valign="bottom" scope="col">&nbsp; 
				</td>
			</tr>
			<tr>
				<td valign="bottom" scope="col">
					<span class="style1">权限分配——&gt;&gt;&gt;&gt;</span><a href="#" onclick="myback()">${roesname}</a>
				</td>
			</tr>
		</table>
		<HR size="1" color="#9ABFF1">
		<form action="<%=request.getContextPath()%>/servlet/RightGrantServlet" name="form" method="post">
			<HR size="1" color="#9ABFF1">
			<span class="style1">工作目录--> </span>
			<HR size="1" color="#9ABFF1">

			<table width="95%" border="0" align="center" cellpadding="0"
				cellspacing="0">
				<tr>
					<td width="9%" valign="bottom" scope="col">
						物资管理
					</td>
					<td width="91%" valign="bottom" scope="col">
					<c:if test="${rightform.id1 == 1}">
					<input type="checkbox" name="id1" value="1" checked="checked">
					</c:if>
					<c:if test="${empty rightform.id1}">
					<input type="checkbox" name="id1" value="1">
					</c:if>
						物资初始化
						<c:if test="${rightform.id2 == 2}">
					<input type="checkbox" name="id2" value="2" checked="checked">
					</c:if>
					<c:if test="${empty rightform.id2}">
					<input type="checkbox" name="id2" value="2">
					</c:if>
						物资进存

						<c:if test="${rightform.id3 == 3}">
					<input type="checkbox" name="id3" value="3" checked="checked">
					</c:if>
					<c:if test="${empty rightform.id3}">
					<input type="checkbox" name="id3" value="3">
					</c:if>
						物资统计
					</td>
				</tr>
			</table>
			<HR size="1" color="#9ABFF1">
			<table width="95%" border="0" align="center" cellpadding="0"
				cellspacing="0">
				<tr>
					<td width="9%" valign="bottom" scope="col">
						人事管理
					</td>
					<td width="91%" valign="bottom" scope="col">
						<c:if test="${rightform.id4 == 4}">
					<input type="checkbox" name="id4" value="4" checked="checked">
					</c:if>
					<c:if test="${empty rightform.id4}">
					<input type="checkbox" name="id4" value="4">
					</c:if>
						添加新员工
					<c:if test="${rightform.id5 == 5}">
					<input type="checkbox" name="id5" value="5" checked="checked">
					</c:if>
					<c:if test="${empty rightform.id5}">
					<input type="checkbox" name="id5" value="5">
					</c:if>
						人事修改
						<c:if test="${rightform.id6 == 6}">
					<input type="checkbox" name="id6" value="6" checked="checked">
					</c:if>
					<c:if test="${empty rightform.id6}">
					<input type="checkbox" name="id6" value="6">
					</c:if>
						人事删除
						<c:if test="${rightform.id7 == 7}">
					<input type="checkbox" name="id7" value="7" checked="checked">
					</c:if>
					<c:if test="${empty rightform.id7}">
					<input type="checkbox" name="id7" value="7">
					</c:if>
						员工查询
						<c:if test="${rightform.id8 == 8}">
					<input type="checkbox" name="id8" value="8" checked="checked">
					</c:if>
					<c:if test="${empty rightform.id8}">
					<input type="checkbox" name="id8" value="8">
					</c:if>
						人事详情
					</td>
				</tr>
			</table>
			<HR size="1" color="#9ABFF1">
			<table width="95%" border="0" align="center" cellpadding="0"
				cellspacing="0">
				<tr>
					<td width="9%" valign="bottom" scope="col">
						客户管理
					</td>
					<td width="91%" valign="bottom" scope="col">
						<c:if test="${rightform.id9 == 9}">
					<input type="checkbox" name="id9" value="9" checked="checked">
					</c:if>
					<c:if test="${empty rightform.id9}">
					<input type="checkbox" name="id9" value="9">
					</c:if>
						客户添加

						<c:if test="${rightform.id10 == 10}">
					<input type="checkbox" name="id10" value="10" checked="checked">
					</c:if>
					<c:if test="${empty rightform.id10}">
					<input type="checkbox" name="id10" value="10">
					</c:if>
						客户删除

						<c:if test="${rightform.id11 == 11}">
					<input type="checkbox" name="id11" value="11" checked="checked">
					</c:if>
					<c:if test="${empty rightform.id11}">
					<input type="checkbox" name="id11" value="11">
					</c:if>
						客户信息浏览

						<c:if test="${rightform.id12 == 12}">
					<input type="checkbox" name="id12" value="12" checked="checked">
					</c:if>
					<c:if test="${empty rightform.id12}">
					<input type="checkbox" name="id12" value="12">
					</c:if>
						客户编辑
					</td>
				</tr>
			</table>
			<HR size="1" color="#9ABFF1">
			<table width="95%" border="0" align="center" cellpadding="0"
				cellspacing="0">
				<tr>
					<td width="9%" valign="bottom" scope="col">
						工作管理
					</td>
					<td width="91%" valign="bottom" scope="col">
						<c:if test="${rightform.id13 == 13}">
					<input type="checkbox" name="id13" value="13" checked="checked">
					</c:if>
					<c:if test="${empty rightform.id13}">
					<input type="checkbox" name="id13" value="13">
					</c:if>
						工作记录查询
					<c:if test="${rightform.id14 == 14}">
					<input type="checkbox" name="id14" value="14" checked="checked">
					</c:if>
					<c:if test="${empty rightform.id14}">
					<input type="checkbox" name="id14" value="14">
					</c:if>
						新工作记录
						<c:if test="${rightform.id15 == 15}">
					<input type="checkbox" name="id15" value="15" checked="checked">
					</c:if>
					<c:if test="${empty rightform.id15}">
					<input type="checkbox" name="id15" value="15">
					</c:if>
						工作进度查询
						<c:if test="${rightform.id16 == 16}">
					<input type="checkbox" name="id16" value="16" checked="checked">
					</c:if>
					<c:if test="${empty rightform.id16}">
					<input type="checkbox" name="id16" value="16">
					</c:if>
						工作进度安排
						<c:if test="${rightform.id17 == 17}">
					<input type="checkbox" name="id17" value="17" checked="checked">
					</c:if>
					<c:if test="${empty rightform.id17}">
					<input type="checkbox" name="id17" value="17">
					</c:if>
						统计
					</td>
				</tr>
			</table>
			<HR size="1" color="#9ABFF1">
			<HR size="1" color="#9ABFF1">
			<span class="style1">个人工具——</span><span class="style1">&gt;</span>
			<HR size="1" color="#9ABFF1">
			<table width="95%" border="0" align="center" cellpadding="0"
				cellspacing="0">
				<tr>
					<td width="9%" valign="bottom" scope="col">
						修改密码
					</td>
					<td width="91%" valign="bottom" scope="col">
						<c:if test="${rightform.id18 == 18}">
					<input type="checkbox" name="id18" value="18" checked="checked">
					</c:if>
					<c:if test="${empty rightform.id18}">
					<input type="checkbox" name="id18" value="18">
					</c:if>
						修改密码
					</td>
				</tr>
			</table>
			<HR size="1" color="#9ABFF1">
			<span class="style1">系统管理——</span><span class="style1">&gt;</span>
			<HR size="1" color="#9ABFF1">
			<HR size="1" color="#9ABFF1">
			<table width="95%" border="0" align="center" cellpadding="0"
				cellspacing="0">
				<tr>
					<td width="9%" valign="bottom" scope="col">
						权限分配
					</td>
					<td width="91%" valign="bottom" scope="col">
						<c:if test="${rightform.id19 == 19}">
					<input type="checkbox" name="id19" value="19" checked="checked">
					</c:if>
					<c:if test="${empty rightform.id19}">
					<input type="checkbox" name="id19" value="19">
					</c:if>
						权限分配
					</td>
				</tr>
			</table>
			<input type="hidden" value="${roesId}" name="roesId">
			<HR size="1" color="#9ABFF1">
			<HR size="1" color="#9ABFF1">
			<div align="center">
				<table width="95%" border="0" align="center" cellpadding="0"
					cellspacing="0">
					<tr>
						<td align="center" width="27%" valign="bottom" scope="col">
							<input class="wenbenkuang1" type="submit" name="submit"
								value="&nbsp;&nbsp;授&nbsp;&nbsp;权&nbsp;&nbsp;">
						</td>
						<td width="73%" valign="bottom" scope="col">
							&nbsp;
						</td>
					</tr>
				</table>
			</div>
			
		</form>
		<HR size="1" color="#9ABFF1">
	</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -