?? enrolselectinfo_jsp.java
字號(hào):
package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
public final class enrolSelectInfo_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static java.util.List _jspx_dependants;
private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005flogic_005fpresent_005fname;
private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005flogic_005fiterate_005fname_005fid;
public Object getDependants() {
return _jspx_dependants;
}
public void _jspInit() {
_005fjspx_005ftagPool_005flogic_005fpresent_005fname = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_005fjspx_005ftagPool_005flogic_005fiterate_005fname_005fid = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
}
public void _jspDestroy() {
_005fjspx_005ftagPool_005flogic_005fpresent_005fname.release();
_005fjspx_005ftagPool_005flogic_005fiterate_005fname_005fid.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;
PageContext _jspx_page_context = null;
try {
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html; charset=gb2312");
pageContext = _jspxFactory.getPageContext(this, request, response,
null, true, 8192, true);
_jspx_page_context = pageContext;
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");
out.write("<HTML>\r\n");
out.write("<HEAD>\r\n");
out.write("<META http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n");
out.write("<TITLE>無(wú)標(biāo)題文檔</TITLE>\r\n");
out.write("<STYLE type=\"text/css\">\r\n");
out.write("<!--\r\n");
out.write("body {\r\n");
out.write("\tmargin-left: 0px;\r\n");
out.write("\tmargin-top: 0px;\r\n");
out.write("}\r\n");
out.write("-->\r\n");
out.write("</STYLE>\r\n");
out.write("<script type=\"text/javascript\" language=\"javascript\">\r\n");
out.write("\tfunction notNull(){\r\n");
out.write("\t var sum=0; \r\n");
out.write("\t \r\n");
out.write("\t for(var i=0;i<document.all.checkbox1.length;i++){\r\n");
out.write("\t \tif(document.all.checkbox1[i].checked==true){\r\n");
out.write("\t \t\tsum++;\r\n");
out.write("\t \t}\r\n");
out.write("\t }\r\n");
out.write("\t \r\n");
out.write("\t\tif(sum==0){\r\n");
out.write("\t\t\t\talert(\"請(qǐng)選擇要?jiǎng)h除的選項(xiàng)!\");\r\n");
out.write("\t\t\t\treturn false;\r\n");
out.write("\t\t}\r\n");
out.write("\t}\r\n");
out.write("</script>\r\n");
out.write("</HEAD>\r\n");
out.write("<BODY>\r\n");
out.write("<HR>\r\n");
out.write("<form name=\"myform\" action=\"delete.do\" onSubmit=\"return notNull()\">\r\n");
out.write("<TABLE width=\"100%\" border=\"1\" cellspacing=\"2\">\r\n");
out.write("\t\t<TR align=\"center\" bgcolor=\"#FFFFCC\">\r\n");
out.write("\t\t\t\t<TD width=\"45\">選項(xiàng)</TD>\r\n");
out.write("\t\t\t\t<TD>姓名</TD>\r\n");
out.write("\t\t <TD>性別</TD>\r\n");
out.write("\t\t <TD>E-MAIL</TD>\r\n");
out.write("\t\t <TD>籍貫</TD>\r\n");
out.write("\t\t <TD>您的意見(jiàn)</TD>\r\n");
out.write(" </TR>\r\n");
out.write(" \r\n");
out.write(" ");
// logic:present
org.apache.struts.taglib.logic.PresentTag _jspx_th_logic_005fpresent_005f0 = (org.apache.struts.taglib.logic.PresentTag) _005fjspx_005ftagPool_005flogic_005fpresent_005fname.get(org.apache.struts.taglib.logic.PresentTag.class);
_jspx_th_logic_005fpresent_005f0.setPageContext(_jspx_page_context);
_jspx_th_logic_005fpresent_005f0.setParent(null);
_jspx_th_logic_005fpresent_005f0.setName("userList");
int _jspx_eval_logic_005fpresent_005f0 = _jspx_th_logic_005fpresent_005f0.doStartTag();
if (_jspx_eval_logic_005fpresent_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\r\n");
out.write(" ");
// logic:iterate
org.apache.struts.taglib.logic.IterateTag _jspx_th_logic_005fiterate_005f0 = (org.apache.struts.taglib.logic.IterateTag) _005fjspx_005ftagPool_005flogic_005fiterate_005fname_005fid.get(org.apache.struts.taglib.logic.IterateTag.class);
_jspx_th_logic_005fiterate_005f0.setPageContext(_jspx_page_context);
_jspx_th_logic_005fiterate_005f0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_logic_005fpresent_005f0);
_jspx_th_logic_005fiterate_005f0.setId("user");
_jspx_th_logic_005fiterate_005f0.setName("userList");
int _jspx_eval_logic_005fiterate_005f0 = _jspx_th_logic_005fiterate_005f0.doStartTag();
if (_jspx_eval_logic_005fiterate_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
java.lang.Object user = null;
if (_jspx_eval_logic_005fiterate_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
out = _jspx_page_context.pushBody();
_jspx_th_logic_005fiterate_005f0.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
_jspx_th_logic_005fiterate_005f0.doInitBody();
}
user = (java.lang.Object) _jspx_page_context.findAttribute("user");
do {
out.write("\r\n");
out.write("\t\t<TR>\r\n");
out.write("\t\t\t\t<TD align=\"center\"><INPUT type=\"checkbox\" name=\"checkbox1\" value=\"");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${user.id}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("\"></TD>\r\n");
out.write("\t\t\t\t<TD><A href=\"enrolUpdate.jsp?id=");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${user.id}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("&name=");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${user.name}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("&password=");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${user.password}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("&email=");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${user.email}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("&card_number=");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${user.card_number}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("&sex=");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${user.sex}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("&home_town=");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${user.home_town}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("&good_at=");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${user.good_at}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("&h_m_call=");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${user.h_m_call}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("&h_m_name=");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${user.h_m_name}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("&h_m_phone=");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${user.h_m_phone}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("&jian_yi=");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${user.jian_yi}", 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("${user.name}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("</A></TD>\r\n");
out.write("\t\t <TD>");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${user.sex}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("</TD>\r\n");
out.write("\t\t <TD>");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${user.email}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("</TD>\r\n");
out.write("\t\t <TD>");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${user.home_town}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("</TD>\r\n");
out.write("\t\t <TD>");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${user.jian_yi}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("</TD>\r\n");
out.write(" </TR>\r\n");
int evalDoAfterBody = _jspx_th_logic_005fiterate_005f0.doAfterBody();
user = (java.lang.Object) _jspx_page_context.findAttribute("user");
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
if (_jspx_eval_logic_005fiterate_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
out = _jspx_page_context.popBody();
}
}
if (_jspx_th_logic_005fiterate_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
_005fjspx_005ftagPool_005flogic_005fiterate_005fname_005fid.reuse(_jspx_th_logic_005fiterate_005f0);
return;
}
_005fjspx_005ftagPool_005flogic_005fiterate_005fname_005fid.reuse(_jspx_th_logic_005fiterate_005f0);
out.write('\r');
out.write('\n');
int evalDoAfterBody = _jspx_th_logic_005fpresent_005f0.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_logic_005fpresent_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
_005fjspx_005ftagPool_005flogic_005fpresent_005fname.reuse(_jspx_th_logic_005fpresent_005f0);
return;
}
_005fjspx_005ftagPool_005flogic_005fpresent_005fname.reuse(_jspx_th_logic_005fpresent_005f0);
out.write("\r\n");
out.write("</TABLE>\r\n");
out.write("<TABLE width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n");
out.write("\t\t<TR>\r\n");
out.write("\t\t\t\t<TD height=\"40\" align=\"center\"><INPUT type=\"submit\" name=\"b1\" value=\" 刪除 \" id=\"font\" onclick=\"notNull()\"></TD>\r\n");
out.write("\t\t</TR>\r\n");
out.write("</TABLE>\r\n");
out.write("</form>\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 (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
}
} finally {
if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context);
}
}
}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -