?? default.aspx
字號:
<%@ Page Language="c#" CodeBehind="Default.aspx.cs" AutoEventWireup="false" Inherits="ASPNET.StarterKit.Communities.Admin.DeleteContent._Default" %>
<%@ Register TagPrefix="User" TagName="AdminHeader" Src="~/Admin/Controls/AdminHeader.ascx" %>
<%@ import Namespace="ASPNET.StarterKit.Communities" %>
<%@ import Namespace="ASPNET.StarterKit.Communities.Admin" %>
<user:AdminHeader Title="Delete Content" Runat="server" id="AdminHeader1" />
<h3>Delete Content</h3>
<form runat="server">
<table width="300">
<tr>
<td>
<font color="red" size="6"><b>Warning!</b></font> <font face="verdana">Clicking Continue will
permanently remove content from your community. After content has been deleted, it cannot be
recovered. </font>
<p>
<asp:Checkbox id="chkContent" runat="Server" />
<b>Delete all content items</b>
- This option deletes all community content including all articles, books, and events.
<p>
<asp:Checkbox id="chkSections" runat="Server" />
<b>Delete all sections</b>
- This option deletes all community sections except the default (home) section.
<p>
<asp:Checkbox id="chkUsers" runat="Server" />
<b>Delete all users</b>
- This option deletes all community users except you.
<p>
<asp:Button Text="Cancel" Runat="server" id="btnCancel" />
<asp:Button Text="Continue" Runat="server" id="btnContinue" /></p>
</td>
</tr>
</table>
</form>
<p> </p>
<a href="../Default.aspx">Return to Admin</a>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -