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

📄 manageip.aspx

📁 community server 源码
💻 ASPX
字号:
<%@ Register TagPrefix="CP" Namespace="CommunityServer.ControlPanel.Controls" Assembly="CommunityServer.Web" %>
<%@ Register TagPrefix="CS" Namespace="CommunityServer.Controls" Assembly="CommunityServer.Controls" %>
<%@ Page language="c#" Codebehind="ManageIP.aspx.cs" AutoEventWireup="false" Inherits="CommunityServer.ControlPanel.Tools.ManageIPAddresses" %>
<cs:mpcontainer runat="server" id="MPContainer" thememasterfile="SetupControlPanelMaster.ascx">
<cs:mpcontent id=DescriptionRegion runat="server"><cp:resourcecontrol id=RegionTitle runat="Server" resourcename="CP_Tools_ManageIP_Title" /></cs:mpcontent> 
<cs:mpcontent id=TaskRegion runat="Server">
<cs:StatusMessage runat="server" id="Status" />
<DIV><cp:resourcecontrol id=RegionSubTitle runat="Server" resourcename="CP_Tools_ManageIP_SubTitle" /></DIV>
<asp:label id=StatusMessage runat="Server"></asp:label>
<TABLE cellSpacing=0 cellPadding=2 border=0>
  <TR>
    <TH class=CommonFormFieldName><cp:resourcecontrol id="Resourcecontrol1" runat="Server" resourcename="CP_Tools_ManageIP_IPAddress" /></TH>
    <TH class=CommonFormFieldName><cp:resourcecontrol id="Resourcecontrol2" runat="Server" resourcename="CP_Tools_ManageIP_Range" /></TH>
    <TH class=CommonFormFieldName>&nbsp;</TH></TR>
  <TR>
    <TD class=CommonFormField>
<asp:textbox id=IPStart runat="Server"></asp:textbox></TD>
    <TD class=CommonFormField>
<asp:textbox id=IPEnd runat="Server"></asp:textbox></TD>
    <TD class=CommonFormField>
      <DIV class=PanelSaveButton>
<cp:resourcelinkbutton id=AddButton runat="server" resourcename="CP_Tools_ManageIP_AddIPAddress" cssclass="CommonTextButton"></cp:resourcelinkbutton></DIV></TD></TR></TABLE>
<asp:repeater id=BannedIPS runat="Server">
		<headertemplate>
			<table width = "400px" class = "Listing">
			<tr>
				<th class="CommonFormFieldName"><cp:resourcecontrol id="Resourcecontrol3" runat="Server" resourcename="CP_Tools_ManageIP_IPAddressRange" /></th>
				<th class="CommonFormFieldName"><cp:resourcecontrol id="Resourcecontrol4" runat="Server" resourcename="Delete" /></th>
			</tr>
		</headertemplate>
		<itemtemplate>
			<tr>
				<td class="CommonFormField">
<asp:literal id = "IP" runat = "Server" /></td>
				<td class="CommonFormField">
<cp:resourcelinkbutton id = "DeleteButton" resourcename="Delete" cssclass="CommonTextButton" runat = "Server" /></td>
			</tr>
		</itemtemplate>
		<alternatingitemtemplate>
			<tr class="Alt">
				<td class="CommonFormField">
<asp:literal id = "IP" runat = "Server" /></td>
				<td class="CommonFormField">
<cp:resourcelinkbutton id = "DeleteButton" resourcename="Delete" cssclass="CommonTextButton" runat = "Server" /></td>
			</tr>
		</alternatingitemtemplate>
		<footertemplate>
			</table>
		</footertemplate>
		</asp:repeater>
</cs:mpcontent>
</cs:mpcontainer>

⌨️ 快捷键说明

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