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

📄 pageviewsreport.aspx

📁 community server 源码
💻 ASPX
字号:
<%@ Register TagPrefix="Panel" TagName = "ActivityQueryControl" Src = "~/ControlPanel/Reporting/ActivityQueryControl.ascx" %>
<%@ Register TagPrefix="CA" Namespace="ComponentArt.Web.UI" Assembly="ComponentArt.Web.UI" %>
<%@ Register TagPrefix="CS" Namespace="CommunityServer.Controls" Assembly="CommunityServer.Controls" %>
<%@ Register TagPrefix="CP" Namespace="CommunityServer.ControlPanel.Controls" Assembly="CommunityServer.Web" %>
<%@ Page language="c#" Codebehind="PageViewsReport.aspx.cs" AutoEventWireup="false" Inherits="CommunityServer.ControlPanel.Tools.Reports.PageViewsReport" %>
<cp:controlpanelselectednavigation selectednavitem="Site_PageViews" 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_PageViewReport_Title"></cp:resourcecontrol>
	</cs:mpcontent>
	<cs:mpcontent id="TaskRegion" runat="Server">
		<cs:StatusMessage runat="server" id="Status" />
		<TABLE cellSpacing="0" cellPadding="2" width="100%" border="0">
			<TR>
				<TD>
					<panel:ActivityQueryControl id="UserActivityQueryControl1" runat="Server" destinationurl="PageViewsReport.aspx"></panel:ActivityQueryControl></TD>
			</TR>
		</TABLE>
		<BR>
		<DIV id="GridWithMenu">
			<DIV id="GrayGrid">
				<CA:grid id="Grid1" runat="Server" ManualPaging="true" EditOnClickSelectedItem="false" AllowMultipleSelect="false"
					AllowEditing="false" loadingpanelposition="MiddleCenter" loadingpanelclienttemplateid="Loading"
					groupbysortimageheight="10" groupbysortimagewidth="10" groupbysortdescendingimageurl="group_desc.gif"
					groupbysortascendingimageurl="group_asc.gif" groupingnotificationtextcssclass="GridHeaderText"
					indentcellwidth="22" treelineimageheight="19" treelineimagewidth="22" treelineimagesfolderurl="~/controlpanel/images/caimages/lines"
					pagerimagesfolderurl="~/controlpanel/images/caimages/pager" imagesbaseurl="~/controlpanel/images/caimages"
					preexpandongroup="true" groupingpagesize="5"
					sliderpopupoffsetx="20" slidergripwidth="9" sliderwidth="150" sliderheight="20" pagerbuttonheight="22"
					pagerbuttonwidth="41" pagertextcssclass="GridFooterText" pagerstyle="Slider" groupbytextcssclass="GroupByText"
					groupbycssclass="GroupByCell" footercssclass="GridFooter" headercssclass="GridHeader"
					searchonkeypress="true" searchtextcssclass="GridHeaderText" showsearchbox="false" showheader="false"
					cssclass="Grid" runningmode="Callback">
					<levels>
						<CA:gridlevel datakeyfield="pageURL" showtableheading="false" showselectorcells="false" rowcssclass="Row"
							columnreorderindicatorimageurl="reorder.gif" datacellcssclass="DataCell" headingcellcssclass="HeadingCell"
							headingcellhovercssclass="HeadingCellHover" headingcellactivecssclass="HeadingCellActive"
							headingrowcssclass="HeadingRow" headingtextcssclass="HeadingCellText" selectedrowcssclass="SelectedRow"
							groupheadingcssclass="GroupHeading" sortascendingimageurl="asc.gif" sortdescendingimageurl="desc.gif"
							sortimagewidth="10" sortimageheight="19" editcellcssclass="EditDataCell" editfieldcssclass="EditDataField"
							editcommandclienttemplateid="EditCommandTemplate" insertcommandclienttemplateid="InsertCommandTemplate"
							alternatingrowcssclass="AlternatingRow" allowsorting="false" allowreordering="false" allowgrouping="false">
							<columns>
								<CA:gridcolumn width="450" datafield="pageURL" TextWrap="true" headingtext="ResourceManager.CP_Tools_PageViewReport_GridCol_PageURL" />
								<CA:gridcolumn width="70" datafield="PageHitCount" headingtext="ResourceManager.CP_Tools_PageViewReport_GridCol_PageVisitCount" FormatString="#,###" />
							</columns>
						</CA:gridlevel>
					</levels>
					<clienttemplates>
						<CA:clienttemplate id="Loading">
					<img src="../../images/caimages/spinner.gif" /><strong>Loading</strong>...please wait.
				</CA:clienttemplate>
					</clienttemplates>
				</CA:grid></DIV>
		</DIV>
	</cs:mpcontent>
</cs:mpcontainer>

⌨️ 快捷键说明

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