📄 indexbulletin.ascx
字号:
<%@ Control Language="c#" AutoEventWireup="false" Inherits="JiSuShop.Web.Skin.IndexBulletin" %>
<table width="168" border="0" cellspacing="0" cellpadding="0"class="Bulletin">
<tr>
<td><img src="Skin/Clothing/Images/Icon_bulletin_03.gif" /></td>
</tr>
<tr>
<td class="Bulletin_Bg">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="Bulletin_Title">时尚看点</td>
<td><a href="<asp:Literal runat=server id=MoreLink/>"><img src="Skin/Clothing/Images/Icon_more.gif" /></a></td>
</tr>
<tr>
<td colspan="2" align="center"><img src="Skin/Clothing/Images/Icon_bulletin_11.gif" /></td>
</tr>
<tr>
<td colspan="2" class="Bulletin_Content">
<asp:Repeater EnableViewState=False ID="li" Runat="server">
<ItemTemplate>
<font color="#333">·</font><a id="BulletinLink" runat="server"></a><br>
</ItemTemplate>
</asp:Repeater>
</td>
</tr>
</table>
<!--如果没有公告显示 开始-->
<asp:Panel ID="InexistenceBulletin" Visible="False" Runat="server">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td class="C_Padding" align="center" height="100">
<asp:Literal ID="NoBulletin" Runat="server"></asp:Literal>
</td>
</tr>
</table>
</asp:Panel>
<!--如果没有公告显示 结束-->
</td>
</tr>
<tr>
<td><img src="Skin/Clothing/Images/Icon_bulletin_16.gif" /></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -