friendlink.ascx

来自「jsp实现的网上购物系统」· ASCX 代码 · 共 22 行

ASCX
22
字号
<%@ Control Language="c#" AutoEventWireup="false" Inherits="JiSuShop.Web.Skin.FriendLink" %>
<table width="980" border="0" align="center" cellPadding="0" cellSpacing="0" class="Link">
	 <tr>
    <td class="Link_Title">合作伙伴</td>
  </tr>
 
	<tr>
		<td  class="Link_Content"><table width=100% border="0" cellpadding="0" cellspacing="0">
				<tr>
					<asp:Repeater EnableViewState="False" ID="TextLinkList" Runat="server">
						<ItemTemplate>
							<td class="Link_Text" align=left >
								<a id="TextLinkUrl" runat="server" href="#"></a>
							</td>
						</ItemTemplate>
					</asp:Repeater>
				</tr>
			</table>
		</td>
	</tr>
</table>

⌨️ 快捷键说明

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