📄 vet_jsp.java
字号:
out.write("\r\n");
out.write(" ");
if (_jspx_meth_c_when_4(_jspx_th_c_choose_4, _jspx_page_context))
return true;
out.write("\r\n");
out.write(" ");
if (_jspx_meth_c_otherwise_4(_jspx_th_c_choose_4, _jspx_page_context))
return true;
out.write("\r\n");
out.write(" ");
int evalDoAfterBody = _jspx_th_c_choose_4.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_choose_4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_choose.reuse(_jspx_th_c_choose_4);
return false;
}
private boolean _jspx_meth_c_when_4(javax.servlet.jsp.tagext.JspTag _jspx_th_c_choose_4, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:when
org.apache.taglibs.standard.tag.rt.core.WhenTag _jspx_th_c_when_4 = (org.apache.taglibs.standard.tag.rt.core.WhenTag) _jspx_tagPool_c_when_test.get(org.apache.taglibs.standard.tag.rt.core.WhenTag.class);
_jspx_th_c_when_4.setPageContext(_jspx_page_context);
_jspx_th_c_when_4.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_choose_4);
_jspx_th_c_when_4.setTest(((java.lang.Boolean) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${empty param.ActionType or param.ActionType eq 'SearchVet' }", java.lang.Boolean.class, (PageContext)_jspx_page_context, null, false)).booleanValue());
int _jspx_eval_c_when_4 = _jspx_th_c_when_4.doStartTag();
if (_jspx_eval_c_when_4 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\r\n");
out.write(" <table width=\"95%\" cellpadding=\"3\" cellspacing=\"3\">\r\n");
out.write(" <tr>\r\n");
out.write(" <td width=\"50%\" height=\"88\" align=\"right\" valign=\"bottom\">\r\n");
out.write(" <h3 class=\"STYLE10\">按专业查询:</h3>\r\n");
out.write(" </td>\r\n");
out.write(" <td width=\"50%\" valign=\"bottom\">\r\n");
out.write(" <form name=\"SearchToProfession\" action=\"searchVetInfo.do\" method=\"POST\" target=\"_self\">\r\n");
out.write(" <select name=\"professionType\" onChange=\"gotoSearchVet()\">\r\n");
out.write(" <option value=\"0\" selected>--请选择--</option>\r\n");
out.write(" ");
if (_jspx_meth_c_forEach_1(_jspx_th_c_when_4, _jspx_page_context))
return true;
out.write("\r\n");
out.write(" </select>\r\n");
out.write(" </form>\r\n");
out.write(" </td>\r\n");
out.write(" </tr>\r\n");
out.write(" </table>\r\n");
out.write(" <table width=\"95%\" cellpadding=\"3\" cellspacing=\"3\">\r\n");
out.write(" <tr>\r\n");
out.write(" <td width=\"50%\" height=\"58\" align=\"right\" valign=\"middle\" class=\"STYLE10\">\r\n");
out.write(" <h3>按姓名查询:</h3>\r\n");
out.write(" </td>\r\n");
out.write(" <td width=\"50%\" valign=\"middle\">\r\n");
out.write(" <form name=\"SearchToName\" action=\"searchVetInfo.do\" method=\"POST\" target=\"_self\" onSubmit=\"return searchToNameAction()\">\r\n");
out.write(" <input type=\"text\" name=\"vetName\">\r\n");
out.write(" <input type=\"submit\" value=\"查询\">\r\n");
out.write(" </form>\r\n");
out.write(" </td>\r\n");
out.write(" </tr>\r\n");
out.write(" </table>\r\n");
out.write(" ");
int evalDoAfterBody = _jspx_th_c_when_4.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_when_4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_when_test.reuse(_jspx_th_c_when_4);
return false;
}
private boolean _jspx_meth_c_forEach_1(javax.servlet.jsp.tagext.JspTag _jspx_th_c_when_4, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:forEach
org.apache.taglibs.standard.tag.rt.core.ForEachTag _jspx_th_c_forEach_1 = (org.apache.taglibs.standard.tag.rt.core.ForEachTag) _jspx_tagPool_c_forEach_var_items.get(org.apache.taglibs.standard.tag.rt.core.ForEachTag.class);
_jspx_th_c_forEach_1.setPageContext(_jspx_page_context);
_jspx_th_c_forEach_1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_when_4);
_jspx_th_c_forEach_1.setItems((java.lang.Object) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${ProfType}", java.lang.Object.class, (PageContext)_jspx_page_context, null, false));
_jspx_th_c_forEach_1.setVar("pobj");
int[] _jspx_push_body_count_c_forEach_1 = new int[] { 0 };
try {
int _jspx_eval_c_forEach_1 = _jspx_th_c_forEach_1.doStartTag();
if (_jspx_eval_c_forEach_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\r\n");
out.write(" <option value=\"");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${pobj.id}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write('"');
out.write('>');
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${pobj.professionName}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write(" </option>\r\n");
out.write(" ");
int evalDoAfterBody = _jspx_th_c_forEach_1.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_forEach_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
} catch (Throwable _jspx_exception) {
while (_jspx_push_body_count_c_forEach_1[0]-- > 0)
out = _jspx_page_context.popBody();
_jspx_th_c_forEach_1.doCatch(_jspx_exception);
} finally {
_jspx_th_c_forEach_1.doFinally();
_jspx_tagPool_c_forEach_var_items.reuse(_jspx_th_c_forEach_1);
}
return false;
}
private boolean _jspx_meth_c_otherwise_4(javax.servlet.jsp.tagext.JspTag _jspx_th_c_choose_4, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:otherwise
org.apache.taglibs.standard.tag.common.core.OtherwiseTag _jspx_th_c_otherwise_4 = (org.apache.taglibs.standard.tag.common.core.OtherwiseTag) _jspx_tagPool_c_otherwise.get(org.apache.taglibs.standard.tag.common.core.OtherwiseTag.class);
_jspx_th_c_otherwise_4.setPageContext(_jspx_page_context);
_jspx_th_c_otherwise_4.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_choose_4);
int _jspx_eval_c_otherwise_4 = _jspx_th_c_otherwise_4.doStartTag();
if (_jspx_eval_c_otherwise_4 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\r\n");
out.write(" <br />\r\n");
out.write(" <br />\r\n");
out.write(" <br />\r\n");
out.write(" <font color=\"#00ccff\" size=\"5\">\r\n");
out.write(" <b>欢迎使用本系统</b>\r\n");
out.write(" </font>\r\n");
out.write(" ");
int evalDoAfterBody = _jspx_th_c_otherwise_4.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_otherwise_4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_c_otherwise.reuse(_jspx_th_c_otherwise_4);
return false;
}
private boolean _jspx_meth_c_if_0(PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.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(_jspx_page_context);
_jspx_th_c_if_0.setParent(null);
_jspx_th_c_if_0.setTest(((java.lang.Boolean) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${not empty FromSearchVetActionMessage}", java.lang.Boolean.class, (PageContext)_jspx_page_context, 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(" <table width=\"100%\" border=\"1\" align=\"center\" bordercolor=\"#FF9900\">\r\n");
out.write(" <tr bgcolor=\"#99FFFF\">\r\n");
out.write("\t\t <th width=\"11%\">编号</th>\r\n");
out.write(" <th width=\"9%\">姓名</th>\r\n");
out.write(" <th width=\"5%\">性别</th>\r\n");
out.write(" <th width=\"9%\">专业</th>\r\n");
out.write(" <th width=\"14%\">电话</th>\r\n");
out.write(" <th width=\"21%\">地址</th>\r\n");
out.write(" <th width=\"31%\">简历</th>\r\n");
out.write(" </tr>\r\n");
out.write(" ");
if (_jspx_meth_c_forEach_2(_jspx_th_c_if_0, _jspx_page_context))
return true;
out.write("\r\n");
out.write(" </table>\r\n");
out.write(" ");
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_forEach_2(javax.servlet.jsp.tagext.JspTag _jspx_th_c_if_0, PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// c:forEach
org.apache.taglibs.standard.tag.rt.core.ForEachTag _jspx_th_c_forEach_2 = (org.apache.taglibs.standard.tag.rt.core.ForEachTag) _jspx_tagPool_c_forEach_var_items.get(org.apache.taglibs.standard.tag.rt.core.ForEachTag.class);
_jspx_th_c_forEach_2.setPageContext(_jspx_page_context);
_jspx_th_c_forEach_2.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_if_0);
_jspx_th_c_forEach_2.setItems((java.lang.Object) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${FromSearchVetActionMessage}", java.lang.Object.class, (PageContext)_jspx_page_context, null, false));
_jspx_th_c_forEach_2.setVar("VetObj");
int[] _jspx_push_body_count_c_forEach_2 = new int[] { 0 };
try {
int _jspx_eval_c_forEach_2 = _jspx_th_c_forEach_2.doStartTag();
if (_jspx_eval_c_forEach_2 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\r\n");
out.write(" <tr align=\"center\" valign=\"middle\">\r\n");
out.write(" <td>");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${VetObj.id}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write(" </td>\r\n");
out.write(" <td>");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${VetObj.vetName}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write(" </td>\r\n");
out.write(" <td>");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${VetObj.sex eq '0'? '男':'女'}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write(" </td>\r\n");
out.write(" <td>");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${VetObj.professionName}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write(" </td>\r\n");
out.write(" <td>");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${VetObj.telephone}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write(" </td>\r\n");
out.write(" <td>");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${VetObj.address}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write(" </td>\r\n");
out.write(" <td>");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${VetObj.resume}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write(" </td>\r\n");
out.write(" </tr>\r\n");
out.write(" ");
int evalDoAfterBody = _jspx_th_c_forEach_2.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_forEach_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
} catch (Throwable _jspx_exception) {
while (_jspx_push_body_count_c_forEach_2[0]-- > 0)
out = _jspx_page_context.popBody();
_jspx_th_c_forEach_2.doCatch(_jspx_exception);
} finally {
_jspx_th_c_forEach_2.doFinally();
_jspx_tagPool_c_forEach_var_items.reuse(_jspx_th_c_forEach_2);
}
return false;
}
private boolean _jspx_meth_mytag_cauda_0(PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// mytag:cauda
org.apache.jsp.tag.web.cauda_tag _jspx_th_mytag_cauda_0 = new org.apache.jsp.tag.web.cauda_tag();
_jspx_th_mytag_cauda_0.setJspContext(_jspx_page_context);
_jspx_th_mytag_cauda_0.doTag();
return false;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -