来源: 爱秀代码 作者: 无界
1、后台新建一个模板命名为more,内容为:- <!--{if cutstr($_SERVER[QUERY_STRING],8)=="more"}-->
- {subtemplate header}
- <style>
- #wrap_dr {margin-top: 0px;padding-bottom: 10px;min-height: 450px;border: 0 solid #CCC;background-color: #FFF;clear: both;width: 960px;text-align: left;}
- #nav_dr{width: 960px;margin: 42px auto 0;background: url(https://kuchingshare.my/template/style/i-share/s-house.png) no-repeat 0 50%;text-align: left;text-indent: 25px;line-height: 3em;}
- table.stripe tr.alt td { background:#F2F2F2;}
- .mainbox li{background: url(https://kuchingshare.my/template/style/images/fhl_10.gif) repeat-x left bottom;height: 25px;line-height: 20px;padding: 0px 5px 0px 5px;text-align: left;margin-right: 0px;position: relative;clear: both;}
- .mainbox li span{position: absolute;right: 5px;top: 0px;}
- .mainbox td{zoom: 1;padding-right: 1.5em!important;padding: 3px !important;border-bottom: 1px solid #C2D5E3!important;font-weight: 400!important;}
- </style>
- <div id="nav_dr"><a href="index.php">$bbname</a> »更多主题</div>
- <div id="wrap_dr" class="wrap s_clear">
- <div class="datalist">
- <div class="mainbox">
- <table cellspacing="0" cellpadding="0" width="100%">
- <thead class="colplural">
- <tr>
- <td align="center" colspan="3"><h2>在这里查看更多主题</h2></td>
- </tr>
- </thead>
- <tbody><tr>
- <td valign="top" style="padding: 3px !important;">
- <table cellspacing="0" cellpadding="0" width="100%">
- <tbody><tr><td colspan="2" class="footoperation" style="font-weight: bold;" align="center">最新主题</td>
- <tr>
- <td>{eval request('主题列表_更多最新主题');}</td>
- </tr></tbody></table>
- </td>
- <td valign="top" style="padding: 3px !important;">
- <table cellspacing="0" cellpadding="0" width="100%">
- <tbody><tr><td colspan="2" class="footoperation" style="font-weight: bold;" align="center">最新回复</td>
- <tr>
- <td>{eval request('主题列表_更多最新回复');}</td>
- </tr></tbody></table>
- </td>
- <td valign="top" style="padding: 3px !important;">
- <table cellspacing="0" cellpadding="0" width="100%">
- <tbody><tr><td colspan="2" class="footoperation" style="font-weight: bold;" align="center">精华帖子</td>
- <tr>
- <td>{eval request('主题列表_更多精华');}</td>
- </tr>
- </tbody>
- </table>
- </td>
- </tr>
- </tbody>
- </table>
- </div>
- </div>
- </div>
- {subtemplate footer}
- <!--{/if}-->
复制代码本帖隐藏的内容需要回复才可以浏览 |