skin-voteoptions.ascx

来自「cnForums是功能强大的论坛。开发语言c#,三层结构。模块设计很值得学习」· ASCX 代码 · 共 34 行

ASCX
34
字号
<%@ Control Language="C#" %>
<%@ Import Namespace="AspNetForums" %>
<%@ Import Namespace="AspNetForums.Controls" %>
<%@ Import Namespace="AspNetForums.Components" %>
<%@ Import Namespace="AspNetForums.Enumerations" %>
<%@ Register TagPrefix="Forums" Namespace="AspNetForums.Controls" Assembly="AspNetForums.Controls" %>
<!-- ********* VoteOptions.Start ************* //-->			
<table cellpadding="5" cellspacing="0" width="100%">
	<tr>
		<td>
			<table class="tableBorder" cellpadding="0" cellspacing="0" width="100%">
				<tr>			
					<td colspan="2">
						<table align="left" width="100%" cellpadding="0" cellspacing="0">	
							<tr>
								<td class="threadSeparator" valign="middle">
									<span class="dateText">&nbsp;<img border="0" src="<%= Globals.GetSkinPath() + "/images/icon_post_show.gif"%>">&nbsp;<%= ResourceManager.GetString("PostDisplay_PollPost_Title") %>
									<asp:Label Runat="server" ID="VoteTitle"/>
									</span>
								</td>
							</tr>                   
							<tr>
								<td class="txt4" valign="middle" style="padding:5px;">
									<asp:PlaceHolder Runat="server" ID="VoteOptions" />
								</td>
							</tr>                   
						</table>	
					</td>
				</tr>							
			</table>
		</td>
	</tr>
</table>				
<!-- ********* VoteOptions.End ************* //-->	

⌨️ 快捷键说明

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