📄 admin_menu.ascx
字号:
<%@ Control Codebehind="admin_menu.ascx.vb" Inherits="flyangel.news.admin_menu" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<table width="760" border="0" align="center" cellpadding="2" cellspacing="2" class="tdborder2">
<tr>
<td width="240" valign="baseline" align="right"><img src="../images/llicenine.gif" width="144" height="13"> </td>
<td height="26"> 关键词搜索:
<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="menunclass" runat="server" CssClass="unnameda"></asp:dropdownlist>
<asp:button id="search_botton" runat="server" Text="检索" BackColor="#eef4fb" BorderColor="#eef4fb"
BorderStyle="None" ForeColor="blue" Font-Size="9pt" Font-Names="宋体"></asp:button>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -