cp_2.php 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?php
  2. if(!defined('InEmpireCMS'))
  3. {
  4. exit();
  5. }
  6. ?></td>
  7. </tr>
  8. </table></td>
  9. </tr>
  10. </table>
  11. <!-- 页脚 -->
  12. <table width="100%" border="0" cellpadding="0" cellspacing="0">
  13. <tr>
  14. <td align="center" class="search">
  15. <form action="/e/search/index.php" method="post" name="searchform" id="searchform">
  16. <table border="0" cellspacing="6" cellpadding="0">
  17. <tr>
  18. <td><strong>站内搜索:</strong>
  19. <input name="keyboard" type="text" size="32" id="keyboard" class="inputText" />
  20. <input type="hidden" name="show" value="title" />
  21. <input type="hidden" name="tempid" value="1" />
  22. <select name="tbname">
  23. <option value="news">新闻</option>
  24. <option value="download">下载</option>
  25. <option value="photo">图库</option>
  26. <option value="flash">FLASH</option>
  27. <option value="movie">电影</option>
  28. <option value="shop">商品</option>
  29. <option value="article">文章</option>
  30. <option value="info">分类信息</option>
  31. </select>
  32. </td>
  33. <td><input type="image" class="inputSub" src="/skin/default/images/search.gif" />
  34. </td>
  35. <td><a href="/search/" target="_blank">高级搜索</a></td>
  36. </tr>
  37. </table>
  38. </form>
  39. </td>
  40. </tr>
  41. <tr>
  42. <td>
  43. <table width="100%" border="0" cellpadding="0" cellspacing="4" class="copyright">
  44. <tr>
  45. <td align="center"><a href="/">网站首页</a> | <a href="#">关于我们</a>
  46. | <a href="#">服务条款</a> | <a href="#">广告服务</a> | <a href="#">联系我们</a>
  47. | <a href="#">网站地图</a> | <a href="#">免责声明</a> | <a href="/e/wap/" target="_blank">WAP</a></td>
  48. </tr>
  49. <tr>
  50. <td align="center">Powered by <strong><a href="http://www.phome.net" target="_blank">EmpireCMS</a></strong>
  51. <strong><font color="#FF9900">7.5</font></strong>&nbsp; &copy; 2002-2018
  52. <a href="http://www.digod.com" target="_blank">EmpireSoft Inc.</a></td>
  53. </tr>
  54. </table>
  55. </td>
  56. </tr>
  57. </table>
  58. </body>
  59. </html>