📄 seriveclient_jsp.java
字号:
package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
import com.domain.UserForm;
import com.tool.Chinese;
public class seriveClient_jsp extends HttpJspBase {
private static java.util.Vector _jspx_includes;
public java.util.List getIncludes() {
return _jspx_includes;
}
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=gb2312");
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");
java.util.Date date=new java.util.Date();
out.write("\r\n");
out.write("\r\n");
out.write("\r\n");
UserForm form=(UserForm)session.getAttribute("form");
out.write("\r\n");
session.setAttribute("form",form);
out.write("\r\n");
session.setMaxInactiveInterval(3600);
out.write("\r\n");
out.write("<html>\r\n");
out.write("<head>\r\n");
out.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n");
out.write("<title>客户服务");
out.write("</title>\r\n");
out.write("<style type=\"text/css\">\r\n");
out.write("<!--\r\nbody {\r\n\tbackground-color: #000000;\r\n\tmargin-top: 0px;\r\n\tmargin-right: 0px;\r\n}\r\na{\r\nfont-size:12px;\r\ncolor:#336699;}\r\na:hover{\r\nfont-size:12px;\r\ncolor:#990000;}\r\n.style5 {font-size: 24px}\r\n.style8 {\r\n\tfont-size: 19px;\r\n\tfont-weight: bold;\r\n\tcolor: #FE5A01;\r\n}\r\n-->\r\n");
out.write("</style>");
out.write("</head>\r\n\r\n");
out.write("<body>\r\n");
out.write("<div align=\"right\">\r\n");
out.write("<table width=\"199\" height=\"500\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n ");
out.write("<tr>\r\n ");
out.write("<td width=\"199\" height=\"97\" align=\"center\" valign=\"middle\" background=\"images/clientbar.jpg\" class=\"style5\">");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
if(Integer.parseInt(form.getMenu_khfw())==0){
out.write("\r\n ");
out.write("<tr>\r\n ");
out.write("<td width=\"199\" height=\"37\" align=\"center\" background=\"images/cbar.jpg\">客户反馈 ");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("<tr>\r\n ");
out.write("<td width=\"199\" height=\"37\" align=\"center\" background=\"images/cbar.jpg\">客户投诉 ");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("<tr>\r\n ");
out.write("<td width=\"199\" height=\"37\" align=\"center\" background=\"images/cbar.jpg\"> 客户反馈满意度分析");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("<tr>\r\n ");
out.write("<td width=\"199\" height=\"37\" align=\"center\" background=\"images/cbar.jpg\"> 客户投诉满意度分析");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
}else{
out.write("\r\n ");
out.write("<tr>\r\n ");
out.write("<td width=\"199\" height=\"37\" align=\"center\" background=\"images/cbar.jpg\">");
out.write("<a href=\"../../skhfkSelect.do\" target=\"main\">客户反馈");
out.write("</a> ");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("<tr>\r\n ");
out.write("<td width=\"199\" height=\"37\" align=\"center\" background=\"images/cbar.jpg\">");
out.write("<a href=\"../../khtsSelect.do\" target=\"main\">客户投诉");
out.write("</a> ");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("<tr>\r\n ");
out.write("<td width=\"199\" height=\"37\" align=\"center\" background=\"images/cbar.jpg\"> ");
out.write("<a href=\"../../skhfkMydShow.do\" target=\"main\">客户反馈满意度分析");
out.write("</a>");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("<tr>\r\n ");
out.write("<td width=\"199\" height=\"37\" align=\"center\" background=\"images/cbar.jpg\"> ");
out.write("<a href=\"#\">客户投诉满意度分析");
out.write("</a>");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
}
out.write("\r\n ");
out.write("<tr>\r\n ");
out.write("<td align=\"left\" valign=\"top\" bgcolor=\"#F7F7F7\">");
out.write("<p>");
out.write("</p>");
out.write("</td>\r\n ");
out.write("</tr>\r\n");
out.write("</table>\r\n");
out.write("</div>\r\n");
out.write("</body>\r\n");
out.write("</html>\r\n");
} catch (Throwable t) {
out = _jspx_out;
if (out != null && out.getBufferSize() != 0)
out.clearBuffer();
if (pageContext != null) pageContext.handlePageException(t);
} finally {
if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -