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

📄 skin-displaylegendpost.ascx

📁 cnForums是功能强大的论坛。开发语言c#,三层结构。模块设计很值得学习
💻 ASCX
字号:
<%@ Control Language="C#" %>
<%@ Import Namespace="AspNetForums" %>
<%@ Import Namespace="AspNetForums.Controls" %>
<%@ Import Namespace="AspNetForums.Components" %>
<!-- ********* Skin-DisplayLegendPost.ascx:Start ************* //-->  
<table width="100%" cellpadding="0" cellspacing="0">
	<tr>
        <td width="250" valign="bottom">
			<table class="tableBorder" width="100%" cellspacing="1" cellpadding="3">		
				<tr>
					<td class="fh">
						<table width="100%" cellspacing="0" border="0" cellpadding="0">
							<tr>    
								<td align="left">
									<table width="100%" cellpadding="0" cellspacing="0">
										<tr>
											<td nowrap align="left" class="txt5">
												<asp:Label id="UserWelcome" runat="server" />
												<asp:Label id="UserLastLogin" runat="server" />
												<asp:Label id="UserNewPosts" runat="server" />
												<asp:Label id="UserPrivateMessages" runat="server" />
											</td>
										</tr>
									</table>
								</td>
								<td width="1"><img align="right" height="90" width="1" src="<%# Globals.GetSkinPath() + "/images/spacer.gif"%>"></td>
							</tr>
						</table>    
					</td>    
				</tr>
			</table>
        </td>       
    </tr>
</table>
<!-- ********* Skin-DisplayLegendPost.ascx:End ************* //-->  

⌨️ 快捷键说明

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