?? listoutwork_jsp.java
字號(hào):
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\" >出差開(kāi)始");
out.write("</td>\r\n");
out.write("<td align=\"center\" class=\"tdsectionbar\" >出差結(jié)束");
out.write("</td>\r\n");
out.write("<td align=\"center\" class=\"tdsectionbar\" >出差天數(shù)");
out.write("</td>\r\n");
out.write("<td align=\"center\" class=\"tdsectionbar\" >差旅費(fèi)(元)");
out.write("</td>\r\n");
out.write("<td align=\"center\" class=\"tdsectionbar\" >住宿費(fèi)(元)");
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");
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -