adminfooter.ascx

来自「wrox c#高级编程」· ASCX 代码 · 共 15 行

ASCX
15
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="AdminFooter.ascx.cs" Inherits="Wrox.WebModules.Polls.Web.Controls.User.AdminFooter" %>
<%@ Register TagPrefix="Wrox" Namespace="Wrox.ThePhile.Web.Controls.Server" Assembly="ThePhile" %>
<%@ Register TagPrefix="WroxUser" TagName="SiteFooter" Src="/ThePhile/Controls/SiteFooter.ascx" %>
<br>
<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>
<td align="right" valign="top">
	<Wrox:Navigator id="MenuNav" SourceFile="/ThePhile/Config/NavMenu.xml" TransformFile="/ThePhile/Transforms/NavMenu.xslt" runat="server" />
</td>
</TR></TABLE>
<WroxUser:SiteFooter id="Footer" runat="server" />

⌨️ 快捷键说明

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