📄 _editforum__jsp.java
字号:
pageContext.write(_jsp_string24, 0, _jsp_string24.length);
}
pageContext.write(_jsp_string25, 0, _jsp_string25.length);
}
pageContext.write(_jsp_string26, 0, _jsp_string26.length);
/////////////////////
// get an iterator of forums and display a list
forumIterator = forumFactory.forums();
if( !forumIterator.hasNext() ) {
pageContext.write(_jsp_string27, 0, _jsp_string27.length);
}
pageContext.write(_jsp_string10, 0, _jsp_string10.length);
out.flush();
return;
}
pageContext.write(_jsp_string10, 0, _jsp_string10.length);
/////////////////////
// at this point, we know there is a group to work with:
Forum forum = null;
try {
forum = forumFactory.getForum(forumID);
}
catch( ForumNotFoundException fnfe ) {
}
catch( UnauthorizedException ue ) {
}
String forumName = forum.getName();
String forumDescription = forum.getDescription();
pageContext.write(_jsp_string28, 0, _jsp_string28.length);
out.print(( forumName ));
pageContext.write(_jsp_string29, 0, _jsp_string29.length);
out.print(( forumID ));
pageContext.write(_jsp_string30, 0, _jsp_string30.length);
out.print(( forumName ));
pageContext.write(_jsp_string31, 0, _jsp_string31.length);
out.print(( forumDescription ));
pageContext.write(_jsp_string32, 0, _jsp_string32.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() != 2057024144)
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("_editforum__jsp.java", "e:\\jnjt\\admin\\forum\\editForum.jsp");
_caucho_line_map.add("/admin/forum/editForum.jsp", 10, 1);
_caucho_line_map.add("/admin/forum/forumChooser.jsp", 9, 1);
_caucho_line_map.add("/admin/forum/editForum.jsp", 2, 32);
_caucho_line_map.add(9, 40);
_caucho_line_map.add(15, 42);
_caucho_line_map.add(18, 51);
_caucho_line_map.add(105, 130);
_caucho_line_map.add(109, 135);
_caucho_line_map.add(111, 138);
_caucho_line_map.add("/admin/forum/include/pageTitle.jsp", 9, 141);
_caucho_line_map.add(14, 143);
_caucho_line_map.add(15, 145);
_caucho_line_map.add(16, 147);
_caucho_line_map.add(19, 151);
_caucho_line_map.add(24, 153);
_caucho_line_map.add("e:\\jnjt\\admin\\forum\\editForum.jsp", 114, 156);
_caucho_line_map.add(119, 162);
_caucho_line_map.add("/admin/forum/forumChooser.jsp", 2, 163);
_caucho_line_map.add(9, 171);
_caucho_line_map.add(19, 179);
_caucho_line_map.add(34, 193);
_caucho_line_map.add(37, 197);
_caucho_line_map.add(37, 199);
_caucho_line_map.add(38, 201);
_caucho_line_map.add(42, 204);
_caucho_line_map.add(54, 214);
_caucho_line_map.add("e:\\jnjt\\admin\\forum\\editForum.jsp", 120, 216);
_caucho_line_map.add(130, 227);
_caucho_line_map.add(134, 232);
_caucho_line_map.add(147, 246);
_caucho_line_map.add(152, 248);
_caucho_line_map.add(158, 252);
com.caucho.vfs.Depend depend;
depend = new com.caucho.vfs.Depend(mergePath.lookup("file:/e:/jnjt/admin/forum/include/pageTitle.jsp"), 989631934000L, 553L);
_caucho_depends.add(depend);
depend = new com.caucho.vfs.Depend(mergePath.lookup("file:/e:/jnjt/admin/forum/forumChooser.jsp"), 1029826727052L, 1443L);
_caucho_depends.add(depend);
depend = new com.caucho.vfs.Depend(mergePath.lookup("file:/e:/jnjt/admin/forum/editForum.jsp"), 1029900244117L, 4562L);
_caucho_depends.add(depend);
}
private static byte []_jsp_string2;
private static byte []_jsp_string11;
private static byte []_jsp_string30;
private static byte []_jsp_string15;
private static byte []_jsp_string6;
private static byte []_jsp_string7;
private static byte []_jsp_string23;
private static byte []_jsp_string3;
private static byte []_jsp_string22;
private static byte []_jsp_string18;
private static byte []_jsp_string0;
private static byte []_jsp_string9;
private static byte []_jsp_string20;
private static byte []_jsp_string31;
private static byte []_jsp_string14;
private static byte []_jsp_string13;
private static byte []_jsp_string21;
private static byte []_jsp_string27;
private static byte []_jsp_string16;
private static byte []_jsp_string4;
private static byte []_jsp_string28;
private static byte []_jsp_string12;
private static byte []_jsp_string32;
private static byte []_jsp_string8;
private static byte []_jsp_string10;
private static byte []_jsp_string19;
private static byte []_jsp_string17;
private static byte []_jsp_string24;
private static byte []_jsp_string25;
private static byte []_jsp_string29;
private static byte []_jsp_string1;
private static byte []_jsp_string26;
private static byte []_jsp_string5;
static {
try {
_jsp_string2 = "\r\n \r\n".getBytes("GB2312");
_jsp_string11 = "\r\n<body background=\"../images/background.gif\">\r\nNo forums! <br>\r\n Try <a href=\"createForum.jsp\">creating one</a>.\r\n".getBytes("GB2312");
_jsp_string30 = "\">\r\n 更改论坛名称:\r\n<input type=\"text\" name=\"forumName\" value=\"".getBytes("GB2312");
_jsp_string15 = "\r\n <form action=\"forumFilters.jsp\">\r\n ".getBytes("GB2312");
_jsp_string6 = "\r\n : \r\n ".getBytes("GB2312");
_jsp_string7 = "\r\n ".getBytes("GB2312");
_jsp_string23 = "\r\n <input type=\"submit\" value=\"使用过滤器工作...\">\r\n ".getBytes("GB2312");
_jsp_string3 = "\r\n\r\n<html>\r\n<head>\r\n <title></title>\r\n <link rel=\"stylesheet\" href=\"style/global.css\">\r\n</head>\r\n\r\n<body background=\"images/shadowBack.gif\" bgcolor=\"#ffffff\" text=\"#000000\" link=\"#0000ff\" vlink=\"#800080\" alink=\"#ff0000\">\r\n\r\n".getBytes("GB2312");
_jsp_string22 = "\r\n <input type=\"submit\" value=\"删除论坛...\">\r\n ".getBytes("GB2312");
_jsp_string18 = "\r\n <option value=\"".getBytes("GB2312");
_jsp_string0 = "\r\n".getBytes("GB2312");
_jsp_string9 = "\r\n\r\n\r\n\r\n\r\n\r\n<p> \r\n ".getBytes("GB2312");
_jsp_string20 = "\r\n </select>\r\n \r\n ".getBytes("GB2312");
_jsp_string31 = "\">\r\n \r\n \r\n <p> 更改描述:\r\n<textarea cols=\"30\" rows=\"5\" wrap=\"virtual\" name=\"forumDescription\">".getBytes("GB2312");
_jsp_string14 = "\r\n <form action=\"removeForum.jsp\">\r\n ".getBytes("GB2312");
_jsp_string13 = "\r\n <form action=\"editForum.jsp\">\r\n ".getBytes("GB2312");
_jsp_string21 = "\r\n <input type=\"submit\" value=\"属性修改...\">\r\n ".getBytes("GB2312");
_jsp_string27 = "\r\n 没有论坛! \r\n ".getBytes("GB2312");
_jsp_string16 = "\r\n <form action=\"forumContent.jsp\">\r\n ".getBytes("GB2312");
_jsp_string4 = "\r\n <table class=\"pageHeaderBg\" cellpadding=\"1\" cellspacing=\"0\" border=\"0\" width=\"100%\">\r\n <td><table class=\"pageHeaderFg\" cellpadding=\"3\" cellspacing=\"0\" border=\"0\" width=\"100%\">\r\n <td>\r\n <span class=\"pageTitle\">\r\n ".getBytes("GB2312");
_jsp_string28 = "\r\n 属性: ".getBytes("GB2312");
_jsp_string12 = "\r\n\r\n ".getBytes("GB2312");
_jsp_string32 = "</textarea>\r\n \r\n <p>\r\n \r\n <input type=\"submit\" value=\"更新\">\r\n</form>\r\n\r\n</body>\r\n</html>\r\n\r\n".getBytes("GB2312");
_jsp_string8 = "\r\n </span>\r\n </td>\r\n </table></td>\r\n </table>\r\n".getBytes("GB2312");
_jsp_string10 = "\r\n ".getBytes("GB2312");
_jsp_string19 = "\">".getBytes("GB2312");
_jsp_string17 = "\r\n \r\n <select name=\"forum\">\r\n ".getBytes("GB2312");
_jsp_string24 = "\r\n <input type=\"submit\" value=\"论坛内容\">\r\n ".getBytes("GB2312");
_jsp_string25 = "\r\n\r\n </form>\r\n \r\n".getBytes("GB2312");
_jsp_string29 = " \r\n<p>\r\n\r\n<form action=\"editForum.jsp\" method=\"post\">\r\n<input type=\"hidden\" name=\"doUpdate\" value=\"true\">\r\n<input type=\"hidden\" name=\"forum\" value=\"".getBytes("GB2312");
_jsp_string1 = "\r\n\r\n".getBytes("GB2312");
_jsp_string26 = "\r\n\r\n ".getBytes("GB2312");
_jsp_string5 = "\r\n ".getBytes("GB2312");
} catch (java.io.UnsupportedEncodingException e) {
e.printStackTrace();
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -