footer.ascx

来自「LiteBlaster 是一款基于 .NET Framework 原创的 ASP」· ASCX 代码 · 共 40 行

ASCX
40
字号
<%@ Control AutoEventWireup="true" Language="VB" %>
<%@ Import Namespace="Auway.LiteBlaster.Core" %>
<%@ Import Namespace="Auway.LiteBlaster.Enumerations" %>
<%@ Import Namespace="Auway.LiteBlaster.Extensions" %>
<%@ Import Namespace="Auway.LiteBlaster.Forum" %>

<%	Dim si As SystemInfo = SystemInfo.Instance	%>
<div style="width:100%">
	<div id="FooterText" style="text-align:center; width:100%">
		<ul>
			<li>
				Copyright &copy; <%=Server.HtmlEncode(si.Copyright) %> &nbsp;&nbsp; <%=Server.HtmlEncode(si.Maintain) %>
				<%	If Len(si.SystemEmailAddress) > 0 Then	%>
				(<a href="mailto:<%=si.SystemEmailAddress %>" target="_blank"><strong>联系站长</strong></a>)
				<%	End If	%>
			</li>
			<li>
				<strong><a href="<%=si.ForumDomain %>"><%=Server.HtmlEncode(si.ForumTitle) %></a></strong>&nbsp;&nbsp;Powered by&nbsp;<strong><a href="http://www.auwaysoft.com/" target="_blank">Auway</a>&nbsp;<%=Server.HtmlEncode(si.ProductVersion & " (" & Connection.ConnectionTypeDescription & " Edition)") %>&nbsp;&nbsp;<a href="Admin/">管理入口</a></strong>
			</li>
			<%	If Len(si.OtherInfo) > 0 Then	%>
			<li><%=TextHelper.SolveRichText(si.OtherInfo, True, False) %></li>
			<%	End If	%>
			<!--
			<li>
				<a href="http://validator.w3.org/check?uri=referer">Markup Validator</a>
				|
				<a href="http://jigsaw.w3.org/css-validator/check/referer?warning=2&profile=css2">CSS Validator</a>
			</li>
			-->
			<li>&nbsp;</li>
			<li>目前共有 <%=si.OnlineTotalCount %> 位用户在线</li>
		</ul>
	</div>
	<div id="FooterOther" style="width:100%" align="center">
		<!--
		Bottom Image etc.
		-->
	</div>
</div>

⌨️ 快捷键说明

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