⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 adminstat.jsp

📁 LyBBS基于Struts1.3/Ajax的架构
💻 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" %>
<%
String forumIDStr=((net.lybbs.stat.form.StatForm)request.getAttribute("statForm")).getForumIDStr();
%>
</head>
<body bgcolor="#555555" topmargin=5 leftmargin=5>
<table width=98% cellpadding=0 cellspacing=1 border=0 bgcolor=#000000 align=center>
 <tr>
  <td>
  <table width=100% cellpadding=0 cellspacing=1 border=0>
   <tr>
    <td valign=top bgcolor=#FFFFFF>
    <lybbs:typeLeftTag/>
  </td>
  <td width=78% valign=top bgcolor=#FFFFFF>
   <table width=100% cellpadding=6 cellspacing=0 border=0>
    <html:form action="bbs_adminStatManager.do" method="post">
    <input type=hidden name="checkAction" value="yes">
    <input type=hidden name="action" value="<bean:write name="action"/>">
    <input type=hidden name="sessionToken" value="<%=ParameterUtils.getString(request,"sessionToken")%>">
    <tr>
     <td bgcolor="#333333">
      <font color=#FFFFFF><b><bean:message key="jsp.admincenter.stat.stat"/></b></font>
     </td>
    </tr>
    <tr>
     <td bgcolor="#EEEEEE">
       <bean:message key="jsp.admincenter.stat.statcomment"/>
     </td>
    </tr>
    <tr>
     <td bgcolor="#FFFFFF">
      From:&nbsp;
      <html:select property="fromYear">
       <html:option value="2002">2002</html:option>
       <html:option value="2003">2003</html:option>
       <html:option value="2004">2004</html:option>
       <html:option value="2005">2005</html:option>
       <html:option value="2006">2006</html:option>
       <html:option value="2007">2007</html:option>
       <html:option value="2008">2008</html:option>
       <html:option value="2009">2009</html:option>
       <html:option value="2010">2010</html:option>
       <html:option value="2011">2011</html:option>
       <html:option value="2012">2012</html:option>
       <html:option value="2013">2013</html:option>
       <html:option value="2014">2014</html:option>
       <html:option value="2015">2015</html:option>
       <html:option value="2016">2016</html:option>
       <html:option value="2017">2017</html:option>
       <html:option value="2018">2018</html:option>
       <html:option value="2019">2019</html:option>
       <html:option value="2020">2020</html:option>
      </html:select>-
      <html:select property="fromMonth">
       <html:option value="1">1</html:option>
       <html:option value="2">2</html:option>
       <html:option value="3">3</html:option>
       <html:option value="4">4</html:option>
       <html:option value="5">5</html:option>
       <html:option value="6">6</html:option>
       <html:option value="7">7</html:option>
       <html:option value="8">8</html:option>
       <html:option value="9">9</html:option>
       <html:option value="10">10</html:option>
       <html:option value="11">11</html:option>
       <html:option value="12">12</html:option>
      </html:select>-
      <html:select property="fromDay">
       <html:option value="1">1</html:option>
       <%--
       <html:option value="2">2</html:option>
       <html:option value="3">3</html:option>
       <html:option value="4">4</html:option>
       <html:option value="5">5</html:option>
       <html:option value="6">6</html:option>
       <html:option value="7">7</html:option>
       <html:option value="8">8</html:option>
       <html:option value="9">9</html:option>
       <html:option value="10">10</html:option>
       <html:option value="11">11</html:option>
       <html:option value="12">12</html:option>
       <html:option value="13">13</html:option>
       <html:option value="14">14</html:option>
       <html:option value="15">15</html:option>
       <html:option value="16">16</html:option>
       <html:option value="17">17</html:option>
       <html:option value="18">18</html:option>
       <html:option value="19">19</html:option>
       <html:option value="20">20</html:option>
       <html:option value="21">21</html:option>
       <html:option value="22">22</html:option>
       <html:option value="23">23</html:option>
       <html:option value="24">24</html:option>
       <html:option value="25">25</html:option>
       <html:option value="26">26</html:option>
       <html:option value="27">27</html:option>
       <html:option value="28">28</html:option>
       <html:option value="29">29</html:option>
       <html:option value="30">30</html:option>
       <html:option value="31">31</html:option>
       --%>
      </html:select>
      &nbsp;&nbsp;&nbsp;&nbsp;
      <html:select property="day">
       <html:option value="5">5<bean:message key="jsp.register.day"/></html:option>
       <html:option value="10">10<bean:message key="jsp.register.day"/></html:option>
       <html:option value="15">15<bean:message key="jsp.register.day"/></html:option>
       <html:option value="20">20<bean:message key="jsp.register.day"/></html:option>
       <html:option value="25">25<bean:message key="jsp.register.day"/></html:option>
       <html:option value="30">1<bean:message key="jsp.register.month"/></html:option>
       <html:option value="60">2<bean:message key="jsp.register.month"/></html:option>
       <html:option value="90">3<bean:message key="jsp.register.month"/></html:option>
       <html:option value="120">4<bean:message key="jsp.register.month"/></html:option>
       <html:option value="150">5<bean:message key="jsp.register.month"/></html:option>
       <html:option value="180">6<bean:message key="jsp.register.month"/></html:option>
       <html:option value="270">9<bean:message key="jsp.register.month"/></html:option>
       <html:option value="360">12<bean:message key="jsp.register.month"/></html:option>
       <html:option value="450">15<bean:message key="jsp.register.month"/></html:option>
       <html:option value="540">18<bean:message key="jsp.register.month"/></html:option>
       <html:option value="630">21<bean:message key="jsp.register.month"/></html:option>
       <html:option value="720">24<bean:message key="jsp.register.month"/></html:option>
      </html:select>
      &nbsp;&nbsp;&nbsp;&nbsp;
      <select name="forumIDStr">
        <option value="0"><bean:message key="jsp.search.forum.all"/></option>
        <lybbs:typeSearchForumListTag stat="true"/>
      </select>
      <script language=JavaScript>
        setCurrentSelect(document.statForm.forumIDStr,"<%=forumIDStr%>");
      </script>
     </td>
    </tr>
    <tr>
     <td bgcolor="#EEEEEE" align=center><input type=submit value="<bean:message key="common.lybbs.view"/>">
     </td>
    </tr>
    <logic:present name="map" scope="request">
    <tr>
     <td bgcolor="#FFFFFF">
       <lybbs:typeStatChartTag horizontal="false" chartType="line" display3d="false"/>
     </td>
    </tr>
    </logic:present>
    </html:form>
   </table>
   </td>
   </tr>
  </table>
  </td>
 </tr>
</table>
</body>
</html:html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -