📄 updateright.jsp~12~
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<%@page import="com.actionForm.RightForm"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>修改权限</title>
<link href="css/style.css" rel="stylesheet">
<style type="text/css">
<!--
.style1 {color: #0000FF}
-->
</style>
</head>
<%
RightForm form=(RightForm)request.getAttribute("form");
%>
<body>
<div align="center"><br>
修改账号为<span class="style1"><%=request.getParameter("account")%></span>权限
<form name="form" method="post" action="">
<table width="252" border="1" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF" bordercolorlight="#FFFFFF" bordercolordark="#819BBC">
<tr>
<td width="80" height="30" bgcolor="#EFF6FE"><div align="left"> 基础信息</div></td>
<td width="166">
<input type="radio" name="jcxx" value="1" <%if(String.valueOf(form.getJcxx()).equals("1")){%>checked<%}%>>
1
<input type="radio" name="jcxx" value="0" <%if(String.valueOf(form.getJcxx()).equals("0")){%>checked<%}%>>
0</td>
</tr>
<tr>
<td height="30" bgcolor="#EFF6FE"><div align="left"> 基础资料</div></td>
<td>
<input type="radio" name="jczl" value="1" <%if(String.valueOf(form.getJczl()).equals("1")){%>checked<%}%>>
1
<input type="radio" name="jczl" value="0" <%if(String.valueOf(form.getJczl()).equals("0")){%>checked<%}%>>
0</td>
</tr>
<tr>
<td height="30" bgcolor="#EFF6FE"><div align="left"> 业务管理</div></td>
<td>
<input type="radio" name="ywgl" value="1">
1
<input type="radio" name="ywgl" value="0">
0
</td>
</tr>
<tr>
<td height="30" bgcolor="#EFF6FE"><div align="left"> 信息查询</div></td>
<td>
<input type="radio" name="xxcx" value="1">
1
<input type="radio" name="xxcx" value="0">
0
</td>
</tr>
<tr>
<td height="30" bgcolor="#EFF6FE"><div align="left"> 辅助工具</div></td>
<td>
<input type="radio" name="fzgj" value="1">
1
<input type="radio" name="fzgj" value="0">
0
</td>
</tr>
<tr>
<td height="30" bgcolor="#EFF6FE"><div align="left"> 系统设置</div></td>
<td>
<input type="radio" name="xtsz" value="1">
1
<input type="radio" name="xtsz" value="0">
0
</td>
</tr>
</table>
<br> <input type="submit" name="Submit2" value="修改">
<input type="reset" name="Submit" value="重置"> <a href="rightAction.do?method=selectRight">返回</a>
</form>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -