12345678910111213141516171819202122232425262728 |
- {eyou:include file='/template/pc/common/common_top.htm' /}
- <div id="header">
- {eyou:include file='/template/pc/common/header.htm' /}
- </div>
-
- <div id="cat-index">
- <link rel="stylesheet" href="/template/pc/skin/css/cat.css?<?php echo rand(1,99999);?>" media="all">
-
- {eyou:include file='/template/pc/components/banner/style_1.htm' /}
- {eyou:include file='/template/pc/components/nav/style_1.htm' /}
- {eyou:include file='/template/pc/components/tag/style_1.htm' /}
-
- <div class="content">
- <div class="box">
- {eyou:include file='/template/pc/components/list/style_1.htm' /}
- {eyou:include file='/template/pc/components/list/style_2.htm' /}
- {eyou:include file='/template/pc/components/list/style_3.htm' /}
- </div>
- </div>
-
- {eyou:include file='/template/pc/components/flow/style_1.htm' /}
- </div>
-
- <div id="footer">
- {eyou:include file='/template/pc/common/footer.htm' /}
- </div>
-
- {eyou:include file='/template/pc/common/common_bot.htm' /}
|