skin-selectrole.ascx

来自「本系统是在asp版《在线文件管理器》的基础上设计制作」· ASCX 代码 · 共 69 行

ASCX
69
字号
<%@ Import Namespace="CommunityServer.Controls" %>
<%@ Import Namespace="CommunityServer.Components" %>
<%@ Control Language="C#" %>
<table cellspacing="1" cellpadding="0" width="200" Class="tableBorder" cols="2">
	<tr>
		<th class="column" colspan="2">Select a Forum</th>
	</tr>
	<tr>
		<td width="50%">
			<asp:DropDownList id="ForumSelection" runat="server" />
		</td>
		<td width="50%">
			<asp:Button id="ForumLookUp" runat="Server" />
		</td>
	</tr>
</table>

<table cellspacing="1" cellpadding="0" width="200" Class="tableBorder" cols="2">
	<tr>
		<th class="column" colspan="2">Select a Role</th>
	</tr>
	<tr>
		<td width="50%">
			<asp:DropDownList id="ForumSelection" runat="server" />
		</td>
		<td width="50%" align="center">
			<asp:Button id="RoleLookUp" runat="Server" width="90%" />
		</td>
	</tr>
	<tr>
		<td colspan="2" align="center" >
			<asp:Button id="NewRole" runat="Server" Text="Create new role" width="60%"/>
		</td>
	</tr>
</table>

<table cellspacing="1" cellpadding="0" width="200" Class="tableBorder" cols="2">
	<tr>
		<th class="column" colspan="2">Select a Template</th>
	</tr>
	<tr>
		<td width="50%">
			<asp:DropDownList id="TemplateSelection" runat="server" />
		</td>
		<td width="50%">
			<asp:Button id="TemplateLookUp" runat="Server" />
		</td>
	</tr>
</table>

<table cellspacing="1" cellpadding="0" width="300" Class="tableBorder" cols="3">
	<tr>
		<th class="column" colspan="2">Select a User</th>
	</tr>
	<tr>
		<td width="33%">
			<asp:DropDownList id="ForumSelection" runat="server" />
		</td>
		<td width="34%">
			<asp:Button id="ForumLookUp" runat="Server" />
		</td>
		<td width="33%">
			<asp:DropDownList id="ForumSelection" runat="server" />
		</td>
	</tr>
</table>


⌨️ 快捷键说明

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