📄 search.php
字号:
<html><head><title>图书搜索</title>
<meta content="text/html;charset=gb2312_chinese_ci" http-equiv=Content-Type></head>
<?
require("index.html.inc");
?>
<body>
<table>
<tbody>
<tr>
<td valign=top width="30%" bgcolor=8cc9ec>
<table>
<tbody>
<marquee scrollAmount=2 width=300 height=160 direction=up>1.·查询时可以使用and或者or逻辑词,逻辑词的个数不 ··限制,暂时还不支持同时使用·········.<br>2.·注意查询条件中的关键字的合理顺序······.<br>3.·可以控制查询结果的输入个数·········.<br>4.·出版日期使用:"年-月-日"的格式·······.<br>5.·如果填写ISDN或者关键字,将会忽略其他条件··.<br>6.·如果有什么问题请联系············.<p>··<a href=http://www.cctv.com>中央电视台</a></marquee>
</tbody></table>
<td valign=top width="70%">
<form action=search2.php method=post>
<table width="100%" border=1 bgcolor=#8cc9ec>
<tbody>
<tr>
<td align=center width="35%"> ISBN </td>
<td><input type=text name=isbn size=10></td></tr>
<tr>
<td align=center width="35%">书 名</td>
<td><input type=text name=title size=25></td></tr>
<tr>
<td align=center width="35%">作 者</td>
<td><input type=text name=author size=25></td></tr>
<tr>
<td align=center width="35%">出 版 社</td>
<td><input type=text name=publisher size=25></td></tr>
<tr>
<td align=center width="35%">出 版 日 期</td>
<td><input type=text name=downdate size=11>-<input type=text name=update size=11></td></tr>
<tr>
<td align=center width="35%">查询结果限制在(个)</td>
<td><input type=text name=limit size=10></td></tr>
<tr>
<td align=center width="35%"> 请选择你想查找的 哪一类图书</td>
<td>
<select class=input size=1 name=cata>
<option value=0 select>-选择-</option>
<option value=1000 select>文学艺术类</option>
<option value=2000 select>社会科学类</option>
<option value=3000 select>科学技术类</option>
<option value=4000 select>教育类</option>
<option value=5000 select>生活类</option>
<option value=6000 select>工具书类</option></select></td></tr>
<tr>
<td colspan=2 align=center><input type=submit name=find2 value=开始查询>
<input type=reset width=10 value=重填表格></td><tr>
</tbody></table></form></td></tr>
</tbody></table>
</body>
<?
require("foot.html.inc");
?>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -