pagefooter.ascx

来自「Portal C# Article Live」· ASCX 代码 · 共 38 行

ASCX
38
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="PageFooter.ascx.cs" Inherits="Interspire.ArticleLive.Web.Admin.Template.PageFooter" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<!-- START PAGE FOOTER -->
					</td>
					<td width=30>&nbsp;</td>
				</tr>
			</table>

		</td>
		<td width="1" style="background-color: black"></td>
	</tr>
</table>

<!-- Start 100% Height Table (section) -->
</td></tr><tr><td valign="bottom">
		<!-- End 100% Height Table (section) -->
		<table width="97%" align="center" border="0" cellspacing="0" cellpadding="0">
			<tr>
				<td width="10" height="11"><img src="Images/Layout/Layout_lcb.gif" width="10" height="11"></td>
				<td background="Images/Layout/Layout_bbg.gif" height="11"><font size="1"><img src="Images/1x1.gif" width="1" height="1"></font></td>
				<td width="10" height="11"><img src="Images/Layout/Layout_rcb.gif" width="10" height="11"></td>
			</tr>
		</table>
		<table class="PageFooter">
			<tr>
				<td>
					<a href="http://www.interspire.com/articlelive/" target="_new"><b>Interspire 
							ArticleLive 2005</b></a>&nbsp;Copyright

					<%= DateTime.Now.Year %>
					<a href="http://www.interspire.com" target="_new">Interspire</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>
					&nbsp;
				</td>
			</tr>
		</table>
		<!-- Start 100% Height Table (section) -->
	</td></tr></table>
	<!-- End 100% Height Table (section) -->
<!-- END PAGE FOOTER -->

⌨️ 快捷键说明

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