writersearch.ascx
来自「可设置不同组的不同操纵权限、数据范围、填写内容等。灵活多样的配置你的后台管理人员」· ASCX 代码 · 共 24 行
ASCX
24 行
<%@ 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_l.gif"><div align="center"><span class="toplink">作者搜索</span></div></td>
</tr>
<tr>
<td height="5"></td>
</tr>
<form name="searchform" action="<%=Configs.RootFolder%>WriterListAll.aspx" method="post">
<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 + =
减小字号Ctrl + -
显示快捷键?