?? bulletin.ascx
字號:
?<%@ Control Language="c#" AutoEventWireup="false" Codebehind="Bulletin.ascx.cs" Inherits="wqshop.Modules.Bulletin" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<table id="navsub" align="center" cellpadding="0" cellspacing="0">
<tr>
<td class="l"></td>
<td class="m">
<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>
<!--
<div style="float:right; margin:5px 5px 0px 0px;"><img width="10" height="9" src="Template/freemodelv16/Images/sound.jpg" border="0" align=absmiddle></div>-->
</td>
<td class="r"></td>
<td align="right"><a href="MyFavorite.aspx"><%=GetResourceString("AddToFavorite")%></a> │ <a href="#" onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('<%=config.SiteUrl%>');"><%=GetResourceString("SetAsHomepage")%></a> │ <a href="HelpList.aspx"><%=GetResourceString("ContactUs")%></a> │ <a href="languages.aspx?lang=zh-cn"><%=GetResourceString("SimplifiedCharacter")%></a> │ <a href="languages.aspx?lang=zh-hk"><%=GetResourceString("ComplexFont")%></a> │ <a href="languages.aspx?lang=en-us"><%=GetResourceString("English")%></a> </td>
</tr>
</table>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -