⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 admin_menu.ascx

📁 程序设计:Flyangel 用到了vb.net c# asp.net xml等 最大特别是核心功能组件化. 特色: 强大的后台管理功能 支持二级分类 支持匿名投稿 超强用户权限设置
💻 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">&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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -