zoukankan      html  css  js  c++  java
  • Forum/viewthread.php代码备份

               <!--{eval $lzthread = DB::fetch_all("SELECT `tid`,`subject` FROM ".DB::table('forum_thread')." WHERE authorid =$theuid AND cover = 1 ORDER BY dateline DESC LIMIT 0,4 ");}-->

            <div class="s-box sads group">
                <h3 class="title">相关软件推荐</h3>

                <ul class="excli group cl">
                    <!--{loop $lzthread $thethread}-->
                    <li><a href="forum.php?mod=viewthread&tid={$thethread['tid']}" target="_blank">
                    <!--{eval $thethread['coverpath'] = getthreadcover($thethread['tid'], 1);}-->
                    <img src="$thethread[coverpath]"/></a></li>
                    <!--{/loop}-->
                </ul>
             </div>

  • 相关阅读:
    阅读
    做人做事、原则
    20150913HTML5心得
    动画-七夕言情
    20150818 句子
    网站链接备份
    javascript设计模式2
    javascript设计模式1
    sunlime操作
    node系列4
  • 原文地址:https://www.cnblogs.com/lingzhao/p/3565774.html
Copyright © 2011-2022 走看看