123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139 |
- {dede:include filename="head_list.htm"/}
- <body>
- {dede:include filename="nav_inside.htm"/}
- {dede:include filename="list_banner.htm"/}
- <section class="main fixed">
- <section class="main_t simple_t">
- {dede:include filename="simple_t.htm"/}
- </section><!-- main_t end -->
- <section class="main_c clearfix">
- {dede:include filename="sidebar_list.htm"/}
- <section class="main_r">
- <section class="newslist">
- <dl>
- {dede:type typeid='27'}
- <dt>
- <a href="[field:typeurl/]" title="更多资讯"><img src="/templets/default/images/more.jpg" alt="更多资讯" /></a>
- <h2>[field:typename/]</h2>
- </dt>
- <dd>
- <div class="newslist_info">
- <div class="f14">
- <img src="[field:typeimg/]" alt="[field:typename/]" width="160px" height="90px" style="margin-right:10px;"/>
- <article class="lh20">[field:description/]</article>
- </div>
- {/dede:type}
- <div class="pt10">
- {dede:arclist typeid='27' row='5' flag="j"}
- <a href="[field:arcurl/]">[field:title/]</a>
- {/dede:arclist}
- </div>
- </div>
- <ul >
- {dede:arclist typeid='27' row='5' noflag="j"}
- <li><span >[field:pubdate function="GetDateMK(@me)"/]</span><a href="[field:arcurl/]">[field:title/]</a></li>
- {/dede:arclist}
- </ul>
- </dd>
- </dl>
- </section><!-- newslist end -->
- <section class="newslist">
- <dl>
- {dede:type typeid='14'}
- <dt>
- <a href="[field:typeurl/]" title="更多资讯"><img src="/templets/default/images/more.jpg" alt="更多资讯" /></a>
- <h2>[field:typename/]</h2>
- </dt>
- <dd>
- <div class="newslist_info">
- <div class="f14">
- <img src="[field:typeimg/]" alt="[field:typename/]" width="160px" height="90px" style="margin-right:10px;"/>
- <article class="lh20">[field:description/]</article>
- </div>
- {/dede:type}
- <div class="pt10">
- {dede:arclist typeid='14' row='5' flag="j"}
- <a href="[field:arcurl/]">[field:title/]</a>
- {/dede:arclist}
- </div>
- </div>
- <ul >
- {dede:arclist typeid='14' row='5' noflag="j"}
- <li><span >[field:pubdate function="GetDateMK(@me)"/]</span><a href="[field:arcurl/]">[field:title/]</a></li>
- {/dede:arclist}
- </ul>
- </dd>
- </dl>
- </section><!-- newslist end -->
- <section class="newslist">
- <dl>
- {dede:type typeid='15'}
- <dt>
- <a href="[field:typeurl/]" title="更多资讯"><img src="/templets/default/images/more.jpg" alt="更多资讯" /></a>
- <h2>[field:typename/]</h2>
- </dt>
- <dd>
- <div class="newslist_info">
- <div class="f14">
- <img src="[field:typeimg/]" alt="[field:typename/]" width="160px" height="90px" style="margin-right:10px;"/>
- <article class="lh20">[field:description/]</article>
- </div>
- {/dede:type}
- <div class="pt10">
- {dede:arclist typeid='15' row='5' flag="j"}
- <a href="[field:arcurl/]">[field:title/]</a>
- {/dede:arclist}
- </div>
- </div>
- <ul >
- {dede:arclist typeid='15' row='5' noflag="j"}
- <li><span >[field:pubdate function="GetDateMK(@me)"/]</span><a href="[field:arcurl/]">[field:title/]</a></li>
- {/dede:arclist}
- </ul>
- </dd>
- </dl>
- </section><!-- newslist end -->
- <section class="newslist">
- <dl>
- {dede:type typeid='13'}
- <dt>
- <a href="[field:typeurl/]" title="更多资讯"><img src="/templets/default/images/more.jpg" alt="更多资讯" /></a>
- <h2>[field:typename/]</h2>
- </dt>
- <dd>
- <div class="newslist_info">
- <div class="f14">
- <img src="[field:typeimg/]" alt="[field:typename/]" width="160px" height="90px" style="margin-right:10px;"/>
- <article class="lh20">[field:description/]</article>
- </div>
- {/dede:type}
- <div class="pt10">
- {dede:arclist typeid='31' row='5' flag="j"}
- <a href="[field:arcurl/]">[field:title/]</a>
- {/dede:arclist}
- </div>
- </div>
- <ul >
- {dede:arclist typeid='13' row='5' noflag="j"}
- <li><span >[field:pubdate function="GetDateMK(@me)"/]</span><a href="[field:arcurl/]">[field:title/]</a></li>
- {/dede:arclist}
- </ul>
- </dd>
- </dl>
- </section><!-- newslist end -->
-
- </section><!-- main_r end -->
- </section><!-- main_c end -->
- </section><!-- mian end -->
- {dede:include filename="foot_article.htm"/}
- </body>
- </html>
|