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

📄 drawassets_jsp.java

📁 一套JAVA开发的OA系统,包括工作流,客户管理、个人管理、车辆管理,人事管理等。
💻 JAVA
📖 第 1 页 / 共 5 页
字号:
				 if(time1==null&&time2==null)time="无";
                 
              out.write("\r\n");
              out.write("\t\t\t\t");

					if(type.equals("0"))type="闲置";
				    if(type.equals("1"))type="已领用";
				    if(type.equals("2"))type="丢失";
				    if(type.equals("3"))type="损坏";
				    if(type.equals("4"))type="报废";
				
              out.write("\r\n");
              out.write("\t\t\t\t<td>&nbsp;</td>\r\n");
              out.write("                <td>");
              if (_jspx_meth_bean_write_0(_jspx_th_logic_iterate_0, _jspx_page_context))
                return;
              out.write("</td>\r\n");
              out.write("                <td>");
              if (_jspx_meth_bean_write_1(_jspx_th_logic_iterate_0, _jspx_page_context))
                return;
              out.write("</td>\r\n");
              out.write("                <td>");
              out.print(deptname);
              out.write("</td>\r\n");
              out.write("                <td>");
              if (_jspx_meth_bean_write_2(_jspx_th_logic_iterate_0, _jspx_page_context))
                return;
              out.write("</td>\r\n");
              out.write("                <td>");
              out.print(type);
              out.write("</td>\r\n");
              out.write("              </tr>\r\n");
              out.write("\t\t\t ");
 tr=!tr ;
              out.write("\r\n");
              out.write("\t\t\t");
              int evalDoAfterBody = _jspx_th_logic_iterate_0.doAfterBody();
              ListShowBean = (java.lang.Object) _jspx_page_context.findAttribute("ListShowBean");
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
            if (_jspx_eval_logic_iterate_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)
              out = _jspx_page_context.popBody();
          }
          if (_jspx_th_logic_iterate_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_logic_iterate_property_name_id.reuse(_jspx_th_logic_iterate_0);
          out.write("\r\n");
          out.write("            </table></th>\r\n");
          out.write("          <th rowspan=\"2\" class=\"maintableright\" scope=\"col\"></th>\r\n");
          out.write("        </tr>\r\n");
          out.write("        <tr>\r\n");
          out.write("          <td><table width=\"100%\"  border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">\r\n");
          out.write("                  <tr><td width=\"36%\" align=\"left\"  class=\"mainlisttitle\"><div align=\"center\"><span class=\"wordhrm4\">当前/总数&nbsp;&nbsp;(");
          out.print(pagectl.fromRow);
          out.write('-');
          out.print(pagectl.toRow);
          out.write(')');
          out.write('/');
          out.print(pagectl.totalRow);
          out.write("</span></div></td>\r\n");
          out.write("                    <td width=\"64%\" align=\"center\" class=\"mainlisttitle\"><div align=\"right\"> \r\n");
          out.write("\t\t\t\t\t  第");
          //  html:select
          org.apache.struts.taglib.html.SelectTag _jspx_th_html_select_1 = (org.apache.struts.taglib.html.SelectTag) _jspx_tagPool_html_select_property_onchange.get(org.apache.struts.taglib.html.SelectTag.class);
          _jspx_th_html_select_1.setPageContext(_jspx_page_context);
          _jspx_th_html_select_1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_form_0);
          _jspx_th_html_select_1.setProperty("toPage");
          _jspx_th_html_select_1.setOnchange("submitForm('goto','');");
          int _jspx_eval_html_select_1 = _jspx_th_html_select_1.doStartTag();
          if (_jspx_eval_html_select_1 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            if (_jspx_eval_html_select_1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
              out = _jspx_page_context.pushBody();
              _jspx_th_html_select_1.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
              _jspx_th_html_select_1.doInitBody();
            }
            do {
              out.write("\r\n");
              out.write("\t\t\t\t\t\t");
for(int i=1;i<=pagectl.totalPage;i++){
              out.write("\r\n");
              out.write("\t\t\t\t\t\t");
              //  html:option
              org.apache.struts.taglib.html.OptionTag _jspx_th_html_option_1 = (org.apache.struts.taglib.html.OptionTag) _jspx_tagPool_html_option_value_nobody.get(org.apache.struts.taglib.html.OptionTag.class);
              _jspx_th_html_option_1.setPageContext(_jspx_page_context);
              _jspx_th_html_option_1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_select_1);
              _jspx_th_html_option_1.setValue(Integer.toString(i));
              int _jspx_eval_html_option_1 = _jspx_th_html_option_1.doStartTag();
              if (_jspx_th_html_option_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
                return;
              _jspx_tagPool_html_option_value_nobody.reuse(_jspx_th_html_option_1);
              out.write("\r\n");
              out.write("\t\t\t\t\t\t");
}
              out.write("\r\n");
              out.write("\t\t\t\t\t\t");
              int evalDoAfterBody = _jspx_th_html_select_1.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
            if (_jspx_eval_html_select_1 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)
              out = _jspx_page_context.popBody();
          }
          if (_jspx_th_html_select_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_html_select_property_onchange.reuse(_jspx_th_html_select_1);
          out.write("\r\n");
          out.write("                        页     <a href=\"#\" onclick=\"javascript:submitForm('prev','');\"><img src=\"");
          out.print(Constant.ROOTPATH);
          out.write("images/");
          out.print(css_name);
          out.write("/backpage.gif\" width=\"19\" height=\"19\" border=\"0\" alt=\"上一页\" align=\"absmiddle\" >上一页</a>\r\n");
          out.write("                        &nbsp;&nbsp;&nbsp;&nbsp; <a href=\"#\" onclick=\"javascript:submitForm('next','');\">下一页<img src=\"");
          out.print(Constant.ROOTPATH);
          out.write("images/");
          out.print(css_name);
          out.write("/forwardpage.gif\" width=\"19\" height=\"19\" border=\"0\" alt=\"下一页\" align=\"absmiddle\" ></a></div></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("      <table width=\"98%\"  border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">\r\n");
          out.write("        <tr>\r\n");
          out.write("          <th width=\"65\" height=\"41\" scope=\"col\"><img src=\"");
          out.print(Constant.ROOTPATH);
          out.write("images/");
          out.print(css_name);
          out.write("/maintablebottomhy1.gif\" width=\"65\" height=\"41\"></th>\r\n");
          out.write("          <th valign=\"top\" class=\"maintablebottom\" scope=\"col\"><table width=\"100%\" height=\"100%\"  border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n");
          out.write("              <tr>\r\n");
          out.write("                <th scope=\"col\"> <div align=\"center\">\r\n");
          out.write("                    <input name=\"button1\" type=\"button\" class=\"button\" value=\"借  用\" onClick=\"submitForm('find','')\">\r\n");
          out.write("                  </div></th>\r\n");
          out.write("              </tr>\r\n");
          out.write("              <tr>\r\n");
          out.write("                <th height=\"7\" scope=\"row\"></th>\r\n");
          out.write("              </tr>\r\n");
          out.write("            </table></th>\r\n");
          out.write("          <th width=\"65\" height=\"41\" scope=\"col\"><img src=\"");
          out.print(Constant.ROOTPATH);
          out.write("images/");
          out.print(css_name);
          out.write("/maintablebottomhy2.gif\" width=\"65\" height=\"41\"></th>\r\n");
          out.write("        </tr>\r\n");
          out.write("      </table>\r\n");
          out.write("      <table width=\"98%\" height=\"10\"  border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n");
          out.write("        <tr>\r\n");
          out.write("          <th scope=\"col\"></th>\r\n");
          out.write("        </tr>\r\n");
          out.write("      </table></th>\r\n");
          out.write("    <th class=\"labletableright\" scope=\"col\"></th>\r\n");
          out.write("  </tr>\r\n");
          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_method_action.reuse(_jspx_th_html_form_0);
      out.write("\r\n");
      out.write("</table>\r\n");
      out.write("<table width=\"95%\"  border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" height=\"9\">\r\n");
      out.write("  <tr>\r\n");
      out.write("    <th width=\"8\" height=\"9\" scope=\"col\"><img src=\"");
      out.print(Constant.ROOTPATH);
      out.write("images/");
      out.print(css_name);
      out.write("/lableimages/bottomtable_left.gif\" width=\"8\" height=\"9\"></th>\r\n");
      out.write("    <th width=\"100%\" height=\"9\" background=\"");
      out.print(Constant.ROOTPATH);
      out.write("images/");
      out.print(css_name);
      out.write("/lableimages/bottomtable_middle.gif\" scope=\"col\"></th>\r\n");
      out.write("    <th width=\"8\" height=\"9\" scope=\"col\"><img src=\"");
      out.print(Constant.ROOTPATH);
      out.write("images/");
      out.print(css_name);
      out.write("/lableimages/bottomtable_right.gif\" width=\"8\" height=\"9\"></th>\r\n");
      out.write("  </tr>\r\n");
      out.write("</table>\r\n");
      out.write("</body>\r\n");
      out.write("</html>\r\n");
      out.write("<script>document.forms[0].reset();</script>");
    } 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_hidden_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:hidden
    org.apache.struts.taglib.html.HiddenTag _jspx_th_html_hidden_0 = (org.apache.struts.taglib.html.HiddenTag) _jspx_tagPool_html_hidden_property_nobody.get(org.apache.struts.taglib.html.HiddenTag.class);
    _jspx_th_html_hidden_0.setPageContext(_jspx_page_context);
    _jspx_th_html_hidden_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_form_0);
    _jspx_th_html_hidden_0.setProperty("maxRecNoPerPage");
    int _jspx_eval_html_hidden_0 = _jspx_th_html_hidden_0.doStartTag();
    if (_jspx_th_html_hidden_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_html_hidden_property_nobody.reuse(_jspx_th_html_hidden_0);
    return false;
  }

  private boolean _jspx_meth_html_hidden_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:hidden
    org.apache.struts.taglib.html.HiddenTag _jspx_th_html_hidden_1 = (org.apache.struts.taglib.html.HiddenTag) _jspx_tagPool_html_hidden_property_nobody.get(org.apache.struts.taglib.html.HiddenTag.class);
    _jspx_th_html_hidden_1.setPageContext(_jspx_page_context);
    _jspx_th_html_hidden_1.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_form_0);
    _jspx_th_html_hidden_1.setProperty("recordNumber");
    int _jspx_eval_html_hidden_1 = _jspx_th_html_hidden_1.doStartTag();
    if (_jspx_th_html_hidden_1.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_html_hidden_property_nobody.reuse(_jspx_th_html_hidden_1);
    return false;
  }

⌨️ 快捷键说明

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