12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {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="./css/article.css?<?php echo rand(1,99999);?>" media="all">
- {eyou:include file='/template/pc/components/nav/style_1.htm' /}
- {eyou:include file='/template/pc/components/flow/style_1.htm' /}
-
- <div class="content">
- <div class="box">
- <div class="box-left">
- <?php
- $title="建筑工程管理职称评审工作能力";
- ?>
- {eyou:include file='/template/pc/components/detail/style_3.htm' /}
- </div>
- <div class="box-right">
- <?php
- $title = "职称政策资讯";
- ?>
- {eyou:include file='/template/pc/components/list/style_4.htm' /}
-
- <?php
- $title = "职称评审攻略";
- ?>
- {eyou:include file='/template/pc/components/list/style_4.htm' /}
-
- <?php
- $title = '快速评审客服';
- ?>
- {eyou:include file='/template/pc/components/text/style_4.htm' /}
-
- <?php
- $title = '职称论文发表客服';
- ?>
- {eyou:include file='/template/pc/components/text/style_4.htm' /}
-
- <?php
- $title = '职称专利申请客服';
- ?>
- {eyou:include file='/template/pc/components/text/style_4.htm' /}
- </div>
- </div>
- </div>
-
- <!--职称评审工具包-->
- {eyou:include file='/template/pc/components/text/style_6.htm' /}
-
- {eyou:include file='/template/pc/components/text/style_3.htm' /}
- </div>
-
- <div id="footer">
- {eyou:include file='/template/pc/common/footer.htm' /}
- </div>
-
- {eyou:include file='/template/pc/common/common_bot.htm' /}
|