index.html 1.6 KB

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