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

📄 elecinfomodify_jsp.java

📁 JSP移动商品管理平台源代码.........
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
          out.write("\" 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=\"Depa\" value=\"");
          out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${requestScope.ElecInfo.depa}", java.lang.String.class, (PageContext)pageContext, null, false));
          out.write("\" 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=\"ElecGre\" value=\"");
          out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${requestScope.ElecInfo.elecGre}", java.lang.String.class, (PageContext)pageContext, null, false));
          out.write("\" 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=\"RunCap\" value=\"");
          out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${requestScope.ElecInfo.runCap}", java.lang.String.class, (PageContext)pageContext, null, false));
          out.write("\" class=\"text1\"/>");
          out.write("</td>\r\n\t\t\t\t");
          out.write("</tr>\r\n\t\t\t\t\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\r\n\t\t\t\t\t\r\n      ");
          out.write("<td width=\"36%\"> \r\n\t \r\n\t  ");
          out.write("<select name=\"BuyDep\" id=\"BuyDep\" class=\"text1\">\r\n        ");
 
		
		int deptId = 0;
		String deptName = null;
		DepartmentsBean describe = new DepartmentsBean();
		ArrayList list = describe.getDepts(session.getAttribute("OrganID").toString());
		Iterator itr = list.iterator();
        while (itr.hasNext()) {
     	Hashtable ht = (Hashtable) itr.next();  
		deptId      =  Integer.parseInt(ht.get("deptId").toString());
       	deptName   =  ht.get("deptName").toString(); 
       	
       	
          out.write("\r\n\r\n\t\t ");
          out.write("<option value=");
          out.print(deptId);
          out.write(">");
          out.print(deptName);
          out.write("</option>\r\n\t\t\r\n       \t\t\r\n\t    ");

		}	
		
          out.write("\r\n         \r\n        ");
          out.write("</select>\r\n\t \t \r\n       \r\n      ");
          out.write("</td>\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t");
          out.write("</tr>\r\n\t\t\t\t\t\r\n\t\t\t\t\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("<textarea name=\"Remark\" rows=\"3\" cols=\"17\" class=\"text1\">");
          out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${requestScope.ElecInfo.remark}", java.lang.String.class, (PageContext)pageContext, null, false));
          out.write("</textarea>");
          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("</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>\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\" onclick=\"preload()\"/>");
          out.write("</td>\r\n\t\t\t\t");
          out.write("</tr>\t\t\t\t\r\n\t\t\t");
          out.write("</table>\r\n\t\t");
          out.write("</form>\r\n\t\t");
          int evalDoAfterBody = _jspx_th_c_if_1.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_c_if_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_c_if_test.reuse(_jspx_th_c_if_1);
      out.write("\r\n  ");
      out.write("</body>\r\n");
      out.write("</html>\r\n");
    } 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);
    }
  }

  private boolean _jspx_meth_c_if_0(PageContext pageContext)
          throws Throwable {
    JspWriter out = pageContext.getOut();
    //  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("${requestScope.UserIdUnexisted!=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\t\t\t");
        out.write("<br/>");
        out.write("<br/>");
        out.write("<br/>");
        out.write("<br/>");
        out.write("<hr>");
        out.write("<font color=\"red\">");
        out.write("<h2 align=\"left\" class=\"ziti\">");
        out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${requestScope.UserIdUnexisted}", java.lang.String.class, (PageContext)pageContext, null, false));
        out.write("</h2>");
        out.write("</font>\r\n\t\t");
        int evalDoAfterBody = _jspx_th_c_if_0.doAfterBody();
        if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
          break;
      } while (true);
    }
    if (_jspx_th_c_if_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_c_if_test.reuse(_jspx_th_c_if_0);
    return false;
  }

  private boolean _jspx_meth_c_if_2(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_1, PageContext pageContext)
          throws Throwable {
    JspWriter out = pageContext.getOut();
    //  c:if
    org.apache.taglibs.standard.tag.rt.core.IfTag _jspx_th_c_if_2 = (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_2.setPageContext(pageContext);
    _jspx_th_c_if_2.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_1);
    _jspx_th_c_if_2.setTest(((java.lang.Boolean) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${requestScope.UserIdExisted != null}", java.lang.Boolean.class, (PageContext)pageContext, null, false)).booleanValue());
    int _jspx_eval_c_if_2 = _jspx_th_c_if_2.doStartTag();
    if (_jspx_eval_c_if_2 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
      do {
        out.write("\r\n\t\t\t\t\t\t\t");
        out.write("<font color=\"red\"> ");
        out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${requestScope.UserIdExisted}", java.lang.String.class, (PageContext)pageContext, null, false));
        out.write("</font>\r\n\t\t\t\t\t\t");
        int evalDoAfterBody = _jspx_th_c_if_2.doAfterBody();
        if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
          break;
      } while (true);
    }
    if (_jspx_th_c_if_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_c_if_test.reuse(_jspx_th_c_if_2);
    return false;
  }
}

⌨️ 快捷键说明

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