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

📄 qiandao_jsp.java

📁 一套JAVA开发的OA系统,包括工作流,客户管理、个人管理、车辆管理,人事管理等。
💻 JAVA
📖 第 1 页 / 共 3 页
字号:
          out.write("              <th align=\"left\" scope=\"col\"><table  border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n");
          out.write("                  <tr>\r\n");
          out.write("                    <th class=\"lable_left\" scope=\"col\">&nbsp;</th>\r\n");
          out.write("                    <th align=\"center\" class=\"lable_middle\" scope=\"col\"><a href=\"/oa/oaweb/kaoqin/KaoqinStatAction.do?actionType=query&label=tongji&q_equal_str_month=");
          out.print(querytime);
          out.write("\">¿¼ÇÚͳ¼Æ</a></th>\r\n");
          out.write("                    <th class=\"lable_right\" scope=\"col\">&nbsp;</th>\r\n");
          out.write("                  </tr>\r\n");
          out.write("                </table></th>\r\n");
          out.write("\t\t\t");
}
}
          out.write("\r\n");
          out.write("            </tr>\r\n");
          out.write("          </table>\r\n");
          out.write("        </div></th>\r\n");
          out.write("      <th width=\"9\" scope=\"col\"><img src=\"../images/");
          out.print(css_name);
          out.write("/lableimages/toptable_right.gif\" width=\"9\" height=\"29\"></th>\r\n");
          out.write("    </tr>\r\n");
          out.write("  </table>\r\n");
          out.write("\r\n");
          out.write("\r\n");
          out.write("\r\n");
          out.write("<table width=\"95%\"  border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" class=\"lablemiddletable\">\r\n");
          out.write("  <tr>\r\n");
          out.write("    <th height=\"3\" class=\"labletableleft\" scope=\"col\"></th>\r\n");
          out.write("    <th scope=\"col\"><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=\"../images/");
          out.print(css_name);
          out.write("/maintabletophy1.gif\" width=\"65\" height=\"41\"></th>\r\n");
          out.write("          <th class=\"mainnoteword\" scope=\"col\"><div align=\"center\">\r\n");
          out.write("              <table width=\"100%\" height=\"100%\"  border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n");
          out.write("                <tr>\r\n");
          out.write("                  <th width=\"40%\" height=\"7\" scope=\"col\"></th>\r\n");
          out.write("                  <th width=\"60%\" height=\"7\" scope=\"col\"></th>\r\n");
          out.write("                </tr>\r\n");
          out.write("                <tr>\r\n");
          out.write("                  <th class=\"mainnotefont\" scope=\"row\"><div align=\"left\">签到/签退</div></th>\r\n");
          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=\"../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("      <table width=\"98%\"  border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">\r\n");
          out.write("        <tr>\r\n");
          out.write("          <th width=\"12\" height=\"1\" class=\"maintableleft\" scope=\"col\"></th>\r\n");
          out.write("          <th  scope=\"col\">\r\n");
          out.write("<table width=\"100%\"  border=\"1\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" bordercolor=\"#FFFFFF\" class=\"mainlisttable\">\r\n");
          out.write("              <tr>\r\n");
          out.write("                <td align=\"center\" class=\"mainlisttable\">现在时间:\r\n");
          out.write("                  <script language=\"Javascript\" type=\"text/JavaScript\">\r\n");
          out.write("<!--\r\n");
          out.write("document.write('<span id=\"clock\"></span><br>');\r\n");
          out.write("function showclock()\r\n");
          out.write("{\r\n");
          out.write("var today = new Date();\r\n");
          out.write("var year = today.getYear();\r\n");
          out.write("var month = today.getMonth()+1;\r\n");
          out.write("var date = today.getDate();\r\n");
          out.write("var hour = today.getHours();\r\n");
          out.write("var min = today.getMinutes();\r\n");
          out.write("var sec = today.getSeconds();\r\n");
          out.write("var col = \":\";\r\n");
          out.write("var spc = \" \";\r\n");
          out.write("var apm;\r\n");
          out.write("\r\n");
          out.write("if ( hour >12 )\r\n");
          out.write("{\r\n");
          out.write("apm=\"PM\";\r\n");
          out.write("}\r\n");
          out.write("else\r\n");
          out.write("{\r\n");
          out.write("apm=\"AM\";\r\n");
          out.write("}\r\n");
          out.write("\r\n");
          out.write("if (hour == 0) hour=12;\r\n");
          out.write("if (date<=9) date=\"0\"+date;\r\n");
          out.write("if (hour<=9) hour=\"0\"+hour;\r\n");
          out.write("if (min<=9) min=\"0\"+min;\r\n");
          out.write("if (sec<=9) sec=\"0\"+sec;\r\n");
          out.write("if (month<=9) month=\"0\"+month;\r\n");
          out.write("\r\n");
          out.write("clock.innerHTML=year+\"-\"+month+\"-\"+date+\" \"+hour + \":\" + min + \":\" + sec ;\r\n");
          out.write("}\r\n");
          out.write("\r\n");
          out.write("setInterval(\"showclock()\",1000);\r\n");
          out.write("//-->\r\n");
          out.write("</script></td>\r\n");
          out.write("              </tr>\r\n");
          out.write("            </table></th>\r\n");
          out.write("          <th width=\"9\" class=\"maintableright\" scope=\"col\"></th>\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=\"../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("\r\n");
          out.write("\t\t\t\t\t<input name=\"Submit3\" type=\"button\" class=\"button\" value=\"签&nbsp;&nbsp;到\" onClick=\"javascript:submitForm('save','');\">\r\n");
          out.write("\t\t\t   \t\t<input name=\"Submit22\" type=\"button\" class=\"button\" value=\"签&nbsp;&nbsp;退\" onClick=\"javascript:submitForm('update','');\">\r\n");
          out.write("                    <input name=\"Submit222\" type=\"button\" class=\"button\" value=\"查看个人考勤\" onClick=\"location.reload('/oa/oaweb/kaoqin/KaoqinStatAction.do?actionType=query&label=tongji&q_equal_str_month=");
          out.print(querytime);
          out.write("')\">\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=\"../images/");
          out.print(css_name);
          out.write("/maintablebottomhy2.gif\" width=\"65\" height=\"41\"></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");
          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=\"../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=\"../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=\"../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");
          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("<p>&nbsp;</p>\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_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("actionType");
    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_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:hidden
    org.apache.struts.taglib.html.HiddenTag _jspx_th_html_hidden_2 = (org.apache.struts.taglib.html.HiddenTag) _jspx_tagPool_html_hidden_property_nobody.get(org.apache.struts.taglib.html.HiddenTag.class);
    _jspx_th_html_hidden_2.setPageContext(_jspx_page_context);
    _jspx_th_html_hidden_2.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_form_0);
    _jspx_th_html_hidden_2.setProperty("$kaoqin_date");
    int _jspx_eval_html_hidden_2 = _jspx_th_html_hidden_2.doStartTag();
    if (_jspx_th_html_hidden_2.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_html_hidden_property_nobody.reuse(_jspx_th_html_hidden_2);
    return false;
  }

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

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

  private boolean _jspx_meth_html_hidden_5(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_5 = (org.apache.struts.taglib.html.HiddenTag) _jspx_tagPool_html_hidden_value_property_nobody.get(org.apache.struts.taglib.html.HiddenTag.class);
    _jspx_th_html_hidden_5.setPageContext(_jspx_page_context);
    _jspx_th_html_hidden_5.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_html_form_0);
    _jspx_th_html_hidden_5.setProperty("label");
    _jspx_th_html_hidden_5.setValue("kaoqin");
    int _jspx_eval_html_hidden_5 = _jspx_th_html_hidden_5.doStartTag();
    if (_jspx_th_html_hidden_5.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
      return true;
    _jspx_tagPool_html_hidden_value_property_nobody.reuse(_jspx_th_html_hidden_5);
    return false;
  }
}

⌨️ 快捷键说明

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