admin_menu.ascx

来自「程序设计:Flyangel 用到了vb.net c# asp.net xml等 」· ASCX 代码 · 共 20 行

ASCX
20
字号
<%@ 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">&nbsp;&nbsp;&nbsp;&nbsp;</td>
		<td height="26">&nbsp;&nbsp;关键词搜索:
			<asp:textbox id="search_key" onfocus="this.select()" MaxLength="12" ToolTip="请输入关键词,如果为空,则显示分类中全部文章"
				Wrap="False" runat="server" cssclass="unnamed5"></asp:textbox>&nbsp;
			<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>&nbsp;
			<asp:dropdownlist id="menunclass" runat="server" CssClass="unnameda"></asp:dropdownlist>&nbsp;
			<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 + =
减小字号Ctrl + -
显示快捷键?