skin-wse.ascx

来自「一个真正的CMS系统,可以完全实现建站自动化,用.NET开发.」· ASCX 代码 · 共 26 行

ASCX
26
字号
<%@ Control Language="C#" %>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" class="bi">
<tr>
<td nowrap>&nbsp;&nbsp;&nbsp;<span class="fB">站内检索</span></td>
<td align="right" nowrap><asp:Literal ID="SearchInfo" runat="server"/></td>
</tr>
</table>

<table border="0"cellpadding="0" cellspacing="0" style="height:400px;">
<tr>
<td>
<asp:Literal ID="Results" runat="server"/>

<asp:Literal ID="Pages" runat="server"/>
</td>
</tr>
</table>

<table border="0"cellpadding="0" cellspacing="0" style="margin-left:18px;height:60px;">
<tr valign="middle">
<td nowrap>
	<asp:Literal ID="BottomSearchForm" runat="server"/>
</td>
</tr>
</table>

⌨️ 快捷键说明

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