overviewactivityreport.aspx

来自「community server 源码」· ASPX 代码 · 共 46 行

ASPX
46
字号
<%@ Page language="c#" Codebehind="OverviewActivityReport.aspx.cs" AutoEventWireup="false" Inherits="CommunityServer.ControlPanel.Tools.Reports.OverviewActivityReport" %>
<%@ Register TagPrefix="CP" Namespace="CommunityServer.ControlPanel.Controls" Assembly="CommunityServer.Web" %>
<%@ Register TagPrefix="CS" Namespace="CommunityServer.Controls" Assembly="CommunityServer.Controls" %>
<%@ Register TagPrefix="CA" Namespace="ComponentArt.Web.UI" Assembly="ComponentArt.Web.UI" %>
<%@ Register TagPrefix="Panel" TagName = "ActivityQueryControl" Src = "~/ControlPanel/Reporting/ActivityQueryControl.ascx" %>
<cp:controlpanelselectednavigation selectednavitem="Site_OverviewActivity" runat="server" id="SelectedNavigation1" />
<cs:mpcontainer runat="server" id="MPContainer" thememasterfile="ReportingControlPanelMaster.ascx">
	<cs:mpcontent id="DescriptionRegion" runat="server">
		<cp:resourcecontrol id="RegionTitle" runat="Server" resourcename="CP_Tools_OverviewActivityReport_Title"></cp:resourcecontrol>
	</cs:mpcontent>
	<cs:mpcontent id="TaskRegion" runat="Server">
		<cs:statusmessage id="Status" runat="server"></cs:statusmessage>
		<table cellspacing="0" cellpadding="2" width="100%" border="0">
			<tr>
				<td>
					<panel:activityquerycontrol id="ForumActivityQueryControl1" runat="Server" destinationurl="OverviewActivityReport.aspx"></panel:activityquerycontrol></td>
			</tr>
		</table>
		<fieldset>
			<legend>
				<cp:resourcecontrol id="Summary" runat="server" resourcename="CP_Tools_OverviewActivityReport_Summary"></cp:resourcecontrol>
			</legend>
			<table cellspacing="0" cellpadding="2" width="100%" border="0">
				<tr>
					<td align="left">
						<cp:resourcecontrol id="NewUsers" runat="Server" resourcename="CP_Tools_OverviewActivityReport_UserCount"></cp:resourcecontrol>&nbsp;
						<asp:label id="lblUserCount" runat="server"></asp:label></td>
				</tr>
				<tr>
					<td align="left">
						<cp:resourcecontrol id="NewThreads" runat="Server" resourcename="CP_Tools_OverviewActivityReport_ThreadCount"></cp:resourcecontrol>&nbsp;
						<asp:label id="lblThreadCount" runat="server"></asp:label></td>
				</tr>
				<tr>
					<td align="left">
						<cp:resourcecontrol id="NewPosts" runat="Server" resourcename="CP_Tools_OverviewActivityReport_PostCount"></cp:resourcecontrol>&nbsp;
						<asp:label id="lblPostCount" runat="server"></asp:label></td>
				</tr>
			</table>
		</fieldset>
		<br>

		</div>
	</cs:mpcontent>
</cs:mpcontainer>

⌨️ 快捷键说明

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