📄 sysnumstat.jsp
字号:
<%@ page contentType="text/html; charset=UTF-8" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<%@taglib uri="/WEB-INF/bbscs.tld" prefix="bbscs"%>
<bean:define id="pagesObj" name="pl" property="pages" scope="request" type="com.laoer.bbscs.service.web.Pages"/>
<bean:define id="snsList" name="pl" property="objectList" scope="request" type="java.util.List"/>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>社区统计</title>
<link href="css/css1.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
</head>
<body>
<table width="100%" border="0" cellpadding="5" cellspacing="0">
<tr>
<td width="30%" valign="top" class="bgColor3"><strong>社区管理</strong></td>
<td width="70%" valign="top" class="bgColor3">
<div align="right">
[<html:link action="/adminMain" target="_blank">后台管理</html:link>]
[<html:link action="/inCoverManage?action=inmanage&bid=0">封面管理</html:link>]
[<html:link action="/sysNumStat">社区统计</html:link>]
[<html:link action="/userShow?action=index">用户列表</html:link>]
[<html:link action="/in">返回进站页面</html:link>]
</div>
</td>
</tr>
</table>
<div> </div>
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td class="bgColor5"><table width="100%" border="0" cellpadding="5" cellspacing="1">
<tr>
<td colspan="7" class="bgColor3"><strong class="font1">社区统计</strong></td>
</tr>
<tr>
<td class="bgColor2"><div align="center">日期</div></td>
<td class="bgColor4"><div align="center">注册人数</div></td>
<td class="bgColor2"><div align="center">注册增加</div></td>
<td class="bgColor4"><div align="center">主题数</div></td>
<td class="bgColor2"><div align="center">主题增加</div></td>
<td class="bgColor4"><div align="center">帖子总数</div></td>
<td class="bgColor2"><div align="center">帖子总数增加</div></td>
</tr>
<logic:iterate id="stat" name="snsList" type="com.laoer.bbscs.bean.SysNumStat">
<tr>
<td class="bgColor2"><div align="center"><bean:write name="stat" property="recDate"/></div></td>
<td class="bgColor4"><div align="center"><bean:write name="stat" property="num0"/></div></td>
<td class="bgColor2"><div align="center"><bean:write name="stat" property="numInc0"/></div></td>
<td class="bgColor4"><div align="center"><bean:write name="stat" property="num1"/></div></td>
<td class="bgColor2"><div align="center"><bean:write name="stat" property="numInc1"/></div></td>
<td class="bgColor4"><div align="center"><bean:write name="stat" property="num2"/></div></td>
<td class="bgColor2"><div align="center"><bean:write name="stat" property="numInc2"/></div></td>
</tr>
</logic:iterate>
<tr>
<td colspan="7" class="bgColor3">[分页: <bbscs:pages name="pagesObj"/>]</td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -