📄 updateright_jsp.java
字号:
package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import java.sql.*;
import com.actionForm.RightForm;
public final class updateRight_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static java.util.Vector _jspx_dependants;
public java.util.List getDependants() {
return _jspx_dependants;
}
public void _jspService(HttpServletRequest request, HttpServletResponse response)
throws java.io.IOException, ServletException {
JspFactory _jspxFactory = null;
PageContext pageContext = null;
HttpSession session = null;
ServletContext application = null;
ServletConfig config = null;
JspWriter out = null;
Object page = this;
JspWriter _jspx_out = null;
PageContext _jspx_page_context = null;
try {
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html; charset=gb2312");
pageContext = _jspxFactory.getPageContext(this, request, response,
"", true, 8192, true);
_jspx_page_context = pageContext;
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
_jspx_out = out;
out.write("\r\n\r\n<html>\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n<title>修改权限</title>\r\n<link href=\"css/style.css\" rel=\"stylesheet\">\r\n<style type=\"text/css\">\r\n<!--\r\n.style1 {color: #0000FF}\r\n-->\r\n</style>\r\n</head>\r\n");
RightForm form=(RightForm)request.getAttribute("form");
out.write("\r\n<body>\r\n<div align=\"center\"><br>\r\n 修改账号为<span class=\"style1\">");
out.print(request.getParameter("account"));
out.write("</span>权限\r\n <form name=\"form\" method=\"post\" action=\"rightAction.do?method=updateRight\">\r\n <table width=\"252\" border=\"1\" cellpadding=\"0\" cellspacing=\"0\" bordercolor=\"#FFFFFF\" bordercolorlight=\"#FFFFFF\" bordercolordark=\"#819BBC\">\r\n <tr>\r\n <td width=\"80\" height=\"30\" bgcolor=\"#EFF6FE\"><div align=\"left\"> 基础信息</div></td>\r\n <td width=\"166\"> \r\n <input type=\"radio\" name=\"jcxx\" value=\"1\" ");
if(String.valueOf(form.getJcxx()).equals("1")){
out.write("checked");
}
out.write(">\r\n 1 \r\n <input name=\"jcxx\" type=\"radio\" value=\"0\" ");
if(String.valueOf(form.getJcxx()).equals("0")){
out.write("checked");
}
out.write(">\r\n 0</td>\r\n </tr>\r\n <tr>\r\n <td height=\"30\" bgcolor=\"#EFF6FE\"><div align=\"left\"> 基础资料</div></td>\r\n <td>\r\n\t\t \r\n <input type=\"radio\" name=\"jczl\" value=\"1\" ");
if(String.valueOf(form.getJczl()).equals("1")){
out.write("checked");
}
out.write(">\r\n 1 \r\n <input type=\"radio\" name=\"jczl\" value=\"0\" ");
if(String.valueOf(form.getJczl()).equals("0")){
out.write("checked");
}
out.write(">\r\n 0</td>\r\n </tr>\r\n <tr>\r\n <td height=\"30\" bgcolor=\"#EFF6FE\"><div align=\"left\"> 业务管理</div></td>\r\n <td> \r\n\r\n <input type=\"radio\" name=\"ywgl\" value=\"1\" ");
if(String.valueOf(form.getYwgl()).equals("1")){
out.write("checked");
}
out.write(">\r\n 1 \r\n <input type=\"radio\" name=\"ywgl\" value=\"0\" ");
if(String.valueOf(form.getYwgl()).equals("0")){
out.write("checked");
}
out.write(">\r\n 0\r\n\t\t </td>\r\n </tr>\r\n <tr>\r\n <td height=\"30\" bgcolor=\"#EFF6FE\"><div align=\"left\"> 信息查询</div></td>\r\n <td> \r\n\r\n <input type=\"radio\" name=\"xxcx\" value=\"1\" ");
if(String.valueOf(form.getXxcx()).equals("1")){
out.write("checked");
}
out.write(">\r\n 1 \r\n <input type=\"radio\" name=\"xxcx\" value=\"0\" ");
if(String.valueOf(form.getXxcx()).equals("0")){
out.write("checked");
}
out.write(">\r\n 0\r\n\t\t </td>\r\n </tr>\r\n <tr>\r\n <td height=\"30\" bgcolor=\"#EFF6FE\"><div align=\"left\"> 辅助工具</div></td>\r\n <td> \r\n\r\n <input type=\"radio\" name=\"fzgj\" value=\"1\" ");
if(String.valueOf(form.getFzgj()).equals("1")){
out.write("checked");
}
out.write(">\r\n 1 \r\n <input type=\"radio\" name=\"fzgj\" value=\"0\" ");
if(String.valueOf(form.getFzgj()).equals("0")){
out.write("checked");
}
out.write(">\r\n 0\r\n\t\t </td>\r\n </tr>\r\n <tr>\r\n <td height=\"30\" bgcolor=\"#EFF6FE\"><div align=\"left\"> 系统设置</div></td>\r\n <td> \r\n\r\n <input type=\"radio\" name=\"xtsz\" value=\"1\" ");
if(String.valueOf(form.getXtsz()).equals("1")){
out.write("checked");
}
out.write(">\r\n 1 \r\n <input type=\"radio\" name=\"xtsz\" value=\"0\" ");
if(String.valueOf(form.getXtsz()).equals("0")){
out.write("checked");
}
out.write(">\r\n 0\r\n <input type=\"hidden\" name=\"managerAccount\" value=\"");
out.print(form.getManagerAccount());
out.write("\">\r\n </td>\r\n </tr>\r\n </table>\r\n<br> <input type=\"submit\" name=\"Submit2\" value=\"修改\"> \r\n <input type=\"reset\" name=\"Submit\" value=\"重置\"> <a href=\"rightAction.do?method=selectRight\">返回</a>\r\n </form>\r\n</div>\r\n\r\n</body>\r\n</html>\r\n");
} catch (Throwable t) {
if (!(t instanceof SkipPageException)){
out = _jspx_out;
if (out != null && out.getBufferSize() != 0)
out.clearBuffer();
if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
}
} finally {
if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context);
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -