⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 insertreader_jsp.java

📁 图书管理系统。JSP+Struts(MVC框架)sql2000数据库
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
              out.write("                        ");
}
              out.write("\r\n");
              out.write("                      </select>\r\n");
              out.write("                      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </div></td>\r\n");
              out.write("                  <td width=\"102\" align=\"center\" bgcolor=\"#83B9FF\" class=\"word_white\">借书数量</td>\r\n");
              out.write("                  <td width=\"171\"><div align=\"left\">\r\n");
              out.write("                      <input name=\"borrowBookNumber\" type=\"text\" value=\"");
              out.print(form1.getNumber());
              out.write("\" readonly onClick=\"alert('此文本框已设为只读,不能修改!!')\">\r\n");
              out.write("                    </div></td>\r\n");
              out.write("                </tr>\r\n");
              out.write("                <tr align=\"center\">\r\n");
              out.write("                  <td height=\"30\" bgcolor=\"#83B9FF\" class=\"word_white\">办证价格</td>\r\n");
              out.write("                  <td align=\"left\"><input name=\"cardPrice\" type=\"text\" value=\"");
              out.print(price);
              out.write("\" readonly onClick=\"alert('此文本框已设为只读,不能修改!!')\">\r\n");
              out.write("                  </td>\r\n");
              out.write("                  <td align=\"center\" bgcolor=\"#83B9FF\" class=\"word_white\">办证时间</td>\r\n");
              out.write("                  <td><div align=\"left\">\r\n");
              out.write("                      <input name=\"startTime\" type=\"text\"  value=\"");
              out.print(showTime.showCurrentTime());
              out.write("\" readonly onClick=\"alert('此文本框已设为只读,不能修改!!')\">\r\n");
              out.write("                    </div></td>\r\n");
              out.write("                </tr>\r\n");
              out.write("                <tr align=\"center\">\r\n");
              out.write("                  <td height=\"30\" bgcolor=\"#83B9FF\" class=\"word_white\">借书人证号</td>\r\n");
              out.write("                  <td align=\"left\"><input name=\"bookCardMark\" type=\"text\"  value=\"");
              out.print(readerDao.selectMaxIdReader());
              out.write("\" readonly onClick=\"alert('此文本框已设为只读,不能修改!!')\">\r\n");
              out.write("                  </td>\r\n");
              out.write("                  <td align=\"center\" bgcolor=\"#83B9FF\" class=\"word_white\">到期时间</td>\r\n");
              out.write("                  <td><div align=\"left\">\r\n");
              out.write("                      <input name=\"overTime\" type=\"text\"  value=\"");
              out.print(timeLater);
              out.write("\" readonly onClick=\"alert('此文本框已设为只读,不能修改!!')\">\r\n");
              out.write("                    </div></td>\r\n");
              out.write("                </tr>\r\n");
              out.write("                <tr align=\"center\">\r\n");
              out.write("                  <td height=\"30\" bgcolor=\"#83B9FF\" class=\"word_white\">姓名</td>\r\n");
              out.write("                  <td align=\"left\">");
              if (_jspx_meth_html_text_0(_jspx_th_html_form_0, _jspx_page_context))
                return;
              out.write("\r\n");
              out.write("                  </td>\r\n");
              out.write("                  <td align=\"center\" bgcolor=\"#83B9FF\" class=\"word_white\">性别</td>\r\n");
              out.write("                  <td><div align=\"left\">\r\n");
              out.write("                      <input  name=\"sex\" type=\"radio\"  value=\"男\" checked=\"checked\"/>\r\n");
              out.write("                      男&nbsp;\r\n");
              out.write("                      <input  name=\"sex\" type=\"radio\"  value=\"女\" />\r\n");
              out.write("                      女 </div></td>\r\n");
              out.write("                </tr>\r\n");
              out.write("                <tr align=\"center\">\r\n");
              out.write("                  <td height=\"30\" bgcolor=\"#83B9FF\" class=\"word_white\">家庭住址</td>\r\n");
              out.write("                  <td align=\"left\">");
              if (_jspx_meth_html_text_1(_jspx_th_html_form_0, _jspx_page_context))
                return;
              out.write("\r\n");
              out.write("                    <div align=\"left\"></div></td>\r\n");
              out.write("                  <td height=\"30\" bgcolor=\"#83B9FF\" class=\"word_white\">联系电话</td>\r\n");
              out.write("                  <td align=\"left\">");
              if (_jspx_meth_html_text_2(_jspx_th_html_form_0, _jspx_page_context))
                return;
              out.write("\r\n");
              out.write("                    <div align=\"left\"></div></td>\r\n");
              out.write("                </tr>\r\n");
              out.write("                <tr align=\"center\">\r\n");
              out.write("                  <td height=\"30\" bgcolor=\"#83B9FF\" class=\"word_white\">工作单位</td>\r\n");
              out.write("                  <td align=\"left\">");
              if (_jspx_meth_html_text_3(_jspx_th_html_form_0, _jspx_page_context))
                return;
              out.write("\r\n");
              out.write("                  </td>\r\n");
              out.write("                  <td height=\"30\" bgcolor=\"#83B9FF\" class=\"word_white\">身份证号码</td>\r\n");
              out.write("                  <td align=\"left\">");
              if (_jspx_meth_html_text_4(_jspx_th_html_form_0, _jspx_page_context))
                return;
              out.write("\r\n");
              out.write("                    <div align=\"left\"></div></td>\r\n");
              out.write("                </tr>\r\n");
              out.write("              </table>\r\n");
              out.write("              <br>\r\n");
              out.write("              <input type=\"submit\" name=\"Submit2\" value=\"添加\">\r\n");
              out.write("              &nbsp;&nbsp;&nbsp;\r\n");
              out.write("              <input type=\"reset\" name=\"Submit\" value=\"清除\">\r\n");
              out.write("              &nbsp;&nbsp;&nbsp; <a href=\"readerAction.do?method=selectReaderAction\">返回</a> ");
              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;
          _jspx_tagPool_html_form_onsubmit_action.reuse(_jspx_th_html_form_0);
          out.write("\r\n");
          out.write("          </div></td>\r\n");
          out.write("      </tr>\r\n");
          out.write("    </table>\r\n");
          out.write("    ");
          org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "../bottom.jsp", out, true);
          out.write("\r\n");
          out.write("  </div>\r\n");
          out.write("  </body>\r\n");
          int evalDoAfterBody = _jspx_th_html_html_0.doAfterBody();
          if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
            break;
        } while (true);
      }
      if (_jspx_th_html_html_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
        return;
      _jspx_tagPool_html_html.reuse(_jspx_th_html_html_0);
      out.write('\r');
      out.write('\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_text_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();
    //  html:text
    org.apache.struts.taglib.html.TextTag _jspx_th_html_text_0 = (org.apache.struts.taglib.html.TextTag) _jspx_tagPool_html_text_property_nobody.get(org.apache.struts.taglib.html.TextTag.class);
    _jspx_th_html_text_0.setPageContext(_jspx_page_context);
    _jspx_th_html_text_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_form_0);
    _jspx_th_html_text_0.setProperty("name");
    int _jspx_eval_html_text_0 = _jspx_th_html_text_0.doStartTag();
    if (_jspx_th_html_text_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_html_text_property_nobody.reuse(_jspx_th_html_text_0);
    return false;
  }

  private boolean _jspx_meth_html_text_1(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();
    //  html:text
    org.apache.struts.taglib.html.TextTag _jspx_th_html_text_1 = (org.apache.struts.taglib.html.TextTag) _jspx_tagPool_html_text_property_nobody.get(org.apache.struts.taglib.html.TextTag.class);
    _jspx_th_html_text_1.setPageContext(_jspx_page_context);
    _jspx_th_html_text_1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_form_0);
    _jspx_th_html_text_1.setProperty("address");
    int _jspx_eval_html_text_1 = _jspx_th_html_text_1.doStartTag();
    if (_jspx_th_html_text_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_html_text_property_nobody.reuse(_jspx_th_html_text_1);
    return false;
  }

  private boolean _jspx_meth_html_text_2(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();
    //  html:text
    org.apache.struts.taglib.html.TextTag _jspx_th_html_text_2 = (org.apache.struts.taglib.html.TextTag) _jspx_tagPool_html_text_property_nobody.get(org.apache.struts.taglib.html.TextTag.class);
    _jspx_th_html_text_2.setPageContext(_jspx_page_context);
    _jspx_th_html_text_2.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_form_0);
    _jspx_th_html_text_2.setProperty("tel");
    int _jspx_eval_html_text_2 = _jspx_th_html_text_2.doStartTag();
    if (_jspx_th_html_text_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_html_text_property_nobody.reuse(_jspx_th_html_text_2);
    return false;
  }

  private boolean _jspx_meth_html_text_3(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();
    //  html:text
    org.apache.struts.taglib.html.TextTag _jspx_th_html_text_3 = (org.apache.struts.taglib.html.TextTag) _jspx_tagPool_html_text_size_property_nobody.get(org.apache.struts.taglib.html.TextTag.class);
    _jspx_th_html_text_3.setPageContext(_jspx_page_context);
    _jspx_th_html_text_3.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_form_0);
    _jspx_th_html_text_3.setProperty("workUnit");
    _jspx_th_html_text_3.setSize("20");
    int _jspx_eval_html_text_3 = _jspx_th_html_text_3.doStartTag();
    if (_jspx_th_html_text_3.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_html_text_size_property_nobody.reuse(_jspx_th_html_text_3);
    return false;
  }

  private boolean _jspx_meth_html_text_4(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();
    //  html:text
    org.apache.struts.taglib.html.TextTag _jspx_th_html_text_4 = (org.apache.struts.taglib.html.TextTag) _jspx_tagPool_html_text_property_nobody.get(org.apache.struts.taglib.html.TextTag.class);
    _jspx_th_html_text_4.setPageContext(_jspx_page_context);
    _jspx_th_html_text_4.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_form_0);
    _jspx_th_html_text_4.setProperty("IDCard");
    int _jspx_eval_html_text_4 = _jspx_th_html_text_4.doStartTag();
    if (_jspx_th_html_text_4.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_html_text_property_nobody.reuse(_jspx_th_html_text_4);
    return false;
  }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -