📄 look_005fscores_jsp.java
字号:
package org.apache.jsp.pages.LeftMenu.scoretemplate;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
public final class look_005fscores_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static java.util.List _jspx_dependants;
private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fs_005fform_005fname_005faction;
private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fs_005fiterator_005fvalue_005fstatus;
private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fs_005fproperty_005fvalue_005fnobody;
private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fs_005fdate_005fname_005fformat_005fnobody;
private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005fs_005fif_005ftest;
public Object getDependants() {
return _jspx_dependants;
}
public void _jspInit() {
_005fjspx_005ftagPool_005fs_005fform_005fname_005faction = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_005fjspx_005ftagPool_005fs_005fiterator_005fvalue_005fstatus = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_005fjspx_005ftagPool_005fs_005fproperty_005fvalue_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_005fjspx_005ftagPool_005fs_005fdate_005fname_005fformat_005fnobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_005fjspx_005ftagPool_005fs_005fif_005ftest = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
}
public void _jspDestroy() {
_005fjspx_005ftagPool_005fs_005fform_005fname_005faction.release();
_005fjspx_005ftagPool_005fs_005fiterator_005fvalue_005fstatus.release();
_005fjspx_005ftagPool_005fs_005fproperty_005fvalue_005fnobody.release();
_005fjspx_005ftagPool_005fs_005fdate_005fname_005fformat_005fnobody.release();
_005fjspx_005ftagPool_005fs_005fif_005ftest.release();
}
public void _jspService(HttpServletRequest request, HttpServletResponse response)
throws java.io.IOException, ServletException {
JspFactory _jspxFactory = null;
PageContext pageContext = null;
HttpSession session = null;
ServletContext application = null;
ServletConfig config = null;
JspWriter out = null;
Object page = this;
JspWriter _jspx_out = null;
PageContext _jspx_page_context = null;
try {
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html; charset=UTF-8");
pageContext = _jspxFactory.getPageContext(this, request, response,
null, true, 8192, true);
_jspx_page_context = pageContext;
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
_jspx_out = out;
out.write("\r\n");
out.write("\r\n");
String cpath = request.getContextPath();
out.write("\r\n");
out.write("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\"> \r\n");
out.write("<html>\r\n");
out.write("\t<head>\r\n");
out.write("\t\t<script src=\"");
out.print(cpath);
out.write("/js/calendar.js\"></script>\r\n");
out.write("\t\t<link href=\"");
out.print(cpath);
out.write("/style/css_common1.css\" rel=\"stylesheet\"\r\n");
out.write("\t\t\ttype=\"text/css\" />\r\n");
out.write("\t\t<link href=\"");
out.print(cpath);
out.write("/style/mian.css\" rel=\"stylesheet\"\r\n");
out.write("\t\t\ttype=\"text/css\" />\r\n");
out.write("\t\t<script src=\"");
out.print(cpath);
out.write("/js/page.js\"></script>\r\n");
out.write("\t\t<script src=\"");
out.print(cpath);
out.write("/js/jquery126.js\"></script>\r\n");
out.write("\t\t<script src=\"");
out.print(cpath);
out.write("/js/effect.js\"></script>\r\n");
out.write("\t</head>\r\n");
out.write("\r\n");
out.write("\t<script language=\"JavaScript\">\r\n");
out.write("\t \t $(function(){\r\n");
out.write("\t\t \taddInputEffect();\r\n");
out.write("\t\t });\r\n");
out.write("\t\t \r\n");
out.write(" function detail(cid,tid,id) {\r\n");
out.write(" \tdocument.location.href=\"");
out.print(cpath);
out.write("/scoretemplate/ViewtScoreItems.action?callid=\"+cid+\"&calltype=\"+tid+\"&scoreId=\"+id;\r\n");
out.write(" }\r\n");
out.write(" </script>\r\n");
out.write("\t<body leftmargin=\"0\" topmargin=\"0\" \r\n");
out.write("\t\tstyle=\"width: 100%;\">\r\n");
out.write("\t\t");
// s:form
org.apache.struts2.views.jsp.ui.FormTag _jspx_th_s_005fform_005f0 = (org.apache.struts2.views.jsp.ui.FormTag) _005fjspx_005ftagPool_005fs_005fform_005fname_005faction.get(org.apache.struts2.views.jsp.ui.FormTag.class);
_jspx_th_s_005fform_005f0.setPageContext(_jspx_page_context);
_jspx_th_s_005fform_005f0.setParent(null);
_jspx_th_s_005fform_005f0.setName("form1");
_jspx_th_s_005fform_005f0.setAction("");
int _jspx_eval_s_005fform_005f0 = _jspx_th_s_005fform_005f0.doStartTag();
if (_jspx_eval_s_005fform_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
if (_jspx_eval_s_005fform_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
out = _jspx_page_context.pushBody();
_jspx_th_s_005fform_005f0.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
_jspx_th_s_005fform_005f0.doInitBody();
}
do {
out.write("\r\n");
out.write("\t\t\t<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\"\r\n");
out.write("\t\t\t\tstyle=\"width: 100%; height: 100%;\" class=\"bgOffice\">\r\n");
out.write("\t\t\t\t<tr>\r\n");
out.write("\t\t\t\t\t<td valign=\"top\">\r\n");
out.write("\t\t\t\t\t\t<table cellpadding=\"0\" cellspacing=\"0\" class=\"title\" width=\"100%\">\r\n");
out.write("\t\t\t\t\t\t\t<tr>\r\n");
out.write("\t\t\t\t\t\t\t\t<td style=\"height: 25px\">\r\n");
out.write("\t\t\t\t\t\t\t\t\t查看评分\r\n");
out.write("\t\t\t\t\t\t\t\t</td>\r\n");
out.write("\t\t\t\t\t\t\t</tr>\r\n");
out.write("\t\t\t\t\t\t</table>\r\n");
out.write("\t\t\t\t\t</td>\r\n");
out.write("\t\t\t\t</tr>\r\n");
out.write("\t\t\t\t<tr>\r\n");
out.write("\t\t\t\t\t<td style=\"height: 100%\">\r\n");
out.write("\r\n");
out.write("\t\t\t\t\t\t<div id=\"listcontent\"\r\n");
out.write("\t\t\t\t\t\t\tstyle=\"width: expression(document.body.offsetWidth); height: 100%; overflow: auto;\">\r\n");
out.write("\t\t\t\t\t\t\t<table class=\"datalist\" id=\"datacolor\" border=\"0\" cellpadding=\"0\"\r\n");
out.write("\t\t\t\t\t\t\t\tcellspacing=\"0\" style=\"table-layout: fixed;\">\r\n");
out.write("\t\t\t\t\t\t\t\t<tr>\r\n");
out.write("\t\t\t\t\t\t\t\t\t<th class=\"right\">\r\n");
out.write("\t\t\t\t\t\t\t\t\t\t<div style=\"width: 150px;\">\r\n");
out.write("\t\t\t\t\t\t\t\t\t\t\t模板名称\r\n");
out.write("\t\t\t\t\t\t\t\t\t\t</div>\r\n");
out.write("\t\t\t\t\t\t\t\t\t</th>\r\n");
out.write("\t\t\t\t\t\t\t\t\t<th class=\"right\" width=\"10%\">\r\n");
out.write("\t\t\t\t\t\t\t\t\t\t<div style=\"width: 30px;\">\r\n");
out.write("\t\t\t\t\t\t\t\t\t\t\t得分\r\n");
out.write("\t\t\t\t\t\t\t\t\t\t</div>\r\n");
out.write("\t\t\t\t\t\t\t\t\t</th>\r\n");
out.write("\t\t\t\t\t\t\t\t\t<th class=\"right\" width=\"10%\">\r\n");
out.write("\t\t\t\t\t\t\t\t\t\t<div style=\"width: 50px;\">\r\n");
out.write("\t\t\t\t\t\t\t\t\t\t\t评分人\r\n");
out.write("\t\t\t\t\t\t\t\t\t\t</div>\r\n");
out.write("\t\t\t\t\t\t\t\t\t</th>\r\n");
out.write("\t\t\t\t\t\t\t\t\t<th class=\"right\" width=\"20%\">\r\n");
out.write("\t\t\t\t\t\t\t\t\t\t<div style=\"width: 150px;\">\r\n");
out.write("\t\t\t\t\t\t\t\t\t\t\t创建时间\r\n");
out.write("\t\t\t\t\t\t\t\t\t\t</div>\r\n");
out.write("\t\t\t\t\t\t\t\t\t</th>\r\n");
out.write("\t\t\t\t\t\t\t\t\t<th class=\"right\" width=\"6%\">\r\n");
out.write("\t\t\t\t\t\t\t\t\t\t<div style=\"width: 50px;\">\r\n");
out.write("\t\t\t\t\t\t\t\t\t\t\t详情\r\n");
out.write("\t\t\t\t\t\t\t\t\t\t</div>\r\n");
out.write("\t\t\t\t\t\t\t\t\t</th>\r\n");
out.write("\t\t\t\t\t\t\t\t</tr>\r\n");
out.write("\r\n");
out.write("\t\t\t\t\t\t\t\t");
// s:iterator
org.apache.struts2.views.jsp.IteratorTag _jspx_th_s_005fiterator_005f0 = (org.apache.struts2.views.jsp.IteratorTag) _005fjspx_005ftagPool_005fs_005fiterator_005fvalue_005fstatus.get(org.apache.struts2.views.jsp.IteratorTag.class);
_jspx_th_s_005fiterator_005f0.setPageContext(_jspx_page_context);
_jspx_th_s_005fiterator_005f0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_s_005fform_005f0);
_jspx_th_s_005fiterator_005f0.setValue("scoresList");
_jspx_th_s_005fiterator_005f0.setStatus("rowstatus");
int _jspx_eval_s_005fiterator_005f0 = _jspx_th_s_005fiterator_005f0.doStartTag();
if (_jspx_eval_s_005fiterator_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
if (_jspx_eval_s_005fiterator_005f0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {
out = _jspx_page_context.pushBody();
_jspx_th_s_005fiterator_005f0.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out);
_jspx_th_s_005fiterator_005f0.doInitBody();
}
do {
out.write("\r\n");
out.write("\t\t\t\t\t\t\t\t\t<tr style=\"height: 8px\">\r\n");
out.write("\t\t\t\t\t\t\t\t\t\t<td\r\n");
out.write("\t\t\t\t\t\t\t\t\t\t\tstyle=\"overflow: hidden; text-overflow: ellipsis; white-space: nowrap\"\r\n");
out.write("\t\t\t\t\t\t\t\t\t\t\ttitle=\"");
if (_jspx_meth_s_005fproperty_005f0(_jspx_th_s_005fiterator_005f0, _jspx_page_context))
return;
out.write("\">\r\n");
out.write("\t\t\t\t\t\t\t\t\t\t\t");
if (_jspx_meth_s_005fproperty_005f1(_jspx_th_s_005fiterator_005f0, _jspx_page_context))
return;
out.write("\r\n");
out.write("\t\t\t\t\t\t\t\t\t\t</td>\r\n");
out.write("\t\t\t\t\t\t\t\t\t\t<td>\r\n");
out.write("\t\t\t\t\t\t\t\t\t\t\t");
if (_jspx_meth_s_005fproperty_005f2(_jspx_th_s_005fiterator_005f0, _jspx_page_context))
return;
out.write("\r\n");
out.write("\t\t\t\t\t\t\t\t\t\t</td>\r\n");
out.write("\t\t\t\t\t\t\t\t\t\t<td>\r\n");
out.write("\t\t\t\t\t\t\t\t\t\t\t");
if (_jspx_meth_s_005fproperty_005f3(_jspx_th_s_005fiterator_005f0, _jspx_page_context))
return;
out.write("\r\n");
out.write("\t\t\t\t\t\t\t\t\t\t</td>\r\n");
out.write("\t\t\t\t\t\t\t\t\t\t<td>\r\n");
out.write("\t\t\t\t\t\t\t\t\t\t\t");
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -