sch.html 672 B

1234567891011121314151617181920212223242526
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5. <title>全站搜索</title>
  6. <style>
  7. body {
  8. font-size:12px;
  9. }
  10. table { font: 12px Tahoma, Verdana; color: #000000 }
  11. </style>
  12. </head>
  13. <body>
  14. <form action="index.php" method="get" name="schform" id="schform">
  15. <table width="100%" border="0" cellspacing="1" cellpadding="3">
  16. <tr>
  17. <td><div align="center">全站搜索:
  18. <input name="keyboard" type="text" id="keyboard" size="30">
  19. <input type="submit" name="Submit" value="搜索">
  20. </div></td>
  21. </tr>
  22. </table>
  23. </form>
  24. </body>
  25. </html>