📄 publictheme.ascx
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="PublicTheme.ascx.cs" Inherits="UserControl_PublicTheme" %>
<marquee behavior="scroll" direction="left" width="98%" height="20" loop="-1" scrollamount="1" scrolldelay="1" style="font:12px;" onMouseOver="this.stop();" onMouseOut="this.start();"><asp:DataList ID="dlPublicTheme" runat="server" Width="100%"><ItemTemplate><div style="width:500px"><a href="browseTheme.aspx?bigid=<%#Eval("bigid") %>&smallid=<%#Eval("smallid") %>&themeid=<%#Eval("id") %>" target="_blank"><%#Eval("title") %> <%#Eval("lastdate") %></a></div></ItemTemplate></asp:DataList></marquee>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -