国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

68 lines
2.0KB

  1. {dede:include file='header.htm'/}
  2. <div id="side" class="left">
  3. {dede:include file='side_icon.htm'/}
  4. {dede:include file='side_class.htm'/}
  5. {dede:include file='side_news.htm'/}
  6. {dede:include file='side_visitor.htm'/}
  7. {dede:include file='side_search.htm'/}
  8. </div>
  9. <!--begin main-->
  10. <div id="main" class="right">
  11. <div class="box">
  12. <h2>
  13. 最新日志文章列表
  14. <img src="space/lxvista/images/write.gif"><a href="article_add.php" class="noul"><span class="gray fn">发表日志</span></a>
  15. </h2>
  16. <!--begin-->
  17. {dede:spacenewart row=6 titlelen=60 infolen=200}
  18. <?php
  19. if($fields['channel']==1) {
  20. $fields['arcurl'] = "index.php?uid={$_vars['userid_e']}&action=viewarchives&aid={$fields['id']}";
  21. }
  22. ?>
  23. <div class="text">
  24. <div class="gray">{dede:field.pubdate function="MyDate('y-m-d h:i',@me)"/}</div>
  25. <h3>
  26. <a href="{dede:field.arcurl/}" class="noul">{dede:field.title/}</a>
  27. </h3>
  28. <table class="blog-content">
  29. <tr>
  30. <td>
  31. <p>
  32. {dede:if !preg_match("#defaultpic#", $fields['litpic']) }
  33. <img src='{dede:field.litpic/}' />
  34. {/dede:if}
  35. {dede:field.description/}
  36. </p>
  37. </td>
  38. </tr>
  39. </table>
  40. <div class="bb">
  41. <div>
  42. 类别:
  43. {dede:if field.mtypename=='' }
  44. <a href="#">无分类</a> |
  45. {else}
  46. <a href="index.php?uid={dede:var.userid_e /}&action=archives&mtype=<?php echo $mty['mtypeid']; ?>">{dede:field.mtypename/}</a> |
  47. {/dede:if}
  48. <a href="{dede:field.arcurl/}" target="_blank" title="{dede:field.title/}">浏览全文</a>({dede:field.click/}) |
  49. <a href="{dede:global.cfg_phpurl/}/feedback.php?aid={dede:field.id/}" target="_blank">好评度</a>({dede:field.scores/})
  50. </div>
  51. <div class="c"></div>
  52. </div>
  53. </div>
  54. {/dede:spacenewart}
  55. <div class="big">
  56. <div style="line-height:36px;padding-left:10px;margin-bottom:10px;">
  57. <a href="index.php?uid={dede:var.userid_e /}&action=archives">更多内容&gt;&gt;</a>
  58. </div>
  59. </div>
  60. <!--end-->
  61. </div>
  62. </div>
  63. <!--end main-->
  64. {dede:include file='footer.htm' /}