footer.ascx

来自「Visual Basic.NET控件时尚编程百例」· ASCX 代码 · 共 27 行

ASCX
27
字号
<%@ Control Language="vb" AutoEventWireup="false" Codebehind="footer.ascx.vb" Inherits="Store.footer" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
	<tr>
		<td colspan="3" style="HEIGHT: 9px">
			<HR width="100%" color="#cccccc" SIZE="2">
		</td>
	</tr>
	<tr>
		<td align="middle" valign="top">
			<font size="1">广告栏</font>&nbsp;
			<br>
			<asp:AdRotator id="ar1" runat="server" BorderWidth="1" AdvertisementFile="../xml/Ads.xml" />
		</td>
		<td width="100">
			&nbsp;
		</td>
		<td align="left" valign="center">
			<font size="1">在线支持&nbsp;<a href="hzc01@mails.tsinghua.edu.cn">hzc01@mails.tsinghua.edu.cn</a>.
			</font>
			<br>
			<font size="1">版权所有,违者必究.</font>
			<br>
			<font size="1">热线电话: 800-811-555-5555</font>
		</td>
	</tr>
</table>

⌨️ 快捷键说明

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