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

📄 overviewactivityreport.aspx

📁 community server 源码
💻 ASPX
字号:
<%@ 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -