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

📄 recycle_jsp.java

📁 一套JAVA开发的OA系统,包括工作流,客户管理、个人管理、车辆管理,人事管理等。
💻 JAVA
📖 第 1 页 / 共 3 页
字号:
      out.write("            <td><div align=\"right\"> </div></td>\r\n");
      out.write("          </tr>\r\n");
      out.write("        </table>\r\n");
      out.write("      </div></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("/maintabletophy2.gif\" width=\"65\" height=\"41\"></th>\r\n");
      out.write("  </tr>\r\n");
      out.write("</table>\r\n");
      out.write("\r\n");
      out.write("<table width=\"98%\"  border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">\r\n");
      //  html:form
      org.apache.struts.taglib.html.FormTag _jspx_th_html_form_0 = (org.apache.struts.taglib.html.FormTag) _jspx_tagPool_html_form_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.setAction("/oaweb/storage/RecycleAction.do");
      _jspx_th_html_form_0.setMethod("POST");
      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');
          out.write('\n');
          if (_jspx_meth_html_hidden_0(_jspx_th_html_form_0, _jspx_page_context))
            return;
          out.write('\r');
          out.write('\n');
          if (_jspx_meth_html_hidden_1(_jspx_th_html_form_0, _jspx_page_context))
            return;
          out.write('\r');
          out.write('\n');
          if (_jspx_meth_html_hidden_2(_jspx_th_html_form_0, _jspx_page_context))
            return;
          out.write('\r');
          out.write('\n');
          if (_jspx_meth_html_hidden_3(_jspx_th_html_form_0, _jspx_page_context))
            return;
          out.write('\r');
          out.write('\n');
          if (_jspx_meth_html_hidden_4(_jspx_th_html_form_0, _jspx_page_context))
            return;
          out.write('\r');
          out.write('\n');
          if (_jspx_meth_html_hidden_5(_jspx_th_html_form_0, _jspx_page_context))
            return;
          out.write("\r\n");
          out.write("\r\n");
          //  logic:notPresent
          org.apache.struts.taglib.logic.NotPresentTag _jspx_th_logic_notPresent_0 = (org.apache.struts.taglib.logic.NotPresentTag) _jspx_tagPool_logic_notPresent_name.get(org.apache.struts.taglib.logic.NotPresentTag.class);
          _jspx_th_logic_notPresent_0.setPageContext(_jspx_page_context);
          _jspx_th_logic_notPresent_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_form_0);
          _jspx_th_logic_notPresent_0.setName("RecordSet");
          int _jspx_eval_logic_notPresent_0 = _jspx_th_logic_notPresent_0.doStartTag();
          if (_jspx_eval_logic_notPresent_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            do {
              out.write('\r');
              out.write('\n');
 Collection col = new ArrayList();
   pageContext.setAttribute("RecordSet",col);
              out.write('\r');
              out.write('\n');
              int evalDoAfterBody = _jspx_th_logic_notPresent_0.doAfterBody();
              if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
                break;
            } while (true);
          }
          if (_jspx_th_logic_notPresent_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
            return;
          _jspx_tagPool_logic_notPresent_name.reuse(_jspx_th_logic_notPresent_0);
          out.write("\r\n");
          out.write("\r\n");
          cn.com.chx.util.PageControl pagectl = null;
          synchronized (request) {
            pagectl = (cn.com.chx.util.PageControl) _jspx_page_context.getAttribute("pagectl", PageContext.REQUEST_SCOPE);
            if (pagectl == null){
              pagectl = new cn.com.chx.util.PageControl();
              _jspx_page_context.setAttribute("pagectl", pagectl, PageContext.REQUEST_SCOPE);
              out.write('\r');
              out.write('\n');
            }
          }
          out.write("\r\n");
          out.write("  <tr>\r\n");
          out.write("    <th rowspan=\"2\" class=\"maintableleft\" scope=\"col\"></th>\r\n");
          out.write("    <th scope=\"col\"><table width=\"100%\"  border=\"1\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" bordercolor=\"#FFFFFF\" class=\"mainlisttable\">\r\n");
          out.write("        <tr align=\"center\" class=\"mainlisttitle\">\r\n");
          out.write("          <td width=\"8%\" align=\"center\" nowrap class=\"mainlisttoptitle\">选择</td>\r\n");
          out.write("          <td width=\"16%\" height=\"18\" align=\"center\" nowrap class=\"mainlisttoptitle\">名称</td>\r\n");
          out.write("          <td width=\"22%\" align=\"center\" class=\"mainlisttoptitle\">大小</td>\r\n");
          out.write("          <td width=\"14%\" align=\"center\" class=\"mainlisttoptitle\">类型</td>\r\n");
          out.write("          <td width=\"28%\" align=\"center\" nowrap class=\"mainlisttoptitle\">原所在文件夹</td>\r\n");
          out.write("          <td width=\"28%\" nowrap class=\"mainlisttoptitle\">删除时间</td>\r\n");
          out.write("        </tr>\r\n");
          out.write("\t\t");
if(pagectl.flag){
          out.write("\r\n");
          out.write("\t\t<tr class=\"mainlisttable\">\r\n");
          out.write("\t\t<td align=center colspan=\"6\"> <font color=\"#CC0000\">没有相关记录!</font></td>\r\n");
          out.write("\t\t</tr>\r\n");
          out.write("\t\t");
}
          out.write("\r\n");
          out.write("\t\t");

			boolean tr = true;
		
          out.write("\r\n");
          out.write("\t\t");
          //  logic:iterate
          org.apache.struts.taglib.logic.IterateTag _jspx_th_logic_iterate_0 = (org.apache.struts.taglib.logic.IterateTag) _jspx_tagPool_logic_iterate_property_name_id.get(org.apache.struts.taglib.logic.IterateTag.class);
          _jspx_th_logic_iterate_0.setPageContext(_jspx_page_context);
          _jspx_th_logic_iterate_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_form_0);
          _jspx_th_logic_iterate_0.setId("ListShowBean");
          _jspx_th_logic_iterate_0.setName("RecycleForm");
          _jspx_th_logic_iterate_0.setProperty("RecordSet");
          int _jspx_eval_logic_iterate_0 = _jspx_th_logic_iterate_0.doStartTag();
          if (_jspx_eval_logic_iterate_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
            java.lang.Object ListShowBean = null;
            if (_jspx_eval_logic_iterate_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
              out = _jspx_page_context.pushBody();
              _jspx_th_logic_iterate_0.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
              _jspx_th_logic_iterate_0.doInitBody();
            }
            ListShowBean = (java.lang.Object) _jspx_page_context.findAttribute("ListShowBean");
            do {
              out.write("\r\n");
              out.write("\t\t");
 if (tr) { 
              out.write("\r\n");
              out.write("\t\t<tr align=\"center\" class=\"mainlisttabledark\">\r\n");
              out.write("\t\t");
}else{ 
              out.write("\r\n");
              out.write("\t\t<tr align=\"center\" class=\"mainlisttable\">\r\n");
              out.write("\t\t");
}
              out.write("\r\n");
              out.write("\t\t");

		 HashMap map = (HashMap)ListShowBean;
		 String  id  = (String)map.get("doc_info_pk");
		 String  type  = (String)map.get("type");
		 String  strSrc = "";
		 String  strSrc1 = Constant.ROOTPATH+"js/images/file.png" ;
		 String  strSrc2 = Constant.ROOTPATH+"js/images/foldericon_old.png" ;
		 if(type.equals("文档")){
		 strSrc = strSrc1 ;  }
		 else{
		 strSrc = strSrc2 ;  }
		 
              out.write("\r\n");
              out.write("          <td  nowrap><input name=\"selected\" type=\"checkbox\" value=\"");
              out.print(id);
              out.write("\"></td>\r\n");
              out.write("          <td  nowrap align=\"left\"><img src=\"");
              out.print(strSrc);
              out.write("\" width=\"16\" height=\"16\">\r\n");
              out.write("  \t\t\t  ");
              if (_jspx_meth_bean_write_0(_jspx_th_logic_iterate_0, _jspx_page_context))
                return;
              out.write("</td>\r\n");
              out.write("          <td  nowrap>");
              if (_jspx_meth_bean_write_1(_jspx_th_logic_iterate_0, _jspx_page_context))
                return;
              out.write("</td>\r\n");
              out.write("          <td  nowrap>");
              if (_jspx_meth_bean_write_2(_jspx_th_logic_iterate_0, _jspx_page_context))
                return;
              out.write("</td>\r\n");
              out.write("          <td  nowrap>");
              if (_jspx_meth_bean_write_3(_jspx_th_logic_iterate_0, _jspx_page_context))
                return;
              out.write("</td>\r\n");
              out.write("          <td  nowrap>");
              if (_jspx_meth_bean_write_4(_jspx_th_logic_iterate_0, _jspx_page_context))
                return;
              out.write("</td>\r\n");
              out.write("        </tr>\r\n");
              out.write("\t\t");
 tr=!tr ;
              out.write("\r\n");
              out.write("\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>\r\n");
          out.write("          <td align=\"center\" class=\"mainlisttitle\"><div align=\"right\"> </div></td>\r\n");
          out.write("        </tr>\r\n");
          out.write("      </table></td>\r\n");
          out.write("  </tr>\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;
      _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=\"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('revert','')\" >\r\n");

⌨️ 快捷键说明

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