📄 viewrulecontent_jsp.java
字号:
package org.apache.jsp.oaweb.inform;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import cn.com.chx.oa.util.*;
import java.util.*;
import cn.com.chx.oa.util.Constant;
import cn.com.chx.oa.model.catalog.UserModel;
public final class viewRuleContent_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static java.util.Vector _jspx_dependants;
static {
_jspx_dependants = new java.util.Vector(5);
_jspx_dependants.add("/WEB-INF/struts-bean.tld");
_jspx_dependants.add("/WEB-INF/struts-html.tld");
_jspx_dependants.add("/WEB-INF/struts-logic.tld");
_jspx_dependants.add("/WEB-INF/CommonTags.tld");
_jspx_dependants.add("/oaweb/style.jsp");
}
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_logic_notPresent_parameter;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_logic_equal_value_parameter;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_logic_present_parameter;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_logic_notEqual_value_parameter;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_bean_parameter_name_id_nobody;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_commontag_getwantlist_sql_id_nobody;
public java.util.List getDependants() {
return _jspx_dependants;
}
public void _jspInit() {
_jspx_tagPool_logic_notPresent_parameter = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_logic_equal_value_parameter = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_logic_present_parameter = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_logic_notEqual_value_parameter = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_bean_parameter_name_id_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_commontag_getwantlist_sql_id_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
}
public void _jspDestroy() {
_jspx_tagPool_logic_notPresent_parameter.release();
_jspx_tagPool_logic_equal_value_parameter.release();
_jspx_tagPool_logic_present_parameter.release();
_jspx_tagPool_logic_notEqual_value_parameter.release();
_jspx_tagPool_bean_parameter_name_id_nobody.release();
_jspx_tagPool_commontag_getwantlist_sql_id_nobody.release();
}
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,
null, 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");
out.write("\r\n");
out.write("\r\n");
out.write("\r\n");
out.write("\r\n");
out.write("\r\n");
out.write("\r\n");
out.write("\r\n");
out.write('\r');
out.write('\n');
UserModel user_style_model = (UserModel)session.getAttribute("userinfo");
String css_name = "1";
String t_cssName = user_style_model.getCss_name();
if(t_cssName != null || !t_cssName.equals(""))
css_name = user_style_model.getCss_name();
out.write('\r');
out.write('\n');
out.write("\r\n");
out.write("<html>\r\n");
out.write("<head>\r\n");
out.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n");
out.write("<title>欢迎使用世纪联华办公自动化系统</title>\r\n");
out.write("<style type=\"text/css\">\r\n");
out.write("<!--\r\n");
out.write("a:link {\r\n");
out.write("\tcolor: 00007F;\r\n");
out.write("}\r\n");
out.write("a:visited {\r\n");
out.write("\tcolor: 65038E;\r\n");
out.write("}\r\n");
out.write("a:hover {\r\n");
out.write("\tcolor: FF0000;\r\n");
out.write("}\r\n");
out.write("-->\r\n");
out.write("</style>\r\n");
out.write("<link href=\"");
out.print(Constant.ROOTPATH );
out.write("css/");
out.print(css_name);
out.write("/homecss.css\" rel=\"stylesheet\" type=\"text/css\">\r\n");
out.write("<style type=\"text/css\">\r\n");
out.write("<!--\r\n");
out.write(".style2 {color: #ff0000}\r\n");
out.write(".style3 {color: #FF0000}\r\n");
out.write("-->\r\n");
out.write("</style>\r\n");
out.write("</head>\r\n");
out.write("\r\n");
out.write("<body>\r\n");
// logic:notPresent
org.apache.struts.taglib.logic.NotPresentTag _jspx_th_logic_notPresent_0 = (org.apache.struts.taglib.logic.NotPresentTag) _jspx_tagPool_logic_notPresent_parameter.get(org.apache.struts.taglib.logic.NotPresentTag.class);
_jspx_th_logic_notPresent_0.setPageContext(_jspx_page_context);
_jspx_th_logic_notPresent_0.setParent(null);
_jspx_th_logic_notPresent_0.setParameter("id");
int _jspx_eval_logic_notPresent_0 = _jspx_th_logic_notPresent_0.doStartTag();
if (_jspx_eval_logic_notPresent_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write('\r');
out.write('\n');
out.write(' ');
out.println("没有找到该项信息");
out.write('\r');
out.write('\n');
int evalDoAfterBody = _jspx_th_logic_notPresent_0.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_logic_notPresent_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return;
_jspx_tagPool_logic_notPresent_parameter.reuse(_jspx_th_logic_notPresent_0);
out.write('\r');
out.write('\n');
// logic:equal
org.apache.struts.taglib.logic.EqualTag _jspx_th_logic_equal_0 = (org.apache.struts.taglib.logic.EqualTag) _jspx_tagPool_logic_equal_value_parameter.get(org.apache.struts.taglib.logic.EqualTag.class);
_jspx_th_logic_equal_0.setPageContext(_jspx_page_context);
_jspx_th_logic_equal_0.setParent(null);
_jspx_th_logic_equal_0.setParameter("id");
_jspx_th_logic_equal_0.setValue("");
int _jspx_eval_logic_equal_0 = _jspx_th_logic_equal_0.doStartTag();
if (_jspx_eval_logic_equal_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write('\r');
out.write('\n');
out.write(' ');
out.println("没有找到该项信息");
out.write('\r');
out.write('\n');
int evalDoAfterBody = _jspx_th_logic_equal_0.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -