📄 adminbbsinfo.jsp
字号:
<%-- Document : adminBBSInfo Created on : 2007-11-21, 3:00:08 Author : Administrator--%><%@page contentType="text/html" pageEncoding="UTF-8"%><%@taglib prefix="f" uri="http://java.sun.com/jsf/core"%><%@taglib prefix="h" uri="http://java.sun.com/jsf/html"%><%@taglib prefix="t" uri="http://myfaces.apache.org/tomahawk"%><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><style type="text/css"> .tCol1 {width:180px;} .tCol2 {width:1000px;}</style><f:view locale="#{localeBean.locale}"><html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>论坛信息总览</title> <link rel="stylesheet" type="text/css" href="<%=request.getContextPath()%>/common/css/style.css"/> </head> <body style="margin:0px"> <h:panelGrid border="0" width="100%" columns="1" cellpadding="3" cellspacing="3" columnClasses="vTop" styleClass="table2 infoH"> <h:panelGrid border="0" width="100%" columns="1" cellpadding="3" cellspacing="3" headerClass="th"> <f:facet name="header"> <h:outputText value="论坛信息总览"/> </f:facet> <h:panelGrid border="0" columns="2" cellpadding="3" cellspacing="3" styleClass="table1 tableWH" columnClasses="tCol1,tCol2" rowClasses="row2,row1"> <h:outputText value="今日主题数:" styleClass="colorOrange"/> <h:outputText value="#{bbs_adminBBSInfo.articleInfo.totalTopicsToday}"/> <h:outputText value="今日文章数:" styleClass="colorOrange"/> <h:outputText value="#{bbs_adminBBSInfo.articleInfo.totalTopicsToday + bbs_adminBBSInfo.articleInfo.totalRepliesToday}"/> <h:outputText value="总主题数" styleClass="colorOrange"/> <h:outputText value="#{bbs_adminBBSInfo.articleInfo.totalTopics}"/> <h:outputText value="总文章数:" styleClass="colorOrange"/> <h:outputText value="#{bbs_adminBBSInfo.articleInfo.totalTopics + bbs_adminBBSInfo.articleInfo.totalReplies}"/> </h:panelGrid> </h:panelGrid> </h:panelGrid> </body></html></f:view>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -