link.ascx

来自「商城名称: 新普网络商城XpShop 官方网站: http://www.XpS」· ASCX 代码 · 共 34 行

ASCX
34
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="Link.ascx.cs" Inherits="XpShop.WebUI.Modules.Link" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<div class='lframe'>
	<table width="95%" cellspacing="0" cellpadding="0">
		<tr>
			<td class="td.tm">
				<img src=Template/wangqi/Images/yqlj1.gif border=0 alt=友情链接>
			</td>
			<td class="tr"></td>
		</tr>
	</table>
	<table width="95%" cellspacing="0" cellpadding="0">
		<tr>
			<td class="ml"></td>
			<td class="mm" align="right" height="150">
				<div id="oRollV" style="overflow:hidden;height:200px;margin:5px"><div id="oRollV1">
				<%=GetLinks()%>
				</div><div id="oRollV2"> </div></div>
				<% if(config.LinkAllowApply) {%>
				<a href="LinkAdd.aspx"><%=GetResourceString("LinkJoin")%></a>
				&nbsp; 
				<% }%>
				<a href="links.aspx"><%=GetResourceString("LinkMore")%></a>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
			</td>
			<td class="mr"></td>
		</tr>
	</table>
	<table width="95%" cellspacing="0" cellpadding="0" >
		<tr>
			<td class="bl"></td>
			<td class="bm">&nbsp;</td>
			<td class="br"></td>
		</tr>
	</table>
</div>

⌨️ 快捷键说明

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