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

📄 search.html

📁 网页开发 网页开发 网页开发 网页开发 网页开发 网页开发 网页开发 网页开发 网页开发 网页开发 网页开发 网页开发 网页开发 网页开发
💻 HTML
字号:
{include header.html}
<script language="javascript" src="js/jsdate.js"></script>	   
<TABLE cellSpacing=1 cellPadding=0 width="98%" align=center bgcolor="cccccc">
<tr>
<td  class="head">文件搜索<td>
</tr>
<tr>
<td align="center" class="f_one">
<form method="POST" action="?action=search" name="search">
	关键字:<input type="text" name="keyword" size="20" value="{$keyword}"><p>
	 文件类型:
	 <select size="1" name="ext">
	<for_option array='ext_arr' select='$selected'></for_option>
	</select><p>
	<p>时间:
	<a href="#sdate" onclick="SD(this,'document.search.sdate')">从 <img src="images/date_picker.gif" border="0" align="absbottom"></a>
	 <input type="text" name="sdate" size="10" readonly value={$input_sdate}>&nbsp;
	 <a href="#edate" onclick="SD(this,'document.search.edate')">至 <img src="images/date_picker.gif" border="0" align="absbottom"></a>
	 <input type="text" name="edate" size="10" readonly value="{$input_edate}"><p>
	<input type="submit" value="搜 索" name="B1"> <input type="reset" value="重 置" name="B2"></p>
</form>
<p>
<if condition="$count>0">
<b>搜索结果:共 <font color="#FF0000">$count</font> 个文件</b>
<hr color="#84AACE" size="1" width="98%">

<TABLE cellSpacing=1 cellPadding=0 width="98%" align=center bgcolor="ffffff">
<tr>
		<td class=f_one>
			<table border="0" width="100%">
				<tr>
					<td bgcolor="#F5F5F5" height="25"><b>上传文件列表</b>:</td>
					<td align="center" bgcolor="#F5F5F5"><b>文件简介</b></td>
					<td align="center" bgcolor="#F5F5F5"><b>点击</b></td>
					<td width="15%" align="center" bgcolor="#F5F5F5"><b>上传时间</b></td>
				</tr>
						<tr class=f_one onmouseover="this.className='f_two'" onmouseout="this.className='f_one'">
							<td height="25" width="45%"><a href="http://www.topwang.com" target="_blank">抱歉,您不能使用该功能!请购买拓网文件上传共享系统商业版本。</a></td>
							<td height="25" width="29%"></td>
							<td height="25" width="5%" align="center"></td>
							<td height="25" width="15%" align="center"></td>
						</tr>
				<tr>
					<td colspan="4" align=right bgcolor="#F5F5F5">{$page}</td>
				</tr>
				<tr>
					<td colspan="4" align=right> </td>
				</tr>
		</table>
			</td>
	</tr>
</table>
<else />
	<b><font color="#FF0000">抱歉,没有搜索到您要的文件!</font> </b>
</if>
<p></p>
</td>
</tr>
</table>
{include footer.html}

⌨️ 快捷键说明

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