right_0005fmain_0002ejsp_jsp.java
来自「jsp技术 基于struts框架的新闻发布系统」· Java 代码 · 共 67 行
JAVA
67 行
package jsp.managerBack;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
public class right_0005fmain_0002ejsp_jsp extends HttpJspBase {
static {
}
public right_0005fmain_0002ejsp_jsp( ) {
}
private static boolean _jspx_inited = false;
public final void _jspx_init() throws org.apache.jasper.runtime.JspException {
}
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;
String _value = null;
try {
if (_jspx_inited == false) {
synchronized (this) {
if (_jspx_inited == false) {
_jspx_init();
_jspx_inited = true;
}
}
}
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html; charset=gb2312");
pageContext = _jspxFactory.getPageContext(this, request, response,
"", true, 8192, true);
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
// HTML // begin [file="/jsp/managerBack/right_main.jsp";from=(0,51);to=(86,0)]
out.write("\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n<html>\r\n<style type=\"text/css\">\r\n<!--\r\nbody {\r\n\tmargin-left: 0px;\r\n\tmargin-top: 0px;\r\n\tmargin-right: 0px;\r\n\tmargin-bottom: 0px;\r\n}\r\n.style1 {font-size: 18px}\r\n.style3 {color: #FFFFFF}\r\n-->\r\n</style><head>\r\n\r\n<title>manager_right</title>\r\n\r\n</head>\r\n<body>\r\n<table width=\"568\" height=\"419\" border=\"0\" cellpadding=\"2\" cellspacing=\"1\" bgcolor=\"#052754\">\r\n <tr>\r\n <td bgcolor=\"#FFFFFF\"><div align=\"center\" class=\"style1\">\r\n<span id=\"theText\" style=\"width:100%\">\r\n<h1 class=\"style3\">欢迎光临明日网络新闻中心</h1>\r\n</span>\r\n\r\n<script>\r\n<!--\r\nvar from = 1;\r\nvar to = 4;\r\nvar delay = 50; //闪的速度\r\nvar glowColor = \"#3C83B9\";//颜色\r\nvar i = to;\r\nvar j = 0;\r\ntextPulseDown();\r\n\r\nfunction textPulseUp()\r\n{\r\nif (!document.all)\r\nreturn\r\nif (i < to)\r\n{\r\ntheText.style.filter = \"Glow(Color=\" + glowColor + \", Strength=\" + i + \")\";\r\ni++;\r\ntheTimeout = setTimeout('textPulseUp()',delay);\r\nreturn 0;\r\n}\r\n\r\nif (i = to)\r\n{\r\ntheTimeout = setTimeout('textPulseDown()',delay);\r\nreturn 0;\r\n}\r\n\r\n\r\n}\r\n\r\nfunction textPulseDown()\r\n{\r\nif (!document.all)\r\nreturn\r\nif (i > from)\r\n{\r\ntheText.style.filter = \"Glow(Color=\" + glowColor + \", Strength=\" + i + \")\";\r\ni--;\r\ntheTimeout = setTimeout('textPulseDown()',delay);\r\nreturn 0;\r\n}\r\n\r\nif (i = from)\r\n{\r\ntheTimeout = setTimeout('textPulseUp()',delay);\r\nreturn 0;\r\n}\r\n}\r\n\r\n//-->\r\n</script>\r\n\r\n\r\n\t</div></td>\r\n </tr>\r\n</table>\r\n</body>\r\n</html>\r\n");
// end
} catch (Throwable t) {
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 + =
减小字号Ctrl + -
显示快捷键?