📄 link.ascx
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="Link.ascx.cs" Inherits="XpShop.WebUI.Modules.Link" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="template/green/images/links.gif" width=182 height=32></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="1" cellpadding="0" background="template/green/images/23.gif">
<tr valign="top">
<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"><%=resource.GetString("LinkJoin")%></a>
<% }%>
<a href="links.aspx"><%=resource.GetString("LinkMore")%></a>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -