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

📄 elecmeterinfo_005fsearch_jsp.java

📁 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 elecMeterInfo_005fsearch_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;


    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\t");
      out.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"/Imis/imis_elec/css/style.css\">\r\n  ");
      out.write("</head>\r\n  \r\n  ");
      out.write("<body BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 scrolling=\"auto\" background=\"/Imis/imis_elec/images/bg_main.png\" >\t\r\n\t");

		if(session.getAttribute("ElecMeterInfoList") != null) {
			session.removeAttribute("ElecMeterInfoList");
		}
	 
      out.write("\t\r\n\t\t");
      out.write("<form method=\"post\" action=\"/Imis/servlet/ElecMeterInfo?pattern=search\" target=\"blank\">\r\n\t\t\t");
      out.write("<table align=\"left\" 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");
      out.write("<font size=\"2\" color=\"black\">电表基本信息查找");
      out.write("</font>");
      out.write("</td>\r\n\t\t\t\t");
      out.write("</tr>\t\r\n\t\t\t\t");
      out.write("<tr>\r\n\t\t\t\t\t");
      out.write("<td>&nbsp;&nbsp;");
      out.write("</td>\r\n\t\t\t\t\t");
      out.write("<td>&nbsp;&nbsp;");
      out.write("</td>\r\n\t\t\t\t");
      out.write("</tr>\t\t\t\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=\"ElecMeterRegNo\" 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\">户&nbsp;&nbsp;&nbsp;&nbsp;号:");
      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>&nbsp;&nbsp;");
      out.write("<input type=\"hidden\" name=\"OrganOf\" value=");
      out.print( session.getAttribute("OrganID") );
      out.write(" />  ");
      out.write("</td>\r\n\t\t\t\t\t");
      out.write("<td>&nbsp;&nbsp;");
      out.write("</td>\r\n\t\t\t\t");
      out.write("</tr>\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=\"查&nbsp;&nbsp;询\" 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\t\t");
      out.write("<br/>");
      out.write("<br/>");
      out.write("<br/>");
      out.write("<br/>");
      out.write("<br/>");
      out.write("<br/>\r\n");
      out.write("\r\n");
      out.write("\r\n\r\n  ");
      out.write("</body>\r\n");
      out.write("</html>");
    } catch (Throwable t) {
      if (!(t instanceof SkipPageException)){
        out = _jspx_out;
        if (out != null && out.getBufferSize() != 0)
          out.clearBuffer();
        if (pageContext != null) pageContext.handlePageException(t);
      }
    } finally {
      if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
    }
  }
}

⌨️ 快捷键说明

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