?? elecinfomodify_jsp.java
字號:
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=\"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\">備 注:");
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> ");
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>");
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\" 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 + -