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

📄 listoutwork_jsp.java

📁 l劳动力管理系统
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
package org.apache.jsp;

import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
import com.hr.vo.Employee;

public class listoutwork_jsp extends HttpJspBase {


  private static java.util.Vector _jspx_includes;

  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_html_form_method_action;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_logic_iterate_property_name_id;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_bean_write_property_name_format;
  private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_bean_write_property_name;

  public listoutwork_jsp() {
    _jspx_tagPool_html_form_method_action = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_logic_iterate_property_name_id = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_bean_write_property_name_format = new org.apache.jasper.runtime.TagHandlerPool();
    _jspx_tagPool_bean_write_property_name = new org.apache.jasper.runtime.TagHandlerPool();
  }

  public java.util.List getIncludes() {
    return _jspx_includes;
  }

  public void _jspDestroy() {
    _jspx_tagPool_html_form_method_action.release();
    _jspx_tagPool_logic_iterate_property_name_id.release();
    _jspx_tagPool_bean_write_property_name_format.release();
    _jspx_tagPool_bean_write_property_name.release();
  }

  public void _jspService(HttpServletRequest request, HttpServletResponse response)
        throws java.io.IOException, ServletException {

    JspFactory _jspxFactory = null;
    javax.servlet.jsp.PageContext pageContext = null;
    HttpSession session = null;
    ServletContext application = null;
    ServletConfig config = null;
    JspWriter out = null;
    Object page = this;
    JspWriter _jspx_out = null;


    try {
      _jspxFactory = JspFactory.getDefaultFactory();
      response.setContentType("text/html; charset=GBK");
      pageContext = _jspxFactory.getPageContext(this, request, response,
      			null, true, 8192, true);
      application = pageContext.getServletContext();
      config = pageContext.getServletConfig();
      session = pageContext.getSession();
      out = pageContext.getOut();
      _jspx_out = out;

      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("\r\n");
      out.write("<html>\r\n");
      out.write("<head>\r\n ");
      out.write("<link rel=\"STYLESHEET\" type=\"text/css\" href=\"css/shared.css\">\r\n");
      out.write("<title>\r\nlistsalary\r\n");
      out.write("</title>\r\n");
      out.write("</head>\r\n");
      out.write("<body bgcolor=\"#ffffff\" >\r\n");
      out.write("<h3 align=\"center\">\r\n员工出差信息\r\n");
      out.write("</h3>\r\n");
      out.write("<br>\r\n");
      out.write("<hr height=1 />\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(pageContext);
      _jspx_th_html_form_0.setParent(null);
      _jspx_th_html_form_0.setMethod("post");
      _jspx_th_html_form_0.setAction("listOutworkAction.do");
      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\n");
          out.write("<table width=\"100%\">\r\n");
          out.write("<tr>\r\n");
          out.write("<td class=\"tdframe\">\r\n");
          out.write("<table class=\"table1\"  width=\"100%\">\r\n");
          out.write("<thead class=\"tdsectionbar\">\r\n");
          out.write("<td align=\"center\" class=\"tdsectionbar\" >出差开始");
          out.write("</td>\r\n");
          out.write("<td align=\"center\" class=\"tdsectionbar\" >出差结束");
          out.write("</td>\r\n");
          out.write("<td align=\"center\" class=\"tdsectionbar\" >出差天数");
          out.write("</td>\r\n");
          out.write("<td align=\"center\" class=\"tdsectionbar\" >差旅费(元)");
          out.write("</td>\r\n");
          out.write("<td align=\"center\" class=\"tdsectionbar\" >住宿费(元)");
          out.write("</td>\r\n");
          out.write("<td align=\"center\" class=\"tdsectionbar\" >从公司借(元)");
          out.write("</td>\r\n");
          out.write("<td align=\"center\" class=\"tdsectionbar\" >归还公司(元)");
          out.write("</td>\r\n");
          out.write("<td align=\"center\" class=\"tdsectionbar\" >备注");
          out.write("</td>\r\n");
          out.write("</thead>\r\n");
          out.write("<tbody id=\"outworkRows\" >\r\n");
          /* ----  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(pageContext);
          _jspx_th_logic_iterate_0.setParent(_jspx_th_html_form_0);
          _jspx_th_logic_iterate_0.setName("listOutworkActionForm");
          _jspx_th_logic_iterate_0.setProperty("outworks");
          _jspx_th_logic_iterate_0.setId("outworks");
          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 outworks = null;
            if (_jspx_eval_logic_iterate_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
              javax.servlet.jsp.tagext.BodyContent _bc = pageContext.pushBody();
              out = _bc;
              _jspx_th_logic_iterate_0.setBodyContent(_bc);
              _jspx_th_logic_iterate_0.doInitBody();
            }
            outworks = (java.lang.Object) pageContext.findAttribute("outworks");
            do {
              out.write("\r\n");
              out.write("<tr class=\"tdsectionbar\">\r\n");
              out.write("<td class=\"tdbg0\" >\r\n");
              if (_jspx_meth_bean_write_0(_jspx_th_logic_iterate_0, pageContext))
                return;
              out.write("\r\n");
              out.write("</td>\r\n");
              out.write("<td class=\"tdbg0\" >\r\n");
              if (_jspx_meth_bean_write_1(_jspx_th_logic_iterate_0, pageContext))
                return;
              out.write("\r\n");
              out.write("</td>\r\n");
              out.write("<td class=\"tdbg0\">\r\n");
              if (_jspx_meth_bean_write_2(_jspx_th_logic_iterate_0, pageContext))
                return;
              out.write("\r\n");
              out.write("</td>\r\n");
              out.write("<td class=\"tdbg0\" >\r\n");
              if (_jspx_meth_bean_write_3(_jspx_th_logic_iterate_0, pageContext))
                return;
              out.write("\r\n");
              out.write("</td>\r\n");
              out.write("<td class=\"tdbg0\" >\r\n");
              if (_jspx_meth_bean_write_4(_jspx_th_logic_iterate_0, pageContext))
                return;
              out.write("\r\n");
              out.write("</td>\r\n");
              out.write("<td class=\"tdbg0\" >\r\n");
              if (_jspx_meth_bean_write_5(_jspx_th_logic_iterate_0, pageContext))
                return;
              out.write("\r\n");
              out.write("</td>\r\n");
              out.write("<td class=\"tdbg0\" >\r\n");
              if (_jspx_meth_bean_write_6(_jspx_th_logic_iterate_0, pageContext))
                return;
              out.write("\r\n");
              out.write("</td>\r\n");
              out.write("<td class=\"tdbg0\" >\r\n");
              if (_jspx_meth_bean_write_7(_jspx_th_logic_iterate_0, pageContext))
                return;
              out.write("\r\n");
              out.write("</td>\r\n");
              out.write("</tr>\r\n");
              int evalDoAfterBody = _jspx_th_logic_iterate_0.doAfterBody();
              outworks = (java.lang.Object) pageContext.findAttribute("outworks");

⌨️ 快捷键说明

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