index.html 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <include file="block/meta_know" />
  2. <include file="block/header_xm" />
  3. <link rel="stylesheet" type="text/css" href="__TMPL__/static/css/know-content.css"/>
  4. <link rel="stylesheet" type="text/css" href="__TMPL__/static/css/know.css"/>
  5. <style>
  6. .know_show li a:link, .know_show li a:visited, .know_show li a:active{
  7. color:#fff;
  8. }
  9. .m3l{
  10. width:1200px;
  11. border:none;
  12. }
  13. </style>
  14. <!-- nav -->
  15. <include file="block/nav" />
  16. <!-- 面包屑 -->
  17. <div class="container crumbs">当前位置:
  18. <a href="/" target="">网站首页</a> >
  19. <span>问答</span>
  20. </div>
  21. <!-- 排行榜列表 -->
  22. <div class="container phb-content">
  23. <div class="m m3">
  24. <div class="m3l">
  25. <!--<div class="head-txt" style="margin-top: 20px;"><strong>精彩推荐</strong></div>-->
  26. <div class="know-list"><table cellpadding="0" cellspacing="0" width="100%">
  27. <foreach name="lists" id="vo">
  28. <tr>
  29. <td class="kl-avatar"><a href="/know/detail/{$vo.id}/">
  30. <!--<img src="__TMPL__/static/images/show.php" width="20" height="20" title="rcgl" alt=""/>-->
  31. </a></td>
  32. <td class="kl-title"><div><a href="/know/detail/{$vo.id}/" title="{$vo.title}">{$vo.title}</a></div></td>
  33. <td class="kl-answer">0回答</td>
  34. <td class="kl-process" width="50" align="center"><img src="__TMPL__/static/images/know_1.gif" title="待解决"/></td>
  35. <td class="kl-date">{:date('m-d H:i:s',$vo.create_time)}</td>
  36. </tr>
  37. </foreach>
  38. </table>
  39. </div>
  40. </table>
  41. </div>
  42. </div>
  43. </div>
  44. <include file="block/footer" />