article_article.htm 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {dede:include filename="head_article.htm"/}
  2. <body>
  3. {dede:include filename="nav_inside.htm"/}
  4. <section class="main fixed">
  5. {dede:include filename="position.htm"/}
  6. <section class="main_c clearfix">
  7. {dede:include filename="sidebar_news.htm"/}
  8. <section class="article">
  9. <h1 class="article_t">{dede:field.title/}</h1>
  10. <section class="article_m">
  11. <span class="article_m_d">发布时间:{dede:field.pubdate function="GetDateMK(@me)"/}</span>
  12. <span class="article_m_r">阅读次数:<script src="{dede:field name='phpurl'/}/count.php?view=yes&aid={dede:field name='id'/}&mid={dede:field name='mid'/}" type='text/javascript' language="javascript"></script>
  13. </span>
  14. </section>
  15. <section class="article_d lh">
  16. <article>
  17. <strong>文章摘要:</strong>{dede:field.description/}...
  18. </article>
  19. </section>
  20. <section class="text">
  21. <article class="article_c f14 pt20 lh">{dede:field.body/}</article>
  22. <img src="http://www.bangju.com/images/bangjuewm.png" width="574" height="406" />
  23. <div class="pagelist">
  24. {dede:pagebreak /}
  25. </div>
  26. <b>你可能需要阅读以下推荐文章:</b>
  27. <br/>
  28. <ul>{dede:arclist titlelen='80' row='8' col='2'}
  29. <li><a href="[field:arcurl/]" title="[field:title/]" >[field:title/]</a></li>
  30. {/dede:arclist}</ul>
  31. <div class="prev_next">
  32. {dede:prenext get='pre'/}
  33. {dede:prenext get='next'/}
  34. </div>
  35. </section>
  36. </section><!-- article end -->
  37. </section><!-- main_c end -->
  38. </section><!-- main end -->
  39. {dede:include filename="foot_article.htm"/}
  40. </body>
  41. </html>