📄 admin_html.jsp
字号:
<%@ page contentType="text/html;charset=GBK"%>
<%@ include file="INC/const.jsp"%>
<%@ page import = "java.util.Vector,
com.bcxy.bbs.forum.admin.*"%>
<title><%=forumName%>--管理页面</title>
<link rel="stylesheet" type="text/css" href="forum.css">
<BODY bgcolor="#ffffff" alink="#333333" vlink="#333333" link="#333333" topmargin="20">
<%
try{
if(session.getAttribute("adminFlag")==null)
throw new Exception("本页面为管理员专用,请<a href=elogin.jsp>登陆管理</a>后进入。");
String action=ParamUtil.getString(request,"action");
%>
<table cellpadding=0 cellspacing=0 border=0 width=<%=tableWidth%> bgcolor=<%=tableBackColor%> align=center>
<tr>
<td>
<table cellpadding=3 cellspacing=1 border=0 width=100%>
<tr bgcolor='<%=tableTitleColor%>'>
<td align=center colspan="2">欢迎<b><%=session.getAttribute("adminName")%></b>进入管理页面
</td>
</tr>
<tr bgcolor=<%=tableBodyColor%>>
<td width="20%" valign=top>
<%@include file="admin_left.jsp"%>
</td>
<td width="80%" valign=top><p>
<table width="100%" border="0" cellspacing="3" cellpadding="0">
<tr>
<td >
<p></p><p></p>
<p><b>生成文字版论坛</b>:<br>
注意:使用此功能请先设置/WEB-INF/classes目录中配置文件systemconfig.properties的realpath属性。</p>
<p>默认生成到/bbs/html/目录中。</p>
<p>生成静态页面需要一定的时间,所以点击按钮后请等待弹出窗口显示完成信息!</p>
<p></p><p></p>
</td>
</tr>
<tr>
<td>
<input type="button" name="button" value="更新" onclick=window.open("admin_html_act.jsp","","status=no,toolbar=no,width=200,height=100,titlebar=no,menubar=no,scrollbars=no,resizable=no");>
</td>
</tr>
</p></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<%
}
catch(Exception e){
String errMsg=e.getMessage();
%>
<%@include file="INC/error.jsp"%>
<%
}%>
<%@ include file="foot.jsp"%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -