?? listsalary_jsp.java
字號:
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 listsalary_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;
public listsalary_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 = 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.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("listSalaryAction.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=\"salaryRows\" >\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("listSalaryActionForm");
_jspx_th_logic_iterate_0.setProperty("salarys");
_jspx_th_logic_iterate_0.setId("salarys");
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 salarys = 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();
}
salarys = (java.lang.Object) pageContext.findAttribute("salarys");
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");
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -