📄 dms_0002fskin_0002ftop_0002ejsp_jsp.java
字号:
package DMS.skin;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
public class DMS_0002fskin_0002ftop_0002ejsp_jsp extends HttpJspBase {
static {
}
public DMS_0002fskin_0002ftop_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=big5");
pageContext = _jspxFactory.getPageContext(this, request, response,
"", true, 8192, true);
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
// HTML // begin [file="/DMS/skin/top.jsp";from=(0,49);to=(76,0)]
out.write("\r\n<html>\r\n<head>\r\n<title>top</title>\r\n<META http-equiv=Content-Type content=\"text/html; charset=big5\">\r\n<link href=\"css/style.css\" rel=\"stylesheet\" type=\"text/css\">\r\n<script language=\"javascript\">\r\nfunction change_h(t){\r\nif (t==1)\r\nparent.document.all(\"index_h\").height=\"200%\";\r\nelse\r\nparent.document.all(\"index_h\").height=\"120%\";\r\n}\r\n</script>\r\n</head>\r\n\r\n<body leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">\r\n<TABLE height=110 cellSpacing=0 cellPadding=0 width=\"100%\" \r\n background=images/app_bg.gif border=0>\r\n <TR height=85> \r\n <TD width=400 height=85 vAlign=top> <P><img src=\"images/app.gif\" width=\"384\" height=\"82\"></P></TD>\r\n <TD height=85 align=right noWrap> \r\n <TABLE border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <TR> \r\n <TD rowspan=\"2\"><IMG height=52 hspace=5 \r\n src=\"images/data.gif\" width=36></TD>\r\n <TD rowspan=\"2\"> <TABLE>\r\n <TR> \r\n <TD align=\"right\" noWrap class=\"loginfo\">使用者帳號:</TD>\r\n <TD nowrap class=\"loginfo\"><font color=\"#FFFFFF\">coon</font></TD>\r\n </TR>\r\n <TR> \r\n <TD align=\"right\" class=\"loginfo\" noWrap>姓名: </TD>\r\n <TD nowrap class=\"loginfo\"><font color=\"#FFFFFF\">小聶</font></TD>\r\n </TR>\r\n <TR> \r\n <TD align=\"right\" class=\"loginfo\" noWrap>上下班刷卡時間: </TD>\r\n <TD noWrap class=\"loginfo\"><font color=\"#FFFFFF\">3:00</font></TD>\r\n </TR>\r\n </TABLE></TD>\r\n <TD valign=\"top\"><img src=\"images/aii.gif\" width=\"70\" height=\"36\"></TD>\r\n <TD rowspan=\"2\" valign=\"top\"> </TD>\r\n </TR>\r\n <TR> \r\n <TD valign=\"top\"><a href=\"login.jsp\" target=\"_parent\"><img src=\"images/logout.gif\" width=\"70\" height=\"36\" border=\"0\"></a></TD>\r\n </TR>\r\n </TABLE></TD>\r\n </TR>\r\n <TR height=25> \r\n <TD vAlign=buttom width=\"100%\" colSpan=2 height=25>\r\n\t<TABLE height=25 cellSpacing=0 cellPadding=0>\r\n <TBODY>\r\n <TR> \r\n <TD noWrap> </TD>\r\n <TD id=\"first\" align=middle vAlign=center noWrap \r\n background=images/tab_selected.gif><a onfocus=\"this.blur();\" href=\"main.jsp\" target=\"xz_main\"><img src=\"images/01.gif\" border=\"0\" onClick=\"gwgl.background='images/tab_unselected.gif';first.background='images/tab_selected.gif';change_h(0)\"></a></TD>\r\n <TD align=middle vAlign=center noWrap \r\n background=images/tab_unselected.gif><img src=\"images/02.gif\" ></TD>\r\n <TD align=middle vAlign=center noWrap \r\n background=images/tab_unselected.gif><img src=\"images/03.gif\" ></TD>\r\n <TD align=middle vAlign=center noWrap \r\n background=images/tab_unselected.gif><img src=\"images/04.gif\" ></TD>\r\n <TD align=middle vAlign=center noWrap \r\n background=images/tab_unselected.gif><img src=\"images/05.gif\" ></TD>\r\n <TD align=middle vAlign=center noWrap \r\n background=images/tab_unselected.gif><img src=\"images/06.gif\"></TD>\r\n <TD id=\"gwgl\" align=middle vAlign=center noWrap \r\n background=images/tab_unselected.gif><a onfocus=\"this.blur();\" href=\"system.jsp\" target=\"xz_main\"><img src=\"images/07.gif\" border=\"0\" onClick=\"gwgl.background='images/tab_selected.gif';first.background='images/tab_unselected.gif';change_h(1)\"></a></TD>\r\n <TD> </TD>\r\n </TR>\r\n </TBODY>\r\n </TABLE></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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -