1234567891011121314151617181920212223242526 |
- {eyou:assign name='page' value='works' /}
- {eyou:include file='/template/pc/common/common_top.htm' /}
- <div id="header">
- {eyou:include file='/template/pc/common/header.htm' /}
- </div>
-
- <!--职称论文期刊 主页-->
- <div id="works-index">
- <link rel="stylesheet" href="/template/pc/skin/css/works.css?<?php echo rand(1,99999);?>" media="all">
-
- {eyou:include file='/template/pc/components/banner/style_1.htm' /}
- {eyou:include file='/template/pc/components/flow/style_1.htm' /}
- {eyou:include file='/template/pc/components/list/style_7.htm' /}
- {eyou:include file='/template/pc/components/list/style_8.htm' /}
- {eyou:include file='/template/pc/components/banner/style_3.htm' /}
-
- <!--职称评审工具包-->
- {eyou:include file='/template/pc/components/list/style_6.htm' /}
- </div>
-
-
- <div id="footer">
- {eyou:include file='/template/pc/common/footer.htm' /}
- </div>
-
- {eyou:include file='/template/pc/common/common_bot.htm' /}
|