设为首页收藏本站

Scripts 学盟

 找回密码
 加入学盟

QQ登录

只需一步,快速开始

查看: 1440|回复: 0
打印 上一主题 下一主题

[phpcms] 栏目页列表页输出来源 [复制链接]

Rank: 9Rank: 9Rank: 9

跳转到指定楼层
1#
莺子 发表于 2012-12-29 16:50:08 |只看该作者 |倒序浏览
<div class="ztbkr">
        <div class="ztbklist">
      <?php
                require_once CACHE_MODEL_PATH.'content_output.class.php';
                $content_output = new content_output($r['modelid'],$catid,$CATEGORYS);
        ?>
     {pc:content action="lists" catid="$catid" num="10" moreinfo="1" order="listorder DESC, inputtime DESC"}
                {loop $data $r}
               <?php $r['copyfrom'] = $content_output->copyfrom('copyfrom', $r['copyfrom']); ?>
              <dl>
                        <h3><a href="{$r[url]}" title="{$r[title]}" target="_blank">{$r[title]}</a></h3>
                        <dt><a href="{$r[url]}" title="{$r[title]}" target="_blank"><img src="{if $r[thumb]}{$r[thumb]}{else}{thumb($r[thumb])}{/if}" width="110" height="85" alt="{$r[title]}" /></a></dt>
                        <dd class="dd1"><span>主题源于:{$r[copyfrom]}</span><span></span><span>发布时间:{date('Y.m.d',$r[inputtime])}</span></dd>
                        <dd class="dd2">{$r[description]}</dd>
                                <dd class="dd3"><a href="{$r[url]}" title="{$r[title]}" target="_blank">阅读全文</a></dd>
                </dl>
                {/loop}
        {/pc}
</div>
<div id="pages" class="psge1 txtc">{$pages}</div>
分享到: QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
分享分享0 收藏收藏0
您需要登录后才可以回帖 登录 | 加入学盟

手机版|Scripts 学盟   |

GMT+8, 2024-4-27 09:27 , Processed in 1.108714 second(s), 11 queries .

Powered by Discuz! X2

© 2001-2011 Comsenz Inc.

回顶部