footer.ascx

来自「企业内部管理系统」· ASCX 代码 · 共 11 行

ASCX
11
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="Footer.ascx.cs" Inherits="infoWeb.WebModules.Forums.Web.Controls.User.Footer" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<%@ Register TagPrefix="WroxUser" TagName="SiteFooter" Src="/ThePhile/Controls/SiteFooter.ascx" %>
<%@ Register TagPrefix="infoWeb" Namespace="infoWeb.ThePhile.Web.Controls.Server" Assembly="ThePhile" %>
<div align="right" Width="100%">
	<a href="#top"><img src="./Images/GoUp.gif" Alt="Go to the top of the page" border="0">
	</a>
</div>
<a name="bottom"></a></TD>
</TR></TABLE>
<WroxUser:SiteFooter id="Footer" runat="server" />

⌨️ 快捷键说明

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