1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?php
- if(!defined('InEmpireCMS'))
- {
- exit();
- }
- ?></td>
- </tr>
- </table></td>
- </tr>
- </table>
- <!-- 页脚 -->
- <table width="100%" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td align="center" class="search">
- <form action="/e/search/index.php" method="post" name="searchform" id="searchform">
- <table border="0" cellspacing="6" cellpadding="0">
- <tr>
- <td><strong>站内搜索:</strong>
- <input name="keyboard" type="text" size="32" id="keyboard" class="inputText" />
- <input type="hidden" name="show" value="title" />
- <input type="hidden" name="tempid" value="1" />
- <select name="tbname">
- <option value="news">新闻</option>
- <option value="download">下载</option>
- <option value="photo">图库</option>
- <option value="flash">FLASH</option>
- <option value="movie">电影</option>
- <option value="shop">商品</option>
- <option value="article">文章</option>
- <option value="info">分类信息</option>
- </select>
- </td>
- <td><input type="image" class="inputSub" src="/skin/default/images/search.gif" />
- </td>
- <td><a href="/search/" target="_blank">高级搜索</a></td>
- </tr>
- </table>
- </form>
- </td>
- </tr>
- <tr>
- <td>
- <table width="100%" border="0" cellpadding="0" cellspacing="4" class="copyright">
- <tr>
- <td align="center"><a href="/">网站首页</a> | <a href="#">关于我们</a>
- | <a href="#">服务条款</a> | <a href="#">广告服务</a> | <a href="#">联系我们</a>
- | <a href="#">网站地图</a> | <a href="#">免责声明</a> | <a href="/e/wap/" target="_blank">WAP</a></td>
- </tr>
- <tr>
- <td align="center">Powered by <strong><a href="http://www.phome.net" target="_blank">EmpireCMS</a></strong>
- <strong><font color="#FF9900">7.5</font></strong> © 2002-2018
- <a href="http://www.digod.com" target="_blank">EmpireSoft Inc.</a></td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </body>
- </html>
|