📄 admincenter.jsp
字号:
<%@ page contentType="text/html; charset=GBK" %>
<%@ include file="../common/include/taglibs.jsp" %>
<html:html>
<head>
<title><lybbs:web key="forumName"/> - <bean:message key="jsp.admincenter.title"/></title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="bookmark" href="favicon.ico" type="image/x-icon">
<%@ include file="../common/include/adminheader.jsp" %>
<script language="javascript">
function save_changes() {
document.the_form.process.value="true";
}
function preview_template() {
document.the_form.target="_blank";
document.the_form.process.value="preview template";
}
</script>
</head>
<body bgcolor="#555555" topmargin=5 leftmargin=5>
<table width=95% cellpadding=0 cellspacing=1 border=0 bgcolor=#000000 align=center>
<tr>
<td>
<table width=100% cellpadding=0 cellspacing=1 border=0>
<tr>
<td width=28% valign=top bgcolor=#FFFFFF>
<lybbs:typeLeftTag/>
</td>
<td width=70% valign=top bgcolor=#FFFFFF>
<table width=100% cellpadding=6 cellspacing=0 border=0>
<tr>
<td bgcolor=#333333">
<font color=#FFFFFF><b><bean:message key="jsp.admincenter.title.comment"/></b></font>
</td>
</tr>
<tr>
<td bgcolor=#EEEEEE valign=middle align=center>
<font color=#333333><b><bean:message key="jsp.userheader.welcome"/> <bean:write name="userBean" property="userName" scope="session"/></b></font>
</td>
</tr>
<tr>
<td bgcolor=#FFFFFF></td>
</tr>
<tr>
<td bgcolor=#FFFFFF valign=middle align=left>
<center><br><bean:message key="jsp.admincenter.servertime"/>: <b><bean:write name="currentTime"/></b><br></center>
<hr>
<p>
<b><bean:message key="jsp.admincenter.summary"/></b><br><br>
<br><bean:message key="common.lybbs.user.totalusernumber"/>: <bean:write name="lastStatusBean" property="totalAuthorNumber"/>
<br><bean:message key="common.lybbs.post.topicnumber"/>: <bean:write name="lastStatusBean" property="totalTopicNumber"/>
<br><bean:message key="common.lybbs.post.replynumber"/>: <bean:write name="lastStatusBean" property="totalReplyNumber"/><br><br>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -