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

📄 head.ascx

📁 程序设计:Flyangel 用到了vb.net c# asp.net xml等 最大特别是核心功能组件化. 特色: 强大的后台管理功能 支持二级分类 支持匿名投稿 超强用户权限设置
💻 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>&nbsp;&nbsp;&nbsp;&nbsp;<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>&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="nclass" runat="server" CssClass="unnameda"></asp:dropdownlist>&nbsp;
			<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 + -