📄 _search.ascx
字号:
<%@ Register TagPrefix="HDLabBBS" NameSpace="HDLab.BBS.Controls" Assembly="HDLabBBS" %>
<div class="titlebar">论坛搜索</div>
<div class="listborder4" style="text-align:left; text-indent:5px;">
<div><strong>搜索说明:</strong></div>
<div style="line-height:20px;">
<ul>
<li>关键字字符长度不能小于<strong><asp:Literal ID="MinLength" Runat="server"></asp:Literal></strong>大于 <strong><asp:Literal ID="MaxLength" Runat="server"></asp:Literal></strong> 字节,<a title="~,!,@,#,$,%,^,&,*,(,),_,+,=,`,[,],{,},;,:,,',,,<,>,.,/,\,|,?,_,about 1,2,3,4,5,6,7,8,9,0,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z after,all,also,an,and,another,any,are,as,at,be,because,been,before,being,between both,but,by,came,can,come,could,did,do,each,for,from,get,got,had has,have,he,her,here,him,himself,his,how,if,in,into,is,it,like,make,many me,might,more,most,much,must,my,never,now,of,on,only,or,other,our out,over,said,same,see,should,since,some,still,such,take,than,that,the,their them,then,there,these,they,this,those,through,to,too,under,up,very,was way,we,well,were,what,where,which,while,who,with,would,you,your 的,一,不,在,人,有,是,为,以,于,上,他,而,后,之,来,及,了,因,下,可 到,由,这,与,也,此,但,并,个,其,已,无,小,我,们,起,最,再 今,去,好,只,又,或,很,亦,某,把,那,你,乃,它">在这里看搜索被限的字符</a>
<li>每次搜索时间间隔<strong><asp:Literal ID="SearchTimes" Runat="server"></asp:Literal></strong>秒
<li>按 <strong>用户名</strong>查询为精确查询,必须输入用户名的全称
</ul>
</div>
</div>
<div class="listborder4" style="height:25px;">请输入关键字:<input type="text" size="40" name="KeyWord"> 搜索版面:<HDLabBBS:DropDownForum id="MyDropDownForum" Runat="server" Name="ForumID" Text="所有版面" /></div>
<div class="listborder5" style="font-weight:bold;">搜索选项 </div>
<div class="listborder4" style="height:25px; text-indent:5px;">
<div class="listbody5_l" style="width:300px; font-weight: bold; text-align:right;">作者搜索<input name="sType" type="radio" value="1"></div>
<div style="text-align: left; padding: 2px 0 0 2px;">
<select name="nSearch">
<option value="1">搜索主题作者</option>
<option value="2">搜索回复作者</option>
<option value="3">两者都搜索</option>
</select>
</div>
</div>
<div class="listborder4" style="height:25px; text-indent:5px;">
<div class="listbody5_l" style="width:300px; font-weight: bold; text-align:right;">关键字搜索<input name="sType" type="radio" value="2" checked></div>
<div style="text-align: left; padding: 2px 0 0 2px;">
<select name="pSearch">
<option value="1">在主题中搜索关键字</option>
<option value="2">在贴子内容中搜索关键字</option>
</select>
</div>
</div>
<div class="listborder4" style="height:25px; text-indent:5px;">
<div class="listbody5_l" style="width:300px; font-weight: bold; text-align:right;">日期范围及数据表选择</div>
<div style="text-align: left; padding: 2px 0 0 2px;">
<select name="SearchDate" class="smallsel">
<option value="0" selected>所有日期</option>
<option value="1">昨天以来</option>
<option value="5">5天以来</option>
<option value="10">10天以来</option>
<option value="30">30天以来</option>
</select>
<HDLabBBS:DropDownTable id="MyDropDownTable" Runat="server" Name="SearchTable" />
</div>
</div>
<div class="listborder5"><input type="submit" value="开始搜索"></div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -