?? listpricing_jsp.java
字號:
package org.apache.jsp.pricing;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
public final class listPricing_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static java.util.Vector _jspx_dependants;
static {
_jspx_dependants = new java.util.Vector(1);
_jspx_dependants.add("/WEB-INF/struts-html.tld");
}
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_form_target_method_action;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_c_forEach_var_items;
private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_multibox_value_property_nobody;
public java.util.List getDependants() {
return _jspx_dependants;
}
public void _jspInit() {
_jspx_tagPool_html_form_target_method_action = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_c_forEach_var_items = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_jspx_tagPool_html_multibox_value_property_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
}
public void _jspDestroy() {
_jspx_tagPool_html_form_target_method_action.release();
_jspx_tagPool_c_forEach_var_items.release();
_jspx_tagPool_html_multibox_value_property_nobody.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=GBK");
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("\r\n");
out.write("<html>\r\n");
out.write("<head>\r\n");
out.write("<title> getusersuccess </title>\r\n");
out.write("<style type=\"text/css\">\r\n");
out.write("<!--\r\n");
out.write("@import url(\"/app/son.css\");\r\n");
out.write("@import url(\"/app/index.css\");\r\n");
out.write("-->\r\n");
out.write("</style>\r\n");
out.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n");
out.write("<link href=\"/app/index.css\" rel=\"stylesheet\" type=\"text/css\">\r\n");
out.write("</head>\r\n");
out.write("<body bgcolor=\"#ccddee\" background=\"/app/image/background.jpg\" link=\"#000066\" vlink=\"#0066FF\" alink=\"#99FF00\">\r\n");
out.write("<hr size=\"1\" noshade>\r\n");
out.write("<div align=\"center\">\r\n");
out.write("\r\n");
out.write(" <table width=\"91%\" border=\"1\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" bordercolor=\"ccccff\" bgcolor=\"ccddee\">\r\n");
out.write(" <tr bgcolor=\"#ccddee\" class=\"pp\">\r\n");
out.write(" <td width=\"24%\" height=\"24\"><span class=\"yellow\"><a href=\"toAdd.do\" class=\"text_link\">添加資費</a></span><span class=\"9P\">\r\n");
out.write(" </span> </td>\r\n");
out.write(" <td width=\"16%\"><span class=\"yellow\">資費列表</span></td>\r\n");
out.write(" <td width=\"60%\"> <div align=\"left\"></div>\r\n");
out.write(" </td>\r\n");
out.write(" </tr>\r\n");
out.write(" </table>\r\n");
out.write("\r\n");
out.write(" ");
if (_jspx_meth_html_form_0(_jspx_page_context))
return;
out.write("\r\n");
out.write("</div>\r\n");
out.write("<center>\r\n");
out.write(" <p class=\"9P\"> </p>\r\n");
out.write(" <hr/>\r\n");
out.write(" <p class=\"text_link\"><font size=\"2\" face=\"宋體\">About Tarena - 公司簡介 - 聯系方法 - 相關法律\r\n");
out.write(" - 客戶服務 <br>\r\n");
out.write(" 達內公司版權所有</font></p>\r\n");
out.write(" <p class=\"text_link\"><font size=\"-1\">Copyright <img src=\"/image/c-00.gif\" width=\"9\" height=\"9\"> 2000.\r\n");
out.write(" Tarena Technologies Inc. All Rights Reserved </font></p>\r\n");
out.write("</center>\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);
}
}
private boolean _jspx_meth_html_form_0(PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// html:form
org.apache.struts.taglib.html.FormTag _jspx_th_html_form_0 = (org.apache.struts.taglib.html.FormTag) _jspx_tagPool_html_form_target_method_action.get(org.apache.struts.taglib.html.FormTag.class);
_jspx_th_html_form_0.setPageContext(_jspx_page_context);
_jspx_th_html_form_0.setParent(null);
_jspx_th_html_form_0.setMethod("post");
_jspx_th_html_form_0.setAction("remove.do");
_jspx_th_html_form_0.setTarget("_self");
int _jspx_eval_html_form_0 = _jspx_th_html_form_0.doStartTag();
if (_jspx_eval_html_form_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\r\n");
out.write(" <p class=\"pp\">以下是資費列表</p>\r\n");
out.write(" <table width=\"91%\" border=1 align=\"center\" cellpadding=\"0\" cellspacing=\"0\" bordercolor=\"#ccccff\" bgcolor=\"#ccddee\" >\r\n");
out.write(" <tr align=\"center\" class=\"9P\">\r\n");
out.write(" <td width=\"55\" height=\"32\"> <font size=\"2\"><strong>刪除</strong></font></td>\r\n");
out.write(" <td width=\"161\">\r\n");
out.write(" <div align=\"center\"> <font face=\"宋體\"><strong><font size=\"2\">資費名稱</font></strong></font></div></td>\r\n");
out.write(" <td width=\"114\"> <font face=\"宋體\"><strong><font size=\"2\">月租費用</font></strong></font></td>\r\n");
out.write(" <td width=\"83\"> <font size=\"2\" face=\"宋體\"><strong>小時費用</strong></font></td>\r\n");
out.write(" <td width=\"208\"><strong><font size=\"2\">自費說明</font></strong></td>\r\n");
out.write(" <td width=\"66\"><strong><font size=\"2\">修改</font></strong></td>\r\n");
out.write(" </tr>\r\n");
out.write("\r\n");
if (_jspx_meth_c_forEach_0(_jspx_th_html_form_0, _jspx_page_context))
return true;
out.write("\r\n");
out.write("\r\n");
out.write(" <tr align=\"center\">\r\n");
out.write(" <td height=\"22\">\r\n");
out.write(" <input type=\"submit\" name=\"delete\" value=\"刪除\"></td>\r\n");
out.write(" <td>\r\n");
out.write(" <div align=\"center\">\r\n");
out.write(" <input type=\"reset\" value=\"清除\">\r\n");
out.write(" </div></td>\r\n");
out.write(" <td colspan=\"4\">\r\n");
out.write(" <div align=\"center\"><strong><font color=\"#000066\" size=\"2\"><strong>\r\n");
out.write(" </strong></font> </strong></div></td>\r\n");
out.write(" </tr>\r\n");
out.write("\r\n");
out.write(" </table>\r\n");
out.write(" <p></p>\r\n");
out.write(" ");
int evalDoAfterBody = _jspx_th_html_form_0.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_html_form_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_html_form_target_method_action.reuse(_jspx_th_html_form_0);
return false;
}
private boolean _jspx_meth_c_forEach_0(javax.servlet.jsp.tagext.JspTag _jspx_th_html_form_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_0 = (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_0.setPageContext(_jspx_page_context);
_jspx_th_c_forEach_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_form_0);
_jspx_th_c_forEach_0.setItems((java.lang.Object) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${pricings}", java.lang.Object.class, (PageContext)_jspx_page_context, null, false));
_jspx_th_c_forEach_0.setVar("pricing");
int[] _jspx_push_body_count_c_forEach_0 = new int[] { 0 };
try {
int _jspx_eval_c_forEach_0 = _jspx_th_c_forEach_0.doStartTag();
if (_jspx_eval_c_forEach_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\r\n");
out.write(" <tr align=\"center\" >\r\n");
out.write(" <td height=\"10\">\r\n");
out.write(" ");
if (_jspx_meth_html_multibox_0(_jspx_th_c_forEach_0, _jspx_page_context, _jspx_push_body_count_c_forEach_0))
return true;
out.write("</td>\r\n");
out.write(" <td>\r\n");
out.write(" <div align=\"center\">");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${pricing.pricingName}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("</div></td>\r\n");
out.write(" <td>");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${pricing.baseFee}", 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("${pricing.rateFee}", 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("${pricing.pricingDesc}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("</td>\r\n");
out.write(" <td><a href=\"get.do?pricingId=");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${pricing.pricingId}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("\">修改</a></td>\r\n");
out.write(" </tr>\r\n");
int evalDoAfterBody = _jspx_th_c_forEach_0.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_c_forEach_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
} catch (Throwable _jspx_exception) {
while (_jspx_push_body_count_c_forEach_0[0]-- > 0)
out = _jspx_page_context.popBody();
_jspx_th_c_forEach_0.doCatch(_jspx_exception);
} finally {
_jspx_th_c_forEach_0.doFinally();
_jspx_tagPool_c_forEach_var_items.reuse(_jspx_th_c_forEach_0);
}
return false;
}
private boolean _jspx_meth_html_multibox_0(javax.servlet.jsp.tagext.JspTag _jspx_th_c_forEach_0, PageContext _jspx_page_context, int[] _jspx_push_body_count_c_forEach_0)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// html:multibox
org.apache.struts.taglib.html.MultiboxTag _jspx_th_html_multibox_0 = (org.apache.struts.taglib.html.MultiboxTag) _jspx_tagPool_html_multibox_value_property_nobody.get(org.apache.struts.taglib.html.MultiboxTag.class);
_jspx_th_html_multibox_0.setPageContext(_jspx_page_context);
_jspx_th_html_multibox_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_c_forEach_0);
_jspx_th_html_multibox_0.setProperty("pricingIds");
_jspx_th_html_multibox_0.setValue((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${pricing.pricingId}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
int _jspx_eval_html_multibox_0 = _jspx_th_html_multibox_0.doStartTag();
if (_jspx_th_html_multibox_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
return true;
_jspx_tagPool_html_multibox_value_property_nobody.reuse(_jspx_th_html_multibox_0);
return false;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -