📄 _index__jsp.java
字号:
out.print("</ul>");
out.print("</li>");
}
if (headv.size()>0)
out.print("</ul>");
out.print("</li>");
// \u6700\u540e\u4e00\u9879\u4e0d\u5199\u5206\u9694\u7ebf
if (headCt!=lastpos) {
if (menuleaf.getType()==com.redmoon.forum.ui.menu.Leaf.TYPE_PRESET && menuItem.equals(""))
;
else
out.print("<li class='menuDiv'></li>");
}
// \u5728\u5012\u6570\u7b2c\u4e8c\u9879\u5199\u63d2\u4ef6\u7684\u83dc\u5355\u9879
if (headCt==navpos) {
com.redmoon.forum.plugin.PluginMgr headerPm = new com.redmoon.forum.plugin.PluginMgr();
Iterator irHeaderPlugin = headerPm.getAllPlugin().iterator();
while (irHeaderPlugin.hasNext()) {
com.redmoon.forum.plugin.PluginUnit pu = (com.redmoon.forum.plugin.PluginUnit)irHeaderPlugin.next();
com.redmoon.forum.plugin.base.IPluginUI ipu = pu.getUI(request, response, out);
com.redmoon.forum.plugin.base.IPluginViewCommon pvc = ipu.getViewCommon();
if (pvc!=null) {
String hnavstr = pvc.render(com.redmoon.forum.plugin.base.IPluginViewCommon.POS_NAV_BAR);
if (!hnavstr.equals("")) {
out.print("<li>" + hnavstr + "</li>");
out.print("<li class='menuDiv'></li>");
}
}
}
}
headCt++;
}
out.write(_jsp_string32, 0, _jsp_string32.length);
if (cfg.getBooleanProperty("forum.isTag")) {
out.write(_jsp_string33, 0, _jsp_string33.length);
out.print((skin.getTableBorderClr()));
out.write(_jsp_string34, 0, _jsp_string34.length);
if (_jsp_LabelTag_0 == null) {
_jsp_LabelTag_0 = new com.redmoon.forum.ui.LabelTag();
_jsp_LabelTag_0.setPageContext(pageContext);
_jsp_LabelTag_0.setParent((javax.servlet.jsp.tagext.Tag) null);
}
_jsp_LabelTag_0.setRes("res.label.forum.index");
_jsp_LabelTag_0.setKey("tag_hot");
_jsp_LabelTag_0.doEndTag();
out.write(_jsp_string35, 0, _jsp_string35.length);
TagDb td = new TagDb();
boolean tagOnlySystemAllowed = cfg.getBooleanProperty("forum.tagOnlySystemAllowed");
String sqlListTag;
if (tagOnlySystemAllowed) {
sqlListTag = td.getTable().getSql("listSystem");
}
else {
sqlListTag = td.getTable().getQueryList();
}
QObjectBlockIterator qbi = td.getQObjects(sqlListTag, 0, 20);
while (qbi.hasNext()) {
td = (TagDb)qbi.next();
out.write(_jsp_string36, 0, _jsp_string36.length);
out.print((td.getLong("id")));
out.write(_jsp_string37, 0, _jsp_string37.length);
out.print((td.getString("name")));
out.write(_jsp_string38, 0, _jsp_string38.length);
out.print((td.getInt("count")));
out.write(_jsp_string39, 0, _jsp_string39.length);
}
out.write(_jsp_string40, 0, _jsp_string40.length);
}
out.write(_jsp_string1, 0, _jsp_string1.length);
if (_jsp_AdTag_1 == null) {
_jsp_AdTag_1 = new com.redmoon.forum.ad.AdTag();
_jsp_AdTag_1.setPageContext(pageContext);
_jsp_AdTag_1.setParent((javax.servlet.jsp.tagext.Tag) null);
}
_jsp_AdTag_1.setType(AdDb.TYPE_TEXT);
_jsp_AdTag_1.setBoardCode(Leaf.CODE_ROOT);
_jsp_AdTag_1.doEndTag();
out.write(_jsp_string1, 0, _jsp_string1.length);
if (_jsp_AdTag_1 == null) {
_jsp_AdTag_1 = new com.redmoon.forum.ad.AdTag();
_jsp_AdTag_1.setPageContext(pageContext);
_jsp_AdTag_1.setParent((javax.servlet.jsp.tagext.Tag) null);
}
_jsp_AdTag_1.setType(AdDb.TYPE_FLOAT);
_jsp_AdTag_1.setBoardCode(Leaf.CODE_ROOT);
_jsp_AdTag_1.doEndTag();
out.write(_jsp_string1, 0, _jsp_string1.length);
if (_jsp_AdTag_1 == null) {
_jsp_AdTag_1 = new com.redmoon.forum.ad.AdTag();
_jsp_AdTag_1.setPageContext(pageContext);
_jsp_AdTag_1.setParent((javax.servlet.jsp.tagext.Tag) null);
}
_jsp_AdTag_1.setType(AdDb.TYPE_COUPLE);
_jsp_AdTag_1.setBoardCode(Leaf.CODE_ROOT);
_jsp_AdTag_1.doEndTag();
out.write(_jsp_string41, 0, _jsp_string41.length);
out.print((skin.getTableBorderClr()));
out.write(_jsp_string42, 0, _jsp_string42.length);
int msgCount = 0;
if (!privilege1.isUserLogin(request)) {
out.write(_jsp_string43, 0, _jsp_string43.length);
String appName = Global.AppName;
if (appName.endsWith("CWBBS")) {
appName = appName.substring(0, appName.indexOf(" - Powered by CWBBS"));
}
out.write(_jsp_string44, 0, _jsp_string44.length);
if (_jsp_LabelTag_0 == null) {
_jsp_LabelTag_0 = new com.redmoon.forum.ui.LabelTag();
_jsp_LabelTag_0.setPageContext(pageContext);
_jsp_LabelTag_0.setParent((javax.servlet.jsp.tagext.Tag) null);
}
_jsp_LabelTag_0.setRes("res.label.forum.index");
_jsp_LabelTag_0.setKey("welcome");
_jsp_LabelTag_0.doEndTag();
out.print((appName));
if (_jsp_LabelTag_0 == null) {
_jsp_LabelTag_0 = new com.redmoon.forum.ui.LabelTag();
_jsp_LabelTag_0.setPageContext(pageContext);
_jsp_LabelTag_0.setParent((javax.servlet.jsp.tagext.Tag) null);
}
_jsp_LabelTag_0.setRes("res.label.forum.index");
_jsp_LabelTag_0.setKey("need_regist");
_jsp_LabelTag_0.doEndTag();
out.write(_jsp_string45, 0, _jsp_string45.length);
if (_jsp_LabelTag_0 == null) {
_jsp_LabelTag_0 = new com.redmoon.forum.ui.LabelTag();
_jsp_LabelTag_0.setPageContext(pageContext);
_jsp_LabelTag_0.setParent((javax.servlet.jsp.tagext.Tag) null);
}
_jsp_LabelTag_0.setRes("res.label.forum.index");
_jsp_LabelTag_0.setKey("username");
_jsp_LabelTag_0.doEndTag();
out.write(_jsp_string46, 0, _jsp_string46.length);
if (cfg.getBooleanProperty("forum.loginUseValidateCode")) {
out.write(_jsp_string47, 0, _jsp_string47.length);
if (_jsp_LabelTag_0 == null) {
_jsp_LabelTag_0 = new com.redmoon.forum.ui.LabelTag();
_jsp_LabelTag_0.setPageContext(pageContext);
_jsp_LabelTag_0.setParent((javax.servlet.jsp.tagext.Tag) null);
}
_jsp_LabelTag_0.setRes("res.label.forum.index");
_jsp_LabelTag_0.setKey("validate_code");
_jsp_LabelTag_0.doEndTag();
out.write(_jsp_string48, 0, _jsp_string48.length);
if (_jsp_LabelTag_0 == null) {
_jsp_LabelTag_0 = new com.redmoon.forum.ui.LabelTag();
_jsp_LabelTag_0.setPageContext(pageContext);
_jsp_LabelTag_0.setParent((javax.servlet.jsp.tagext.Tag) null);
}
_jsp_LabelTag_0.setRes("res.label.forum.index");
_jsp_LabelTag_0.setKey("refresh_validatecode");
_jsp_LabelTag_0.doEndTag();
out.write(_jsp_string49, 0, _jsp_string49.length);
}
out.write(_jsp_string50, 0, _jsp_string50.length);
if (_jsp_LabelTag_0 == null) {
_jsp_LabelTag_0 = new com.redmoon.forum.ui.LabelTag();
_jsp_LabelTag_0.setPageContext(pageContext);
_jsp_LabelTag_0.setParent((javax.servlet.jsp.tagext.Tag) null);
}
_jsp_LabelTag_0.setRes("res.label.forum.index");
_jsp_LabelTag_0.setKey("pwd");
_jsp_LabelTag_0.doEndTag();
out.write(_jsp_string51, 0, _jsp_string51.length);
if (_jsp_LabelTag_0 == null) {
_jsp_LabelTag_0 = new com.redmoon.forum.ui.LabelTag();
_jsp_LabelTag_0.setPageContext(pageContext);
_jsp_LabelTag_0.setParent((javax.servlet.jsp.tagext.Tag) null);
}
_jsp_LabelTag_0.setRes("res.label.forum.index");
_jsp_LabelTag_0.setKey("todayis");
_jsp_LabelTag_0.doEndTag();
out.write(_jsp_string52, 0, _jsp_string52.length);
if (_jsp_LabelTag_0 == null) {
_jsp_LabelTag_0 = new com.redmoon.forum.ui.LabelTag();
_jsp_LabelTag_0.setPageContext(pageContext);
_jsp_LabelTag_0.setParent((javax.servlet.jsp.tagext.Tag) null);
}
_jsp_LabelTag_0.setRes("res.label.forum.index");
_jsp_LabelTag_0.setKey("Sunday");
_jsp_LabelTag_0.doEndTag();
out.write(_jsp_string53, 0, _jsp_string53.length);
if (_jsp_LabelTag_0 == null) {
_jsp_LabelTag_0 = new com.redmoon.forum.ui.LabelTag();
_jsp_LabelTag_0.setPageContext(pageContext);
_jsp_LabelTag_0.setParent((javax.servlet.jsp.tagext.Tag) null);
}
_jsp_LabelTag_0.setRes("res.label.forum.index");
_jsp_LabelTag_0.setKey("Monday");
_jsp_LabelTag_0.doEndTag();
out.write(_jsp_string53, 0, _jsp_string53.length);
if (_jsp_LabelTag_0 == null) {
_jsp_LabelTag_0 = new com.redmoon.forum.ui.LabelTag();
_jsp_LabelTag_0.setPageContext(pageContext);
_jsp_LabelTag_0.setParent((javax.servlet.jsp.tagext.Tag) null);
}
_jsp_LabelTag_0.setRes("res.label.forum.index");
_jsp_LabelTag_0.setKey("Tursday");
_jsp_LabelTag_0.doEndTag();
out.write(_jsp_string53, 0, _jsp_string53.length);
if (_jsp_LabelTag_0 == null) {
_jsp_LabelTag_0 = new com.redmoon.forum.ui.LabelTag();
_jsp_LabelTag_0.setPageContext(pageContext);
_jsp_LabelTag_0.setParent((javax.servlet.jsp.tagext.Tag) null);
}
_jsp_LabelTag_0.setRes("res.label.forum.index");
_jsp_LabelTag_0.setKey("Wensday");
_jsp_LabelTag_0.doEndTag();
out.write(_jsp_string53, 0, _jsp_string53.length);
if (_jsp_LabelTag_0 == null) {
_jsp_LabelTag_0 = new com.redmoon.forum.ui.LabelTag();
_jsp_LabelTag_0.setPageContext(pageContext);
_jsp_LabelTag_0.setParent((javax.servlet.jsp.tagext.Tag) null);
}
_jsp_LabelTag_0.setRes("res.label.forum.index");
_jsp_LabelTag_0.setKey("Thursday");
_jsp_LabelTag_0.doEndTag();
out.write(_jsp_string53, 0, _jsp_string53.length);
if (_jsp_LabelTag_0 == null) {
_jsp_LabelTag_0 = new com.redmoon.forum.ui.LabelTag();
_jsp_LabelTag_0.setPageContext(pageContext);
_jsp_LabelTag_0.setParent((javax.servlet.jsp.tagext.Tag) null);
}
_jsp_LabelTag_0.setRes("res.label.forum.index");
_jsp_LabelTag_0.setKey("Friday");
_jsp_LabelTag_0.doEndTag();
out.write(_jsp_string53, 0, _jsp_string53.length);
if (_jsp_LabelTag_0 == null) {
_jsp_LabelTag_0 = new com.redmoon.forum.ui.LabelTag();
_jsp_LabelTag_0.setPageContext(pageContext);
_jsp_LabelTag_0.setParent((javax.servlet.jsp.tagext.Tag) null);
}
_jsp_LabelTag_0.setRes("res.label.forum.index");
_jsp_LabelTag_0.setKey("Saturday");
_jsp_LabelTag_0.doEndTag();
out.write(_jsp_string54, 0, _jsp_string54.length);
if (_jsp_LabelTag_0 == null) {
_jsp_LabelTag_0 = new com.redmoon.forum.ui.LabelTag();
_jsp_LabelTag_0.setPageContext(pageContext);
_jsp_LabelTag_0.setParent((javax.servlet.jsp.tagext.Tag) null);
}
_jsp_LabelTag_0.setRes("res.label.forum.index");
_jsp_LabelTag_0.setKey("year");
_jsp_LabelTag_0.doEndTag();
out.write(_jsp_string55, 0, _jsp_string55.length);
if (_jsp_LabelTag_0 == null) {
_jsp_LabelTag_0 = new com.redmoon.forum.ui.LabelTag();
_jsp_LabelTag_0.setPageContext(pageContext);
_jsp_LabelTag_0.setParent((javax.servlet.jsp.tagext.Tag) null);
}
_jsp_LabelTag_0.setRes("res.label.forum.index");
_jsp_LabelTag_0.setKey("month");
_jsp_LabelTag_0.doEndTag();
out.write(_jsp_string56, 0, _jsp_string56.length);
if (_jsp_LabelTag_0 == null) {
_jsp_LabelTag_0 = new com.redmoon.forum.ui.LabelTag();
_jsp_LabelTag_0.setPageContext(pageContext);
_jsp_LabelTag_0.setParent((javax.servlet.jsp.tagext.Tag) null);
}
_jsp_LabelTag_0.setRes("res.label.forum.index");
_jsp_LabelTag_0.setKey("day");
_jsp_LabelTag_0.doEndTag();
out.write(_jsp_string57, 0, _jsp_string57.length);
if (_jsp_LabelTag_0 == null) {
_jsp_LabelTag_0 = new com.redmoon.forum.ui.LabelTag();
_jsp_LabelTag_0.setPageContext(pageContext);
_jsp_LabelTag_0.setParent((javax.servlet.jsp.tagext.Tag) null);
}
_jsp_LabelTag_0.setRes("res.label.forum.index");
_jsp_LabelTag_0.setKey("login_type");
_jsp_LabelTag_0.doEndTag();
out.write(_jsp_string58, 0, _jsp_string58.length);
if (_jsp_LabelTag_0 == null) {
_jsp_LabelTag_0 = new com.redmoon.forum.ui.LabelTag();
_jsp_LabelTag_0.setPageContext(pageContext);
_jsp_LabelTag_0.setParent((javax.servlet.jsp.tagext.Tag) null);
}
_jsp_LabelTag_0.setRes("res.label.forum.index");
_jsp_LabelTag_0.setKey("login_not_hide");
_jsp_LabelTag_0.doEndTag();
out.write(_jsp_string59, 0, _jsp_string59.length);
if (_jsp_LabelTag_0 == null) {
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -