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

37 lines
859B

  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_search.htm'/}
  6. </div>
  7. <!--begin main-->
  8. <div id="main" class="right">
  9. <div class="box">
  10. <h2>相册列表</h2>
  11. <!--begin-->
  12. <div class="text">
  13. <table class="blog-content">
  14. <tr>
  15. <td>
  16. <div class="listPic listPic-albumn">
  17. {dede:datalist titlelen = '20'}
  18. <dl>
  19. <dd><a href="{dede:field.arcurl/}"><img src='{dede:field.litpic/}'/></dd>
  20. <dt><a href="{dede:field.arcurl/}">{dede:field.title/}</a></dt>
  21. </dl>
  22. {/dede:datalist}
  23. </div>
  24. <div class="c"></div>
  25. </td>
  26. </tr>
  27. </table>
  28. </div>
  29. <div class="big"><div class="pages">{dede:pagelist/}</div></a></span></div>
  30. <!--end-->
  31. </div>
  32. </div>
  33. <!--end main-->
  34. {dede:include file='footer.htm'/}