📄 head.ascx
字号:
<%@ Control Language="vb" Codebehind="head.ascx.vb" Inherits="flyangel.news.head" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<table height="24" cellSpacing="0" cellPadding="0" width="760" align="center" border="0">
<tr bgColor="#3060a0">
<td align="center" width="28%"><a href="zhuantilist.aspx"><font color="#ffff00">专题文章</font></a> <a href="addarticle.aspx"><font color="#ffff00">文章投稿</font></a></td>
<td align="right" width="17%"><font color="#ffff00">检索:</font></td>
<td vAlign="middle" align="center"><asp:textbox id="search_key" onfocus="this.select()" MaxLength="12" ToolTip="请输入关键词,如果为空,则显示分类中全部文章"
Wrap="False" runat="server" cssclass="unnamed5"></asp:textbox>
<asp:dropdownlist id="search_type" runat="server" AutoPostBack="false" CssClass="unnameda">
<asp:ListItem Value="0" Selected="True">按文章标题</asp:ListItem>
<asp:ListItem Value="1">按文章内容</asp:ListItem>
<asp:ListItem Value="2">按发布时间</asp:ListItem>
<asp:ListItem Value="3">按文章作者</asp:ListItem>
</asp:dropdownlist>
<asp:dropdownlist id="nclass" runat="server" CssClass="unnameda"></asp:dropdownlist>
<asp:button id="search_botton" runat="server" Text="检索" BackColor="#3060a0" BorderColor="#3060a0"
BorderStyle="None" ForeColor="Yellow" Font-Size="9pt" Font-Names="宋体"></asp:button></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -