bulletin.ascx
来自「在线点卡销售系统」· ASCX 代码 · 共 13 行
ASCX
13 行
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="Bulletin.ascx.cs" Inherits="wqshop.Modules.Bulletin" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<table id="bull" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td class="bul"> </td>
<td class="bum">
<div style="float:left; margin-top:3px"> <marquee class="bulletin" onmouseover="this.stop()" onmouseout="this.start()" scrollamount="1" scrolldelay="4" width="100%">
<%=GetBulletin(config.BulletinSizeInIndex)%>
</marquee>
</div>
</td>
<td class="bur"> </td>
</tr>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?