?? sectionsecurity.ascx
字號:
<%@ Control Language="c#" CodeBehind="SectionSecurity.ascx.cs" AutoEventWireup="false" Inherits="ASPNET.StarterKit.Communities.Admin.EditSections.SectionSecurity" %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities.Admin" Assembly="ASPNET.StarterKit.Communities" %>
<%@ import Namespace="ASPNET.StarterKit.Communities" %>
<!-- View Roles -->
<p>
<table class="formSection">
<tr>
<td class="formSectionHeader">
<img border="0" src="../help/help.gif" align="right" onmouseover="showHelp('helpViewRoles')" onmouseout="hideHelp()" />
View Roles
</td>
</tr>
<tr>
<td class="formSectionHelp">
Determines who can view pages in this section.
</td>
</tr>
<tr>
<td class="formSectionContents">
<community:ListPICKER id="ctlViewRoles" AllItemsText="All Roles" SelectedItemsText="Selected Roles" runat="server" />
</td>
</tr>
</table>
</p>
<div id="helpViewRoles" style="display:none">
Determines who can view pages in this section. For example, if the
Community-Everyone role is not selected, then anonymous users cannot view pages in
this section.
</div>
<!-- Add Roles -->
<p>
<table class="formSection">
<tr>
<td class="formSectionHeader">
<img border="0" src="../help/help.gif" align="right" onmouseover="showHelp('helpAddRoles')" onmouseout="hideHelp()" />
Add Roles
</td>
</tr>
<tr>
<td class="formSectionHelp">
Determines who can add pages to this section.
</td>
</tr>
<tr>
<td class="formSectionContents">
<community:ListPICKER id="ctlAddRoles" AllItemsText="All Roles" SelectedItemsText="Selected Roles" runat="server" />
</td>
</tr>
</table>
</p>
<div id="helpAddRoles" style="display:none">
Determines who can add pages to this section. For example, if the
Community-Administrators role is selected, then members of the Administrators role
can add content.
</div>
<!-- Edit Roles -->
<p>
<table class="formSection">
<tr>
<td class="formSectionHeader">
<img border="0" src="../help/help.gif" align="right" onmouseover="showHelp('helpEditRoles')" onmouseout="hideHelp()" />
Edit Roles
</td>
</tr>
<tr>
<td class="formSectionHelp">
Determines who can edit pages in this section.
</td>
</tr>
<tr>
<td class="formSectionContents">
<community:ListPICKER id="ctlEditRoles" AllItemsText="All Roles" SelectedItemsText="Selected Roles" runat="server" />
</td>
</tr>
</table>
</p>
<div id="helpEditRoles" style="display:none">
Determines who can edit pages in this section. For example, if the
Community-Administrators role is selected, then members of the Administrators role
can edit content.
</div>
<!-- Delete Roles -->
<p>
<table class="formSection">
<tr>
<td class="formSectionHeader">
<img border="0" src="../help/help.gif" align="right" onmouseover="showHelp('helpDeleteRoles')" onmouseout="hideHelp()" />
Delete Roles
</td>
</tr>
<tr>
<td class="formSectionHelp">
Determines who can delete pages from this section.
</td>
</tr>
<tr>
<td class="formSectionContents">
<community:ListPICKER id="ctlDeleteRoles" AllItemsText="All Roles" SelectedItemsText="Selected Roles" runat="server" />
</td>
</tr>
</table>
</p>
<div id="helpDeleteRoles" style="display:none">
Determines who can delete pages from this section. For example, if the
Community-Administrators role is selected, then members of the Administrators role
can delete content.
</div>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -