📄 selectbooks_jsp.java
字号:
out.write("<table width=\"389\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n");
out.write(" ");
if (_jspx_meth_c_forEach_0(_jspx_page_context))
return;
out.write("\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"19\" colspan=\"2\" align=\"center\" valign=\"top\">\r\n");
out.write(" <font color=\"#FF0000\" face=\"华文行楷\" style=\"font-size:.5cm\">\r\n");
out.write(" <a href=\"splitaction?page=1\">首页</a>\r\n");
out.write(" </font>\r\n");
out.write(" <font color=\"#FF0000\" face=\"华文行楷\" style=\"font-size:.5cm\">\r\n");
out.write(" <a href=\"splitaction?page=");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${modifypagedata.currentpage-1}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("\">上一页</a>\r\n");
out.write(" </font>\r\n");
out.write(" <font color=\"#FF0000\" face=\"华文行楷\" style=\"font-size:.5cm\">\r\n");
out.write(" <a href=\"splitaction?page=");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${modifypagedata.currentpage+1}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("\">下一页</a>\r\n");
out.write(" </font>\r\n");
out.write(" <font color=\"#FF0000\" face=\"华文行楷\" style=\"font-size:.5cm\">\r\n");
out.write(" <a href=\"splitaction?page=");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${modifypagedata.totalpage}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("\">末页</a>\r\n");
out.write(" </font> </tr>\r\n");
out.write("\r\n");
out.write("</table>");
out.write("</td>\r\n");
out.write(" </tr>\r\n");
out.write(" </table></td>\r\n");
out.write(" <td></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"0\"></td>\r\n");
out.write(" <td></td>\r\n");
out.write(" <td></td>\r\n");
out.write(" <td></td>\r\n");
out.write(" </tr>\r\n");
out.write("</table>\r\n");
out.write("<table width=\"792\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\">\r\n");
out.write(" <!--DWLayoutTable-->\r\n");
out.write(" <tr>\r\n");
out.write(" <td width=\"792\" height=\"125\">");
out.write("\r\n");
out.write("<table width=\"792\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#D9D9D9\">\r\n");
out.write(" <!--DWLayoutTable-->\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"1\" valign=\"top\" background=\"IMG/Hx.jpg\"></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"130\" align=\"center\" valign=\"middle\" class=\"Head\"><p>CopyRight(C)版权所有 归属: 周挺 朱凯 王涛</p>\r\n");
out.write(" <p>本系统只供学习和交流使用,不得用于其他用途</p>\r\n");
out.write(" </td>\r\n");
out.write(" </tr>\r\n");
out.write("</table>\r\n");
out.write("</td>\r\n");
out.write(" </tr>\r\n");
out.write("</table>\r\n");
out.write("</body>\r\n");
out.write("</html>\r\n");
out.write("\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_c_forEach_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(null);
_jspx_th_c_forEach_0.setItems((java.lang.Object) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${modifypagedata.books}", java.lang.Object.class, (PageContext)_jspx_page_context, null, false));
_jspx_th_c_forEach_0.setVar("book");
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("\r\n");
out.write(" <form method=\"post\" action=\"selectbookaction\">\r\n");
out.write("\r\n");
out.write(" <input type='hidden' name='BookId' value='");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${book.bookId}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("'>\r\n");
out.write(" <input type='hidden' name='BookName' value='");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${book.bookName}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("'>\r\n");
out.write(" <input type='hidden' name='BookAuthor' value='");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${book.bookAuthor}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("'>\r\n");
out.write(" <input type='hidden' name='BookPublish' value='");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${book.bookPublish}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("'>\r\n");
out.write(" <input type='hidden' name='BookPubDate' value='");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${book.bookPubDate}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("'>\r\n");
out.write(" <input type='hidden' name='BookPrice' value='");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${book.bookPrice}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("'>\r\n");
out.write(" <input type='hidden' name='BookNum' value='");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${book.bookNum}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("'>\r\n");
out.write(" <input type='hidden' name='BookPath' value='");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${book.bookPath}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("'>\r\n");
out.write(" <tr>\r\n");
out.write(" <td width=\"194\" height=\"146\" valign=\"top\">\r\n");
out.write("\r\n");
out.write("\t<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n");
out.write(" <!--DWLayoutTable-->\r\n");
out.write(" <tr>\r\n");
out.write(" <td width=\"84\" rowspan=\"5\" valign=\"top\"><input name=\"imageField\" type=\"image\" src=\"");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${book.bookPath}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("\" width=\"84\" height=\"112\" border=\"0\"></td>\r\n");
out.write(" <td width=\"146\" height=\"13\"> </td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"28\" valign=\"top\">作 者:");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${book.bookAuthor}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("</td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"24\" valign=\"top\">出版社:");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${book.bookPublish}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("</td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"23\" valign=\"top\">出版日期:");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${book.bookPubDate}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("</td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"24\" valign=\"top\">价 格:");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${book.bookPrice}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write(" 元</td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"35\" colspan=\"2\" valign=\"top\"><table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n");
out.write(" <!--DWLayoutTable-->\r\n");
out.write(" <tr>\r\n");
out.write(" <td width=\"230\" height=\"35\"><img src=\"img/xx.gif\"><img src=\"img/dg.gif\"><img src=\"img/sc.gif\"></td>\r\n");
out.write(" </tr>\r\n");
out.write(" </table></td>\r\n");
out.write(" </tr>\r\n");
out.write(" </table></td>\r\n");
out.write(" <td width=\"195\" valign=\"top\">\r\n");
out.write("\t<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n");
out.write(" <!--DWLayoutTable-->\r\n");
out.write(" <tr>\r\n");
out.write(" <td width=\"84\" rowspan=\"5\" valign=\"top\"><input name=\"imageField\" type=\"image\" src=\"");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${book.bookPath}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("\" width=\"84\" height=\"112\" border=\"0\"></td>\r\n");
out.write(" <td width=\"146\" height=\"14\"> </td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"28\" valign=\"top\">作 者:");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${book.bookAuthor}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("</td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"24\" valign=\"top\">出版社:");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${book.bookPublish}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("</td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"23\" valign=\"top\">出版日期:");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${book.bookPubDate}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write("</td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"23\" valign=\"top\" align=\"center\">价 格:");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${book.bookPrice}", java.lang.String.class, (PageContext)_jspx_page_context, null, false));
out.write(" 元</td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"34\" colspan=\"2\" valign=\"top\"><table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n");
out.write(" <!--DWLayoutTable-->\r\n");
out.write(" <tr>\r\n");
out.write(" <td width=\"230\" height=\"34\" align=\"center\"><img src=\"img/xx.gif\"><img src=\"img/dg.gif\"><img src=\"img/sc.gif\"></td>\r\n");
out.write(" </tr>\r\n");
out.write(" </table></td>\r\n");
out.write(" </tr>\r\n");
out.write(" </table>\r\n");
out.write("\t </td>\r\n");
out.write(" </tr></form>\r\n");
out.write(" ");
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;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -