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

📄 search.ascx

📁 可设置不同组的不同操纵权限、数据范围、填写内容等。灵活多样的配置你的后台管理人员的权限。 可设置一系列的网站参数 可设置前台列表的显示数量 支持虚拟目录的运行和任意目录
💻 ASCX
字号:
<%@ Control Language="vb" AutoEventWireup="false" EnableViewState="false" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<%@ Import Namespace="WanerSoft.Cache" %>
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td height="24" background="<%=Configs.SkinPath%>/images/title_r.gif"><div align="center"><span class="toplink">书籍搜索</span></div></td>
        </tr>
        <tr>
          <td height="5"></td>
        </tr>
<form name="searchform" action="<%=Configs.RootFolder%>Book/ShowBookList.aspx" method="post">
<tr>
        <td height="30"><div align="center">搜索选项
              <select name="searchclass">
                <option value="0">按作者名称</option>
                <option value="1" selected>按书籍名称</option>
                <option value="2">按主角名称</option>
              </select>
        </div></td>
      </tr>
      <tr>
        <td height="30"><div align="center">关 键 字
		<input name="searchtext" type="text" size="12" maxlength="50">
         </div></td>
      </tr>
      <tr>
        <td height="24"><div align="center">
          <input name="SearchB" type="submit" value="Search" />       
          </div></td>
      </tr></form>
	        <tr>
        <td height="5"></td>
      </tr>
      </table>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -