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

📄 evententrydetails.aspx

📁 community server 源码
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="EventEntryDetails.aspx.cs" AutoEventWireup="false" Inherits="CommunityServer.ControlPanel.Tools.EventEntryDetails" %>
<%@ Register TagPrefix="CS" Namespace="CommunityServer.Controls" Assembly="CommunityServer.Controls" %>
<%@ Register TagPrefix="CP" Namespace="CommunityServer.ControlPanel.Controls" Assembly="CommunityServer.Web" %>
<%@ Import Namespace="CommunityServer.Components" %>
<CS:MPContainer runat="server" id="MPContainer" ThemeMasterFile="ControlPanelModalMaster.ascx" IsModal="true">
	<CS:MPContent id="bcr" runat="server">
		<DIV class="CommonContentArea">
			<DIV class="CommonContent">
				<P>
					<div class="CommonListArea">
						<h4 class="CommonListTitle">
							<CP:ResourceControl runat="server" ResourceName="CP_Tools_EventLogViewer_EntryDetails" />
						</h4>
						<table cellpadding="0" cellspacing="0" width="100%" rules="rows">
						<tr>
							<td width="15%" class="CommonFormFieldName CommonListCellLeftMost">
								<CP:ResourceControl runat="server" ResourceName="CP_Tools_EventLogViewer_EntryID" />
							</td>
							<td width="15%" class="CommonFormField CommonListCell"><asp:label id="EntryID" runat="server" /></td>
							<td width="15%" class="CommonFormFieldName CommonListCell">
								<CP:ResourceControl runat="server" ResourceName="CP_Tools_EventLogViewer_Category" />
							</td>
							<td width="20%" class="CommonFormField CommonListCell"><asp:label id="Category" runat="server" /></td>
							<td width="15%" class="CommonFormFieldName CommonListCell">
								<CP:ResourceControl runat="server" ResourceName="CP_Tools_EventLogViewer_EventDate" />
							</td>
							<td width="20%" class="CommonFormField CommonListCell"><asp:label id="EventDate" runat="server" /></td>
						</tr>
						<tr>
							<td class="CommonFormFieldName CommonListCellLeftMost">
								<CP:ResourceControl runat="server" ResourceName="CP_Tools_EventLogViewer_EventID" />
							</td>
							<td class="CommonFormField CommonListCell"><asp:label id="EventID" runat="server" /></td>
							<td class="CommonFormFieldName CommonListCell">
								<CP:ResourceControl runat="server" ResourceName="CP_Tools_EventLogViewer_EventType" />
							</td>
							<td class="CommonFormField CommonListCell"><asp:label id="EventType" runat="server" /></td>
							<td class="CommonFormFieldName CommonListCell">
								<CP:ResourceControl runat="server" ResourceName="CP_Tools_EventLogViewer_MachineName" />
							</td>
							<td class="CommonFormField CommonListCell"><asp:label id="MachineName" runat="server" /></td>
						</tr>
						<tr>
							<td class="CommonFormFieldName CommonListCellLeftMost">
								<CP:ResourceControl runat="server" ResourceName="CP_Tools_EventLogViewer_SettingsID" />
							</td>
							<td class="CommonFormField CommonListCell"><asp:label id="SettingsID" runat="server" /></td>
							<td class="CommonFormField CommonListCell" colspan="4">&nbsp;</td>
						</tr>
						</table>
					</div>
					<div class="CommonFormFieldName">
						<CP:ResourceControl runat="server" ResourceName="CP_Tools_EventLogViewer_Message" />
					</div>
					<div class="CommonFormField">
						<asp:label id="EventMessage" runat="server" />
					</div>
				</P>
			</DIV>
		</DIV>
	</CS:MPContent>
</CS:MPContainer>

⌨️ 快捷键说明

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