123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323 |
-
- {eyou:assign name='page' value='document' /}
- {eyou:php}
- $route_param = request()->route();
- //var_dump($param);
- //var_dump($route_param);
- $type = $route_param['type']?(int)$route_param['type']:1;
- //var_dump($type);
- $tagid = $route_param['tagid']?(int)$route_param['tagid']:0;
-
- $wareaname = $route_param['areaname']?$route_param['areaname']:'';
-
- //处理域名获取当前域名名称
- $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}
-
- <?php
- //处理一下seo
- //先判断是主站还是二级域名
- ?>
- {eyou:php}
- if($type === 1){
- $typeid = 126;
- $typeid_tdk = 303;
- $typeid_name = 'zlwd';
- }else if($type === 2){
- $typeid = 825;
- $typeid_tdk = 304;
- $typeid_name = 'zcwj';
- }else if($type === 3){
- $typeid = 826;
- $typeid_tdk = 305;
- $typeid_name = 'ckwj';
- }else if($type === 5){
- //职称材料 读取通用文件 数据
- $typeid = 126;
- $typeid_tdk = 303;
- $typeid_name = 'zccl';
- }
- $sql = '';
- $sql2 = '';
- if(!empty($site) && $site != 'zc' && $site != 'www'){
- //判定为二级域名
- $area_name = '';
- $sql2 = "SELECT id,name FROM ey_citysite WHERE domain = '".$site."'";
- }else{
- $site = 'www';
- }
-
- if(!empty($wareaname) && $wareaname == 'shandong'){
- $area_name = "山东";
- }
-
- //读取seo
- if($type === 5){
- $sql = "select id,seo_title,seo_keywords,seo_description from ey_arctype where id=125 ";
- }else{
- $sql = "select id,seo_title,seo_keywords,seo_description from ey_arctype where id=".$typeid." ";
- }
- //var_dump($sql);
- {/eyou:php}
-
- {eyou:if condition='($sql !== "")'}
- {eyou:sql sql='$sql' cachetime='3600' id='seo_cat'}
- {eyou:notempty name='$seo_cat' /}
- {eyou:php}
- $seo_title = $seo_cat['seo_title'];
- $seo_keywords = $seo_cat['seo_keywords'];
- $seo_description = $seo_cat['seo_description'];
-
- //var_dump($seo_title);
- {/eyou:php}
- {/eyou:notempty}
- {/eyou:sql}
- {/eyou:if}
-
- {eyou:if condition='($sql2 !== "")'}
- <?php
- //var_dump($sql2);die;
- ?>
- {eyou:sql sql='$sql2' cachetime='3600' id='area'}
- {eyou:php}
- $area_name = ''.$area['name'].'';
- $area_id = ''.$area['id'].'';
- {/eyou:php}
- {/eyou:sql}
-
- {eyou:php}
- $sql3 = "SELECT aid,seo_title,seo_keywords,seo_description FROM ey_archives WHERE typeid=$typeid_tdk and province_id=$area_id and is_del=0 and status=1 and arcrank=0";
- {/eyou:php}
- {eyou:sql sql='$sql3' cachetime='3600' id='seo_cat2'}
- {eyou:notempty name='$seo_cat2' /}
- {eyou:php}
- $seo_title2 = $seo_cat2['seo_title'];
- $seo_keywords2 = $seo_cat2['seo_keywords'];
- $seo_description2 = $seo_cat2['seo_description'];
- {/eyou:php}
- {/eyou:notempty}
- {/eyou:sql}
- {/eyou:if}
-
- <?php
- //存在标签页
- //统一按规则 后台无可自定义
- //水利职称材料参考_水利职称业绩模板【职称网】
- //$tagid
- ?>
- {eyou:if condition='((int)$tagid > 0)'}
- {eyou:sql sql='select aid,title from ey_archives where aid=$tagid' cachetime='3600' empty='' id="tag"}
- {eyou:assign name='tag_name' value='$tag["title"]' /}
- <?php
- $seo_title2 = '';
- $seo_title = $tag_name.'材料参考_'.$tag_name.'业绩模板【职称网】';
- $seo_keywords = $tag_name."材料参考,".$tag_name."业绩模板";
- $seo_description = $tag_name."材料参考首选【职称网】最受欢迎的职称评审网站,专注工程师职称评审,提供".$tag_name."业绩模板参考、职称申报、职称论文专利等一站式服务,职称评审绿色便捷通道。";
- ?>
- {/eyou:sql}
- {eyou:else /}
-
- {/eyou:if}
-
-
- <!DOCTYPE html>
- <html>
-
- <head>
- <meta charset="utf-8">
- <meta name="viewport"
- content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
-
-
- <?php
- if(isset($seo_title2) && !empty($seo_title2)){ ?>
-
- <title>{$seo_title2}</title>
- <meta name="keywords" content="{$seo_keywords2}">
- <meta name="description" content="{$seo_description2}">
-
- <?php }else{ ?>
-
- <title>{$area_name}{$seo_title}</title>
- <meta name="keywords" content="{$area_name}{$seo_keywords}">
- <meta name="description" content="{$area_name}{$seo_description}">
-
- <?php } ?>
-
- <link rel="stylesheet" href="https://oss.zc10000.com/static/plug/layui/css/layui.css?v=<?php echo rand(1,100000); ?>" media="all">
- <link rel="stylesheet" href="/template/mobile/css/common.css?v=<?php echo rand(1,100000); ?>" media="all">
- <!--后续修改样式 在extend.css?v=<?php echo rand(1,100000); ?> 补充叠加 不修改原来的样式文件-->
- <link rel="stylesheet" href="/template/mobile/css/extend.css?v=<?php echo rand(1,100000); ?>" media="all">
- <script src="https://oss.zc10000.com/static/plug/layui/layui.js"></script>
- <script>
- layui.config({
- version: '1632428048355' //为了更新 js 缓存,可忽略
- });
- </script>
- </head>
-
- <body>
-
- {eyou:include file='/template/mobile/common/background.htm' /}
-
- <div id="header">
- {eyou:include file='/template/mobile/common/header.htm' /}
- </div>
-
- <!--复制 copy/document.htm 页面名称: 文档主页 -->
-
- <div id="document-index">
- <link rel="stylesheet" href="/template/mobile/css/document.css?v=<?php echo rand(1,100000); ?>" media="all">
-
-
-
- <?php
- $title = '选择省市区';
- $con = 2;
- ?>
- {eyou:include file='/template/mobile/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/mobile/components/tag/style_1.htm' /*/
- ?>
- <?php
- $title = '职称工种';
- $con = 1;
- /*eyou:include file='/template/mobile/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/mobile/components/tag/style_2.htm' /}
-
- <?php
-
- ?>
- {eyou:include file='/template/mobile/components/list/style_2.htm' /}
-
-
-
- <?php
- $title = '深圳职称快速申报入口';
- $kefu_id = '20';
- $is_kefu = 1;
- ?>
- {eyou:include file='/template/mobile/components/text/style_4.htm' /}
-
- <?php
- $title='热门职称推荐';
- ?>
- <!--热门职称-->
- {eyou:include file='/template/mobile/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/mobile/components/list/style_9.htm' /}
-
-
- <?php
- $title= $provid_name.$cat_name."相关政策文件";
- $con = 2;
- /*eyou:include file='/template/mobile/components/list/style_9.htm' /*/
- ?>
-
- <?php
- if(empty($cityid_name)){
- $cityid_name = '市级';
- }
- $title= $cityid_name.$cat_name."相关政策文件";
- $con = 3;
- /*eyou:include file='/template/mobile/components/list/style_9.htm' /**/
- ?>
-
- <?php
- $title= $cat_name."相关参考文件";
- $con = 4;
- /**eyou:include file='/template/mobile/components/list/style_9.htm' /*/
- ?>
- </div>
- </div>
- </div>
-
- <?php
- $title = "职称评审流程";
- ?>
- {eyou:include file='/template/mobile/components/flow/style_1.htm' /}
-
- </div>
-
- <div id="footer">
- {eyou:include file='/template/mobile/common/footer.htm' /}
- </div>
- {eyou:include file='/template/mobile/common/common_bot.htm' /}
-
-
|