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

📄 skin-managegalleriesadmin.ascx

📁 本系统是在asp版《在线文件管理器》的基础上设计制作
💻 ASCX
字号:
<%@ Control Language="C#" %>
<%@ Register TagPrefix="CS" Namespace="CommunityServer.Controls" Assembly="CommunityServer.Controls" %>
<%@ Register TagPrefix="Galleries" Namespace="CommunityServer.Galleries.Controls" Assembly="CommunityServer.Galleries" %>
	
<CS:DirectoryWriter Location = "galleries" UnAuthorizedResourceName="ManageGalleries_UnAuthorizedException" SecurityResourceName="ManageGalleries_SecurityException" ForeColor="Red" runat="server" />
            <table class="tableBorder" cellSpacing="0" cellPadding="4">
                <tr runat="server" visible = "false">
                    <th class="h1" align="left" colSpan="2">
                        <CS:ResourceLabel runat="server" ID="DescriptionLabel"/>
                    </th>
                </tr>
			<asp:Repeater runat="server" id="GroupRepeater">
				<ItemTemplate>
					<tr>
						<td class="fh" width="50" nowrap align="center">
							<table cellpadding="0" cellspacing="0" border="0">
								<tr>
									<td class="fh">
										<CS:ThemedImageButton ID="MoveGroupUp" runat="server" ImageUrl="/images/up.gif" />
									</td>
								</tr>
								<tr>
									<td class="fh">
										<CS:ThemedImageButton ID="MoveGroupDown" runat="server" ImageUrl="/images/dn.gif" />
									</td>
								</tr>
							</table>
						</td>					
						<td class="fh" width="100%">
							<b>
								<asp:HyperLink runat="server" Id="GroupAdminLink" />
							</b>
						</td>
					</tr>
					
					<Galleries:GalleryRepeater runat="server" ID="SectionList" IgnorePermissions="true" >
						<ItemTemplate>
							<tr>
								<td>
									<CS:ThemedImageButton id="MoveSectionUp" runat="server" ImageUrl="/images/up.gif" visible="false" />
									<CS:ThemedImageButton id="MoveSectionDown" runat="server" ImageUrl="/images/dn.gif" visible="false" />
								</td>
							
								<td class="f" width="100%">
								    <div class = "indent">
												<b>
													<asp:HyperLink runat="server" Id="SectionAdminLink" />
												</b>
												<br>
												<asp:Literal runat="server" Id="SectionDescription" />
												<asp:Literal runat="server" Id="SubSectionAdmin" />
									</div>
								</td>
							</tr>
						</ItemTemplate>
					</Galleries:GalleryRepeater>
					
					<tr>
					    <td>&nbsp;</td>
						<td class="f">
						    <table>
						        <tr>
						            <td><CS:ResourceControl ResourceName = "Name" runat = "Server" ID="Resourcecontrol1"/></td>
						            <td><asp:TextBox MaxLength="256" ID="SectionName" Columns="55" Runat="server" /></td>
						        </tr>
	  					        <tr>
						            <td>
						            <CS:ResourceControl ResourceName = "Section_Manage_Owner" runat = "Server" ID="Resourcecontrol2"/>
						            <em><CS:ResourceControl ResourceName = "Section_Manage_Optional" runat = "Server" ID="Resourcecontrol3"/></em>
						            
						            </td>
						            <td><asp:TextBox MaxLength="256" ID="SectionOwner" Columns="55" Runat="server" /></td>
						        </tr>
						        <tr>
						            <td colspan = "2"><asp:Button	ID="CreateNewSection" runat="server" /></td>
						        </tr>
						    </table>

						</td>
					</tr>
				</ItemTemplate>
				<FooterTemplate>
					<tr>
					    <td>&nbsp;</td>
						<td class="f">
							<asp:TextBox MaxLength="256" ID="SectionGroupName" Columns="55" Runat="server" />
							<asp:Button runat="server" ID="CreateNewSectionGroup" />
						</td>
					</tr>
				</table>
			</FooterTemplate> 
		</asp:Repeater>
	</table>
	

⌨️ 快捷键说明

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