league.ascx

来自「勇敢者论坛全部源代码。 支持SQL2000/Access数据库」· ASCX 代码 · 共 38 行

ASCX
38
字号
<%@ OutputCache Duration="600" VaryByParam="none"%>
<%@ Register TagPrefix="uc1" TagName="tabletop" Src="tabletop.ascx" %>
<%@ Register TagPrefix="uc1" TagName="tablebottom" Src="tablebottom.ascx" %>
<table cellspacing="0" cellpadding="0" width="100%" border="0">
	<tr>
		<td>&nbsp;</td>
	</tr>
</table>
<uc1:tabletop id="Tabletop1" runat="server"></uc1:tabletop>
<table cellspacing="1" cellpadding="0" width="100%" bgcolor="#a0bce7" border="0">
	<tr>
		<td bgcolor="#ffffff">
			<table cellspacing="0" cellpadding="0" width="100%" bgcolor="#e2e9ff" border="0">
				<tr>
					<td><table width="100%" height="25" border="0" cellpadding="0" cellspacing="0">
							<tr>
								<td height="3"><img src="image/default.gif" width="1" height="1"></td>
							</tr>
							<tr>
								<td height="17">
									<script src="http://bbs.doughty.cn/Links/Link_Froum.aspx"></script>
								</td>
							</tr>
							<tr>
								<td height="3"><img src="image/default.gif" width="1" height="1"></td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<td></td>
				</tr>
			</table>
		</td>
	</tr>
</table>
<uc1:tablebottom id="Tablebottom1" runat="server"></uc1:tablebottom>

⌨️ 快捷键说明

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