📄 _login__jsp.java
字号:
pageContext.write(_jsp_string26, 0, _jsp_string26.length);
///////////////////////
// breadcrumb variables
// change these values to customize the look of your breadcrumb bar
// Colors
String loginBgcolor = "#999999";
String loginFgcolor = "#ffffff";
String loginHeaderColor = "#ccccdd";
pageContext.write(_jsp_string27, 0, _jsp_string27.length);
if( errors ) {
pageContext.write(_jsp_string28, 0, _jsp_string28.length);
out.print(( errorMessage ));
pageContext.write(_jsp_string29, 0, _jsp_string29.length);
}
pageContext.write(_jsp_string30, 0, _jsp_string30.length);
out.print(( (!errors)?request.getHeader("REFERER"):referringPage ));
pageContext.write(_jsp_string31, 0, _jsp_string31.length);
out.print(( loginBgcolor ));
pageContext.write(_jsp_string32, 0, _jsp_string32.length);
out.print(( loginFgcolor ));
pageContext.write(_jsp_string33, 0, _jsp_string33.length);
out.print(( (loginUsername!=null)?loginUsername:"" ));
pageContext.write(_jsp_string34, 0, _jsp_string34.length);
out.print(( (loginPassword!=null)?loginPassword:"" ));
pageContext.write(_jsp_string35, 0, _jsp_string35.length);
out.print(( loginHeaderColor ));
pageContext.write(_jsp_string36, 0, _jsp_string36.length);
/////////////////////
// page footer
pageContext.write(_jsp_string0, 0, _jsp_string0.length);
pageContext.write(_jsp_string0, 0, _jsp_string0.length);
/**
* $RCSfile: footer.jsp,v $
* $Revision: 1.3.2.1 $
* $Date: 2001/01/21 21:30:25 $
*/
pageContext.write(_jsp_string0, 0, _jsp_string0.length);
pageContext.write(_jsp_string37, 0, _jsp_string37.length);
} catch (java.lang.Throwable _jsp_e) {
pageContext.handlePageException(_jsp_e);
} finally {
JspFactory.getDefaultFactory().releasePageContext(pageContext);
}
}
private com.caucho.java.LineMap _caucho_line_map;
private java.util.ArrayList _caucho_depends = new java.util.ArrayList();
public boolean _caucho_isModified()
{
if (_caucho_isDead)
return true;
if (com.caucho.util.CauchoSystem.getVersionId() != 2057024146)
return true;
for (int i = _caucho_depends.size() - 1; i >= 0; i--) {
com.caucho.vfs.Depend depend;
depend = (com.caucho.vfs.Depend) _caucho_depends.get(i);
if (depend.isModified())
return true;
}
return false;
}
public long _caucho_lastModified()
{
return 0;
}
public com.caucho.java.LineMap _caucho_getLineMap()
{
return _caucho_line_map;
}
public void destroy()
{
_caucho_isDead = true;
super.destroy();
}
public void init(com.caucho.java.LineMap lineMap,
com.caucho.vfs.Path appDir)
throws javax.servlet.ServletException
{
com.caucho.vfs.Path resinHome = com.caucho.util.CauchoSystem.getResinHome();
com.caucho.vfs.MergePath mergePath = new com.caucho.vfs.MergePath();
mergePath.addMergePath(appDir);
mergePath.addMergePath(resinHome);
mergePath.addClassPath(getClass().getClassLoader());
_caucho_line_map = new com.caucho.java.LineMap("_login__jsp.java", "/forum/footer.jsp");
_caucho_line_map.add("/forum/login.jsp", 13, 1);
_caucho_line_map.add("/forum/header.jsp", 20, 1);
_caucho_line_map.add("/forum/breadcrumb.jsp", 20, 1);
_caucho_line_map.add("/forum/footer.jsp", 9, 1);
_caucho_line_map.add("/forum/header.jsp", 13, 16);
_caucho_line_map.add("/forum/breadcrumb.jsp", 11, 23);
_caucho_line_map.add("/forum/login.jsp", 1, 47);
_caucho_line_map.add(8, 55);
_caucho_line_map.add(13, 57);
_caucho_line_map.add(16, 58);
_caucho_line_map.add(31, 72);
_caucho_line_map.add(80, 122);
_caucho_line_map.add("/forum/header.jsp", 2, 123);
_caucho_line_map.add(13, 132);
_caucho_line_map.add(20, 133);
_caucho_line_map.add(116, 135);
_caucho_line_map.add(135, 155);
_caucho_line_map.add(136, 157);
_caucho_line_map.add(136, 159);
_caucho_line_map.add(136, 161);
_caucho_line_map.add(136, 163);
_caucho_line_map.add(136, 165);
_caucho_line_map.add(163, 167);
_caucho_line_map.add("D:\\resin-2.1.4\\doc\\forum\\login.jsp", 83, 169);
_caucho_line_map.add(93, 180);
_caucho_line_map.add("/forum/breadcrumb.jsp", 2, 181);
_caucho_line_map.add(9, 189);
_caucho_line_map.add(11, 190);
_caucho_line_map.add(20, 191);
_caucho_line_map.add(22, 194);
_caucho_line_map.add(33, 206);
_caucho_line_map.add(33, 208);
_caucho_line_map.add(39, 215);
_caucho_line_map.add(57, 234);
_caucho_line_map.add(58, 236);
_caucho_line_map.add(64, 240);
_caucho_line_map.add("D:\\resin-2.1.4\\doc\\forum\\login.jsp", 95, 242);
_caucho_line_map.add(108, 253);
_caucho_line_map.add(109, 255);
_caucho_line_map.add(110, 257);
_caucho_line_map.add(114, 259);
_caucho_line_map.add(118, 261);
_caucho_line_map.add(127, 265);
_caucho_line_map.add(136, 267);
_caucho_line_map.add(152, 269);
_caucho_line_map.add(181, 271);
_caucho_line_map.add(184, 275);
_caucho_line_map.add("/forum/footer.jsp", 2, 276);
_caucho_line_map.add(9, 284);
com.caucho.vfs.Depend depend;
depend = new com.caucho.vfs.Depend(mergePath.lookup("doc/forum/header.jsp"), 1023600214000L, 7050L);
_caucho_depends.add(depend);
depend = new com.caucho.vfs.Depend(mergePath.lookup("doc/forum/breadcrumb.jsp"), 1021857372000L, 1934L);
_caucho_depends.add(depend);
depend = new com.caucho.vfs.Depend(mergePath.lookup("doc/forum/footer.jsp"), 1023506594000L, 373L);
_caucho_depends.add(depend);
depend = new com.caucho.vfs.Depend(mergePath.lookup("doc/forum/login.jsp"), 1021858476000L, 4820L);
_caucho_depends.add(depend);
}
private static byte []_jsp_string36;
private static byte []_jsp_string35;
private static byte []_jsp_string22;
private static byte []_jsp_string18;
private static byte []_jsp_string30;
private static byte []_jsp_string2;
private static byte []_jsp_string28;
private static byte []_jsp_string20;
private static byte []_jsp_string0;
private static byte []_jsp_string13;
private static byte []_jsp_string14;
private static byte []_jsp_string19;
private static byte []_jsp_string9;
private static byte []_jsp_string3;
private static byte []_jsp_string4;
private static byte []_jsp_string27;
private static byte []_jsp_string34;
private static byte []_jsp_string37;
private static byte []_jsp_string6;
private static byte []_jsp_string32;
private static byte []_jsp_string23;
private static byte []_jsp_string12;
private static byte []_jsp_string17;
private static byte []_jsp_string8;
private static byte []_jsp_string5;
private static byte []_jsp_string31;
private static byte []_jsp_string29;
private static byte []_jsp_string25;
private static byte []_jsp_string15;
private static byte []_jsp_string16;
private static byte []_jsp_string11;
private static byte []_jsp_string33;
private static byte []_jsp_string7;
private static byte []_jsp_string10;
private static byte []_jsp_string26;
private static byte []_jsp_string21;
private static byte []_jsp_string1;
private static byte []_jsp_string24;
static {
try {
_jsp_string36 = "\">\r\n <td align=\"right\" colspan=\"2\"> \r\n <div align=\"center\">\r\n <input type=\"submit\" value=\"登录\">\r\n </div>\r\n </td>\r\n</tr>\r\n</table>\r\n</td>\r\n</table>\r\n\r\n</center>\r\n\r\n<p>\r\n\r\n<script language=\"JavaScript\" type=\"text/javascript\">\r\n<!--\r\n document.loginForm.username.focus();\r\n//-->\r\n</script>\r\n \r\n<center>\r\n<i>赶快加入啊! <a href=\"createAccount.jsp\">注册新用户</a>.</i>\r\n</center>\r\n \r\n</form>\r\n\r\n<p>\r\n\r\n".getBytes("GB2312");
_jsp_string35 = "\">\r\n </td>\r\n</tr>\r\n<tr>\r\n <td align=\"right\" width=\"50%\">\r\n <label for=\"cb01\">自动登录</label>\r\n </td>\r\n <td width=\"50%\">\r\n <input type=\"checkbox\" name=\"autoLogin\" id=\"cb01\">\r\n <span class=\"label\">\r\n (<a href=\"\" \r\n onclick=\"alert('警告: 这样将在您的本地硬盘上存储您的用户名和口令.');return false;\"\r\n ><b>?</b></a>)\r\n </span>\r\n </td>\r\n</tr>\r\n<tr bgcolor=\"".getBytes("GB2312");
_jsp_string22 = "\r\n 已登录:".getBytes("GB2312");
_jsp_string18 = "\r\n ".getBytes("GB2312");
_jsp_string30 = "\r\n\r\n<form action=\"login.jsp\" method=\"post\" name=\"loginForm\">\r\n<input type=\"hidden\" name=\"doLogin\" value=\"true\">\r\n<input type=\"hidden\" name=\"referer\" value=\"".getBytes("GB2312");
_jsp_string2 = "\r\n\r\n\r\n".getBytes("GB2312");
_jsp_string28 = "\r\n<h4><i>错误: ".getBytes("GB2312");
_jsp_string20 = "\r\n</td>\r\n".getBytes("GB2312");
_jsp_string0 = "\r\n".getBytes("GB2312");
_jsp_string13 = "\" width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"1\">\r\n<td><table bgcolor=\"".getBytes("GB2312");
_jsp_string14 = "\" width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"3\">\r\n<td width=\"99%\">\r\n".getBytes("GB2312");
_jsp_string19 = "\r\n \r\n".getBytes("GB2312");
_jsp_string9 = "\" height=\"".getBytes("GB2312");
_jsp_string3 = "\r\n<html>\r\n<head>\r\n <title>交通论坛</title>\r\n <link rel=\"stylesheet\" href=\"style/global.css\">\r\n</head>\r\n<STYLE>A.menuitem {\r\n COLOR: menutext; TEXT-DECORATION: none\r\n}\r\nA.menuitem:hover {\r\n COLOR: highlighttext; BACKGROUND-COLOR: highlight\r\n}\r\nDIV.contextmenu {\r\n BORDER-RIGHT: 2px outset; BORDER-TOP: 2px outset; Z-INDEX: 999; VISIBILITY: hidden; BORDER-LEFT: 2px outset; BORDER-BOTTOM: 2px outset; POSITION: absolute; BACKGROUND-COLOR: buttonface\r\n}\r\nA.:link {COLOR: #5C0015; TEXT-DECORATION: none}\r\nA.:visited {COLOR: #5C0015; TEXT-DECORATION: none}\r\nA.:active {COLOR: #ff0033; TEXT-DECORATION: none}\r\nA.:hover {COLOR: #ff0000; TEXT-DECORATION: none}\r\n</STYLE>\r\n<SCRIPT language=JavaScript>\r\nfunction Year_Month(){ \r\n var now = new Date(); \r\n var yy = now.getYear(); \r\n var mm = now.getMonth()+1; \r\n var cl = '<font color=\"#0000df\">'; \r\n if (now.getDay() == 0) cl = '<font color=\"#c00000\">'; \r\n if (now.getDay() == 6) cl = '<font color=\"#00c000\">'; \r\n return(cl + yy + '年' + mm + '月</font>'); }\r\n function Date_of_Today(){ \r\n var now = new Date(); \r\n var cl = '<font color=\"#ff0000\">'; \r\n if (now.getDay() == 0) cl = '<font color=\"#c00000\">'; \r\n if (now.getDay() == 6) cl = '<font color=\"#00c000\">'; \r\n return(cl + now.getDate() + '</font>'); }\r\n function Day_of_Today(){ \r\n var day = new Array(); \r\n day[0] = \"星期日\"; \r\n day[1] = \"星期一\"; \r\n day[2] = \"星期二\"; \r\n day[3] = \"星期三\"; \r\n day[4] = \"星期四\"; \r\n day[5] = \"星期五\"; \r\n day[6] = \"星期六\"; \r\n var now = new Date(); \r\n var cl = '<font color=\"#0000df\">'; \r\n if (now.getDay() == 0) cl = '<font color=\"#c00000\">'; \r\n if (now.getDay() == 6) cl = '<font color=\"#00c000\">'; \r\n return(cl + day[now.getDay()] + '</font>'); }\r\n function CurentTime(){ \r\n var now = new Date(); \r\n var hh = now.getHours(); \r\n var mm = now.getMinutes(); \r\n var ss = now.getTime() % 60000; \r\n ss = (ss - (ss % 1000)) / 1000; \r\n var clock = hh+':'; \r\n if (mm < 10) clock += '0'; \r\n clock += mm+':'; \r\n if (ss < 10) clock += '0'; \r\n clock += ss; \r\n return(clock); } \r\nfunction refreshCalendarClock(){ \r\ndocument.all.calendarClock1.innerHTML = Year_Month(); \r\ndocument.all.calendarClock2.innerHTML = Date_of_Today(); \r\ndocument.all.calendarClock3.innerHTML = Day_of_Today(); \r\ndocument.all.calendarClock4.innerHTML = CurentTime(); }\r\n\r\nfunction clock() {\r\n var webUrl = webUrl; \r\ndocument.write('<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td>'); \r\ndocument.write('<table id=\"CalendarClockFreeCode\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"60\" height=\"70\" ');\r\ndocument.write('style=\"position:absolute;visibility:hidden\" bgcolor=\"#eeeeee\">');\r\ndocument.write('<tr><td align=\"center\"><font ');\r\ndocument.write('style=\"cursor:hand;color:#ff0000;font-family:宋体;font-size:14pt;line-height:120%\" ');\r\nif (webUrl != 'netflower'){ \r\n document.write('</td></tr><tr><td align=\"center\"><font ');\r\n document.write('style=\"cursor:hand;color:#2000ff;font-family:宋体;font-size:9pt;line-height:110%\" ');\r\n} \r\ndocument.write('</td></tr></table>'); \r\ndocument.write('<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"61\" bgcolor=\"#C0C0C0\" height=\"60\">');\r\ndocument.write('<tr><td valign=\"top\" width=\"100%\" height=\"100%\">');\r\ndocument.write('<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" width=\"58\" bgcolor=\"#FEFEEF\" height=\"57\">');\r\ndocument.write('<tr><td align=\"center\" width=\"100%\" height=\"100%\" >');\r\ndocument.write('<font id=\"calendarClock1\" style=\"font-family:宋体;font-size:7pt;line-height:120%\"> </font><br>');\r\ndocument.write('<font id=\"calendarClock2\" style=\"color:#ff0000;font-family:Arial;font-size:14pt;line-height:120%\"> </font><br>');\r\ndocument.write('<font id=\"calendarClock3\" style=\"font-family:宋体;font-size:9pt;line-height:120%\"> </font><br>');\r\ndocument.write('<font id=\"calendarClock4\" style=\"color:#100080;font-family:宋体;font-size:8pt;line-height:120%\"><b> </b></font>');\r\ndocument.write('</td></tr></table>');\r\ndocument.write('</td></tr></table>'); \r\ndocument.write('</td></tr></table>'); \r\nsetInterval('refreshCalendarClock()',1000);\r\n}\r\n</SCRIPT>\r\n\r\n".getBytes("GB2312");
_jsp_string4 = "\r\n<body bgcolor=\"#FFFFFF\" text=\"#000000\" link=\"#0000FF\" vlink=\"#800080\" alink=\"#FF0000\" >\r\n".getBytes("GB2312");
_jsp_string27 = "\r\n\r\n<h2>登录</h2>\r\n\r\n".getBytes("GB2312");
_jsp_string34 = "\">\r\n </td>\r\n</tr>\r\n<tr>\r\n <td align=\"right\" width=\"50%\">\r\n 密码:\r\n </td>\r\n <td width=\"50%\">\r\n <input type=\"password\" name=\"password\" size=\"15\" maxlength=\"25\"\r\n value=\"".getBytes("GB2312");
_jsp_string37 = "\r\n\r\n<br>\r\n<hr size=\"0\">\r\n<center>\r\n <small> <font color=\"#999999\"> </font><font size=\"2\">----------版权所有:济南市交通局 山东大成软件有限公司制作发布---------- \r\n </font> </small> \r\n</center>\r\n</body>\r\n</html>\r\n\r\n\r\n\r\n\r\n\r\n".getBytes("GB2312");
_jsp_string6 = "\" cellspacing=\"0\" cellpadding=\"0\" width=\"750\" border=\"1\" align=\"center\" bordercolor=\"#000000\">\r\n <td width=\"1%\" bordercolor=\"#FFFFFF\" height=\"66\"><a href=\"".getBytes("GB2312");
_jsp_string32 = "\" cellpadding=\"1\" cellspacing=\"0\" border=\"0\" width=\"350\">\r\n<td>\r\n<table bgcolor=\"".getBytes("GB2312");
_jsp_string23 = " \r\n ".getBytes("GB2312");
_jsp_string12 = "</span>\r\n<p> \r\n\r\n\r\n\r\n".getBytes("GB2312");
_jsp_string17 = "</a>\r\n > \r\n".getBytes("GB2312");
_jsp_string8 = "\" width=\"".getBytes("GB2312");
_jsp_string5 = "\r\n<table bgcolor=\"".getBytes("GB2312");
_jsp_string31 = "\">\r\n\r\n<center>\r\n\r\n<table bgcolor=\"".getBytes("GB2312");
_jsp_string29 = "</i></h4>\r\n".getBytes("GB2312");
_jsp_string25 = "\r\n </td>\r\n</table></td></table>\r\n\r\n".getBytes("GB2312");
_jsp_string15 = "\r\n <a class=\"crumb\" href=\"".getBytes("GB2312");
_jsp_string16 = "\">".getBytes("GB2312");
_jsp_string11 = "\" border=\"0\"></a></td>\r\n <td width=\"98%\" align=\"center\" bordercolor=\"#FFFFFF\" height=\"66\"><object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0\" width=\"625\" height=\"60\">\r\n <param name=movie value=\"images/Movie1.swf\">\r\n <param name=quality value=high>\r\n <embed src=\"images/Movie1.swf\" quality=high pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"625\" height=\"60\">\r\n </embed> \r\n </object> </td>\r\n\r\n</table>\r\n<table width=\"750\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n <tr> \r\n <td height=\"15\">\r\n <table width=\"80%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n <tr> \r\n <td> \r\n <div align=\"center\"><font size=\"2\"><a href=\"/index.jsp\" >首页</a> \r\n |<a href=\"/news/news.jsp\" >新闻</a>\r\n |<a href=\"/service/service.jsp\" >交通服务</a>|<a href=\"/life/life.jsp\" >生活</a> \r\n | <a href=\"/bolan/bolan.jsp\" >交通博览</a>|<a href=\"/forum/forum.jsp\" >论坛</a> \r\n | <a href=\"/government/government.htm\" >政府网</a> | <a href=\"/bolan/56world/56world.jsp\" >物流天地</a>|<a href=\"/register/register.jsp\" >用户注册</a></font></div>\r\n </td>\r\n </tr>\r\n </table>\r\n \r\n </td>\r\n </tr>\r\n</table>\r\n<span class=\"headerText\">".getBytes("GB2312");
_jsp_string33 = "\" cellpadding=\"4\" cellspacing=\"0\" border=\"0\" width=\"100%\">\r\n<tr>\r\n <td align=\"right\" width=\"50%\">\r\n 用户名:\r\n </td>\r\n <td width=\"50%\">\r\n <input type=\"text\" name=\"username\" size=\"15\" maxlength=\"25\"\r\n value=\"".getBytes("GB2312");
_jsp_string7 = "\"><img src=\"".getBytes("GB2312");
_jsp_string10 = "\" alt=\"".getBytes("GB2312");
_jsp_string26 = "\r\n\r\n\r\n\r\n".getBytes("GB2312");
_jsp_string21 = "\r\n <td width=\"1%\" nowrap> \r\n ".getBytes("GB2312");
_jsp_string1 = "\r\n\r\n".getBytes("GB2312");
_jsp_string24 = "\r\n <i>未登录。<a href=\"login.jsp\">登录或注册新用户.</a></i> \r\n ".getBytes("GB2312");
} catch (java.io.UnsupportedEncodingException e) {
e.printStackTrace();
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -