国内流行的内容管理系统(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.

57 lines
1.9KB

  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_visitor.htm'/}
  6. {dede:include file='side_search.htm'/}
  7. </div>
  8. <!--begin main-->
  9. <div id="main" class="right">
  10. <div class="box">
  11. <h2>日志文章列表
  12. <img src="space/lxvista/images/write.gif"><a href="article_add.php" class="noul"><span class="gray fn">发表日志</span></a>
  13. </h2>
  14. <!--begin-->
  15. {dede:datalist}
  16. <div class="text">
  17. <div class="gray">{dede:field.pubdate function="MyDate('y-m-d h:i',@me)"/}</div>
  18. <h3>
  19. <a href="index.php?uid={dede:var.userid_e /}&action=viewarchives&aid={dede:field.id/}" class="noul">{dede:field.title/}</a>
  20. </h3>
  21. <table class="blog-content">
  22. <tr>
  23. <td>
  24. <p>
  25. {dede:if !preg_match("#defaultpic#", $fields['litpic']) }
  26. <img src='{dede:field.litpic/}' />
  27. {/dede:if}
  28. {dede:field.body function='cn_substr(@me, 500); /}
  29. </p>
  30. <p><a href='index.php?uid={dede:var.userid_e /}&action=viewarchives&aid={dede:field.id/}'>&lt;&lt;详细内容</a>
  31. </td>
  32. </tr>
  33. </table>
  34. <div class="bb">
  35. <div>
  36. 类别:
  37. {dede:if field.mtypename=='' }
  38. <a href="#">无分类</a> |
  39. {else}
  40. <a href="index.php?uid={dede:var.userid_e /}&action=archives&mtype=<?php echo $mty['mtypeid']; ?>">{dede:field.mtypename/}</a> |
  41. {/dede:if}
  42. <a href="{dede:field.arcurl/}" target="_blank" title="{dede:field.title/}">浏览全文</a>({dede:field.click/}) |
  43. <a href="{dede:global.cfg_phpurl/}/feedback.php?aid={dede:field.id/}" target="_blank">好评度</a>({dede:field.scores/})
  44. </div>
  45. <div class="c"></div>
  46. </div>
  47. </div>
  48. {/dede:datalist}
  49. <div class="big"><div class="pages">{dede:pagelist/}</div></a></span></div>
  50. <!--end-->
  51. </div>
  52. </div>
  53. <!--end main-->
  54. {dede:include file='footer.htm' /}