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

📄 footer.ascx

📁 LiteBlaster 是一款基于 .NET Framework 原创的 ASP.NET 论坛系统。后台程序库采用 C#/VB.NET 编写
💻 ASCX
字号:
<%@ 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -