123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- {eyou:assign name='page' value='document' /}
- {eyou:include file='/template/pc/common/main/area.htm' /}
- {eyou:include file='/template/pc/common/main/param.htm' /}
- {eyou:include file='/template/pc/common/main/seo.htm' /}
- {eyou:include file='/template/pc/common/include/top.htm' /}
- {eyou:include file='/template/pc/common/other/background.htm' /}
- {eyou:include file='/template/pc/common/include/header.htm' /}
-
-
- <!--复制 copy/document.htm 页面名称: 文档主页 -->
-
- <div id="document-index">
- <link rel="stylesheet" href="/template/pc/css/document.css" media="all">
-
-
-
- <?php
- $title = '选择省市区';
- $con = 2;
- ?>
- {eyou:include file='/template/pc/components/tag/style_1.htm' /}
-
-
- <div style="display: none;">
- {eyou:if condition='($site != "zc" && $site != "www" && !in_array($route_param.provid,["4004","4023","4813","6303","7687","7709","7720"]))'}
- <?php
- $title = '选择市区';
- $con = 3;
- /*eyou:include file='/template/pc/components/tag/style_1.htm' /*/
- ?>
- <?php
- $title = '职称工种';
- $con = 1;
- /*eyou:include file='/template/pc/components/tag/style_1.htm' /*/
- ?>
- {/eyou:if}
- </div>
-
- <div class="content">
- <div class="box">
- <div class="box-left">
-
- <!--调用标签-->
-
- <?php
- $title = "职称网热门标签";
- $cat_id_tag = 58;
- ?>
- {eyou:include file='/template/pc/components/tag/style_2.htm' /}
-
- <?php
-
- ?>
- {eyou:include file='/template/pc/components/list/style_2.htm' /}
-
-
-
- <?php
- $title = '深圳职称快速申报入口';
- $kefu_id = '20';
- $is_kefu = 1;
- ?>
- {eyou:include file='/template/pc/components/text/style_4.htm' /}
-
- <?php
- $title='热门职称推荐';
- ?>
- <!--热门职称-->
- {eyou:include file='/template/pc/components/list/style_5.htm' /}
-
- </div>
- <div class="box-right">
- <?php
- if(empty($provid_name)){
- $provid_name = '省级';
- }
-
- //职称评审相关职称材料文档
- $types = ['','通用文件','政策指引','参考文件'];
- //$title= $provid_name."职称评审".$types[$type];
- //$title= "职称评审相关".$types[$type]."文档";
- $title = "职称评审相关职称材料文档";
- $con = 1;
- ?>
- {eyou:include file='/template/pc/components/list/style_9.htm' /}
-
-
- <?php
- $title= $provid_name.$cat_name."相关政策文件";
- $con = 2;
- /*eyou:include file='/template/pc/components/list/style_9.htm' /*/
- ?>
-
- <?php
- if(empty($cityid_name)){
- $cityid_name = '市级';
- }
- $title= $cityid_name.$cat_name."相关政策文件";
- $con = 3;
- /*eyou:include file='/template/pc/components/list/style_9.htm' /**/
- ?>
-
- <?php
- $title= $cat_name."相关参考文件";
- $con = 4;
- /**eyou:include file='/template/pc/components/list/style_9.htm' /*/
- ?>
- </div>
- </div>
- </div>
-
- <?php
- $title = "职称评审流程";
- ?>
- {eyou:include file='/template/pc/components/flow/style_1.htm' /}
-
- </div>
-
-
- {eyou:include file='/template/pc/common/include/footer.htm' /}
- {eyou:include file='/template/pc/common/include/bottom.htm' /}
-
-
|