123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {dede:include filename="head_article.htm"/}
- <body>
- {dede:include filename="nav_inside.htm"/}
- <section class="main fixed">
- {dede:include filename="position.htm"/}
- <section class="main_c clearfix">
- {dede:include filename="sidebar_news.htm"/}
- <section class="article">
- <h1 class="article_t">{dede:field.title/}</h1>
- <section class="article_m">
- <span class="article_m_d">发布时间:{dede:field.pubdate function="GetDateMK(@me)"/}</span>
- <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>
- </span>
- </section>
- <section class="article_d lh">
- <article>
- <strong>文章摘要:</strong>{dede:field.description/}...
- </article>
- </section>
- <section class="text">
- <article class="article_c f14 pt20 lh">{dede:field.body/}</article>
- <img src="http://www.bangju.com/images/bangjuewm.png" width="574" height="406" />
- <div class="pagelist">
- {dede:pagebreak /}
- </div>
- <b>你可能需要阅读以下推荐文章:</b>
- <br/>
- <ul>{dede:arclist titlelen='80' row='8' col='2'}
- <li><a href="[field:arcurl/]" title="[field:title/]" >[field:title/]</a></li>
- {/dede:arclist}</ul>
- <div class="prev_next">
- {dede:prenext get='pre'/}
- {dede:prenext get='next'/}
- </div>
- </section>
- </section><!-- article end -->
-
- </section><!-- main_c end -->
- </section><!-- main end -->
- {dede:include filename="foot_article.htm"/}
- </body>
- </html>
|