123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152 |
-
- {eyou:assign name='page' value='document' /}
- {eyou:php}
- $route_param = request()->route();
- //var_dump($param);
-
- //处理域名获取当前域名名称
- $route_domain = request()->domain();
- $domain = explode('//',$route_domain);
- $domain = explode('.',$domain[1]);
- $site = $domain[0];
- //var_dump($site);
- if(!empty($site) || $site != 'zc' || $site != 'www'){
- //判定为二级域名
- }else{
- $site = 'www';
- }
-
- //处理城市参数
- if(!empty($route_param['site'])){
- $city_domain = $route_param['site'];
- }else{
- $city_domain = 'none';
- }
-
- //计算筛选链接
- $root_url = '/zlwd';
- if(!empty($route_param['catid'])){
- $url = $root_url.'-c'.$route_param['catid'];
- }else{
- $route_param['catid'] = 0;
- $url = $root_url.'-c0';
- }
- if(!empty($route_param['provid'])){
- $url = $url.'-p'.$route_param['provid'];
- }else{
- $route_param['provid'] = 0;
- $url = $url.'-p0';
- }
-
- if(!empty($route_param['cityid'])){
- $url = $url.'-y'.$route_param['cityid'];
- }else{
- $route_param['cityid'] = 0;
- $url = $url.'-y0';
- }
-
-
- //var_dump($route_param['catid']);
- {/eyou:php}
-
- {eyou:include file='/template/pc/common/common_top.htm' /}
- <div id="header">
- {eyou:include file='/template/pc/common/header.htm' /}
- </div>
-
- <!--复制 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
-
- ?>
- {eyou:include file='/template/pc/components/list/style_2.htm' /}
-
- <?php
- $title = '深圳职称快速申报入口';
- $kefu_id = '20';
- ?>
- {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 = '省级';
- }
- $title= $provid_name."职称评审政策指引";
- $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>
-
- <div id="footer">
- {eyou:include file='/template/pc/common/footer.htm' /}
- </div>
- {eyou:include file='/template/pc/common/common_bot.htm' /}
-
-
|