?? elecinfo_005fsearch_jsp.java
字號:
package org.apache.jsp.imis_005felec;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import java.util.*;
public final class elecInfo_005fsearch_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static java.util.Vector _jspx_dependants;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_if_test;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_display_table_requestURI_pagesize_name_id_frame_border_background;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_display_column_width_title_property;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_display_setProperty_value_name;
public java.util.List getDependants() {
return _jspx_dependants;
}
public void _jspInit() {
_jspx_tagPool_c_if_test = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_display_table_requestURI_pagesize_name_id_frame_border_background = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_display_column_width_title_property = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_display_setProperty_value_name = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
}
public void _jspDestroy() {
_jspx_tagPool_c_if_test.release();
_jspx_tagPool_display_table_requestURI_pagesize_name_id_frame_border_background.release();
_jspx_tagPool_display_column_width_title_property.release();
_jspx_tagPool_display_setProperty_value_name.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;
try {
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html;charset=gb2312");
pageContext = _jspxFactory.getPageContext(this, request, response,
null, true, 8192, true);
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\r\n");
out.write("<html>\r\n ");
out.write("<head>\r\n \r\n ");
out.write("<title>用戶基本信息查找");
out.write("</title>\r\n\r\n ");
out.write("</head>\r\n ");
out.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"/Imis/imis_elec/css/style.css\">\r\n ");
out.write("<body BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 scrolling=\"auto\" background=\"images/bg_main.png\" >\t\t\r\n\t\t\r\n\t");
if(session.getAttribute("ElecInfoList") != null) {
session.removeAttribute("ElecInfoList");
}
out.write("\r\n\t\t");
out.write("<form method=\"post\" action=\"/Imis/servlet/ElecInfo?pattern=search\" target=\"blank\">\r\n\t\t\t");
out.write("<table align=\"center\" width=\"733\" border=\"0\" class=\"ziti\">\r\n\t\t\t\t");
out.write("<tr>\r\n\t\t\t\t\t");
out.write("<td width=\"100%\" height=\"20\" valign=\"bottom\" align=\"left\" colspan=\"2\" background=\"images/bg_main2.png\">\r\n\t\t\t\t\t");
out.write("<font size=\"2\" color=\"black\">用戶基本信息查找");
out.write("</font>");
out.write("</td>\r\n\t\t\t\t");
out.write("</tr>\r\n\t\t\t\t\t\t\t\t");
out.write("<tr>\r\n\t\t\t\t\t");
out.write("<td> ");
out.write("</td>\r\n\t\t\t\t\t");
out.write("<td> ");
out.write("</td>\r\n\t\t\t\t");
out.write("</tr>\r\n\t\t\t\t");
out.write("<tr>\r\n\t\t\t\t\t");
out.write("<td width=\"30%\" align=\"right\">戶 號:");
out.write("</td>\r\n\t\t\t\t\t");
out.write("<td>");
out.write("<input type=\"text\" name=\"UserId\" class=\"text1\" />");
out.write("</td>\r\n\t\t\t\t");
out.write("</tr>\r\n\t\t\t\t");
out.write("<tr>\r\n\t\t\t\t\t");
out.write("<td align=\"right\">戶 名:");
out.write("</td>\r\n\t\t\t\t\t");
out.write("<td>");
out.write("<input type=\"text\" name=\"UserName\" class=\"text1\" />");
out.write("</td>\r\n\t\t\t\t");
out.write("</tr>\r\n\t\t\t\t");
out.write("<tr>\r\n\t\t\t\t\t");
out.write("<td align=\"right\">托 收 號:");
out.write("</td>\r\n\t\t\t\t\t");
out.write("<td>");
out.write("<input type=\"text\" name=\"UsedBy\" class=\"text1\" />");
out.write("</td>\r\n\t\t\t\t");
out.write("</tr>\r\n\t\t\t\t");
out.write("<tr>\r\n\t\t\t\t\t");
out.write("<td> ");
out.write("<input type=\"hidden\" name=\"buyDep\" value=");
out.print( session.getAttribute("OrganID") );
out.write(" /> ");
out.write("</td>\r\n\t\t\t\t\t");
out.write("<td> ");
out.write("</td>\r\n\t\t\t\t");
out.write("</tr>\t\t\t\t\r\n\t\t\t\t");
out.write("<tr>\r\n\t\t\t\t\t");
out.write("<td>");
out.write("</td>\r\n\t\t\t\t\t");
out.write("<td align=\"left\">");
out.write("<input type=\"submit\" name=\"Submit\" value=\"查 詢\" class=\"anniu\" />");
out.write("</td>\r\n\t\t\t\t");
out.write("</tr>\t\r\n\t\t\t");
out.write("</table>\r\n\t\t");
out.write("</form>\r\n\t\t\r\n");
out.write("\r\n");
out.write("\r\n\t\t");
out.write("<!--");
// c:if
org.apache.taglibs.standard.tag.rt.core.IfTag _jspx_th_c_if_0 = (org.apache.taglibs.standard.tag.rt.core.IfTag) _jspx_tagPool_c_if_test.get(org.apache.taglibs.standard.tag.rt.core.IfTag.class);
_jspx_th_c_if_0.setPageContext(pageContext);
_jspx_th_c_if_0.setParent(null);
_jspx_th_c_if_0.setTest(((java.lang.Boolean) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${sessionScope.ElecInfoList!=null}", java.lang.Boolean.class, (PageContext)pageContext, null, false)).booleanValue());
int _jspx_eval_c_if_0 = _jspx_th_c_if_0.doStartTag();
if (_jspx_eval_c_if_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\r\n ");
out.write("<hr/>");
out.write("<br/>\r\n ");
out.write("<b>>>> 查詢結果:");
out.write("</b>");
out.write("<br/>");
out.write("<br/>\r\n \r\n ");
// display:table
org.displaytag.tags.TableTag _jspx_th_display_table_0 = (org.displaytag.tags.TableTag) _jspx_tagPool_display_table_requestURI_pagesize_name_id_frame_border_background.get(org.displaytag.tags.TableTag.class);
_jspx_th_display_table_0.setPageContext(pageContext);
_jspx_th_display_table_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_0);
_jspx_th_display_table_0.setName(new String("sessionScope.ElecInfoList"));
_jspx_th_display_table_0.setId("elecInfo");
_jspx_th_display_table_0.setPagesize(4);
_jspx_th_display_table_0.setRequestURI("/Imis/imis_elec/elecInfo_search.jsp");
_jspx_th_display_table_0.setBorder("1");
_jspx_th_display_table_0.setBackground("images/bg_main.png");
_jspx_th_display_table_0.setFrame("iframe_search");
int _jspx_eval_display_table_0 = _jspx_th_display_table_0.doStartTag();
if (_jspx_eval_display_table_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
java.lang.Object elecInfo = null;
java.lang.Integer elecInfo_rowNum = null;
org.displaytag.properties.MediaTypeEnum mediaType = null;
if (_jspx_eval_display_table_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
out = pageContext.pushBody();
_jspx_th_display_table_0.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
_jspx_th_display_table_0.doInitBody();
}
elecInfo = (java.lang.Object) pageContext.findAttribute("elecInfo");
elecInfo_rowNum = (java.lang.Integer) pageContext.findAttribute("elecInfo_rowNum");
mediaType = (org.displaytag.properties.MediaTypeEnum) pageContext.findAttribute("mediaType");
do {
out.write("\r\n ");
if (_jspx_meth_display_column_0(_jspx_th_display_table_0, pageContext))
return;
out.write("\r\n ");
if (_jspx_meth_display_column_1(_jspx_th_display_table_0, pageContext))
return;
out.write("\r\n ");
if (_jspx_meth_display_column_2(_jspx_th_display_table_0, pageContext))
return;
out.write("\r\n ");
if (_jspx_meth_display_column_3(_jspx_th_display_table_0, pageContext))
return;
out.write("\r\n ");
if (_jspx_meth_display_column_4(_jspx_th_display_table_0, pageContext))
return;
out.write("\r\n ");
if (_jspx_meth_display_column_5(_jspx_th_display_table_0, pageContext))
return;
out.write("\r\n ");
if (_jspx_meth_display_column_6(_jspx_th_display_table_0, pageContext))
return;
out.write("\r\n ");
if (_jspx_meth_display_column_7(_jspx_th_display_table_0, pageContext))
return;
out.write("\r\n ");
if (_jspx_meth_display_column_8(_jspx_th_display_table_0, pageContext))
return;
out.write("\r\n \r\n ");
if (_jspx_meth_display_setProperty_0(_jspx_th_display_table_0, pageContext))
return;
out.write("\r\n ");
if (_jspx_meth_display_setProperty_1(_jspx_th_display_table_0, pageContext))
return;
out.write("\r\n \r\n ");
int evalDoAfterBody = _jspx_th_display_table_0.doAfterBody();
elecInfo = (java.lang.Object) pageContext.findAttribute("elecInfo");
elecInfo_rowNum = (java.lang.Integer) pageContext.findAttribute("elecInfo_rowNum");
mediaType = (org.displaytag.properties.MediaTypeEnum) pageContext.findAttribute("mediaType");
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
if (_jspx_eval_display_table_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)
out = pageContext.popBody();
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -