No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

lists_zczygz_document_list(原文档筛选页面).htm 4.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. {eyou:assign name='page' value='document' /}
  2. {eyou:php}
  3. $route_param = request()->route();
  4. //var_dump($param);
  5. //处理域名获取当前域名名称
  6. $route_domain = request()->domain();
  7. $domain = explode('//',$route_domain);
  8. $domain = explode('.',$domain[1]);
  9. $site = $domain[0];
  10. //var_dump($site);
  11. if(!empty($site) || $site != 'zc' || $site != 'www'){
  12. //判定为二级域名
  13. }else{
  14. $site = 'www';
  15. }
  16. //处理城市参数
  17. if(!empty($route_param['site'])){
  18. $city_domain = $route_param['site'];
  19. }else{
  20. $city_domain = 'none';
  21. }
  22. //计算筛选链接
  23. $root_url = '/zlwd';
  24. if(!empty($route_param['catid'])){
  25. $url = $root_url.'-c'.$route_param['catid'];
  26. }else{
  27. $route_param['catid'] = 0;
  28. $url = $root_url.'-c0';
  29. }
  30. if(!empty($route_param['provid'])){
  31. $url = $url.'-p'.$route_param['provid'];
  32. }else{
  33. $route_param['provid'] = 0;
  34. $url = $url.'-p0';
  35. }
  36. if(!empty($route_param['cityid'])){
  37. $url = $url.'-y'.$route_param['cityid'];
  38. }else{
  39. $route_param['cityid'] = 0;
  40. $url = $url.'-y0';
  41. }
  42. //var_dump($route_param['catid']);
  43. {/eyou:php}
  44. {eyou:include file='/template/pc/common/common_top.htm' /}
  45. <div id="header">
  46. {eyou:include file='/template/pc/common/header.htm' /}
  47. </div>
  48. <!--复制 copy/document.htm 页面名称: 文档主页 -->
  49. <div id="document-index">
  50. <link rel="stylesheet" href="/template/pc/css/document.css" media="all">
  51. <?php
  52. $title = '选择省市区';
  53. $con = 2;
  54. ?>
  55. {eyou:include file='/template/pc/components/tag/style_1.htm' /}
  56. <div style="display: none;">
  57. {eyou:if condition='($site != "zc" && $site != "www" && !in_array($route_param.provid,["4004","4023","4813","6303","7687","7709","7720"]))'}
  58. <?php
  59. $title = '选择市区';
  60. $con = 3;
  61. /*eyou:include file='/template/pc/components/tag/style_1.htm' /*/
  62. ?>
  63. <?php
  64. $title = '职称工种';
  65. $con = 1;
  66. /*eyou:include file='/template/pc/components/tag/style_1.htm' /*/
  67. ?>
  68. {/eyou:if}
  69. </div>
  70. <div class="content">
  71. <div class="box">
  72. <div class="box-left">
  73. <?php
  74. ?>
  75. {eyou:include file='/template/pc/components/list/style_2.htm' /}
  76. <?php
  77. $title = '深圳职称快速申报入口';
  78. $kefu_id = '20';
  79. ?>
  80. {eyou:include file='/template/pc/components/text/style_4.htm' /}
  81. <?php
  82. $title='热门职称推荐';
  83. ?>
  84. <!--热门职称-->
  85. {eyou:include file='/template/pc/components/list/style_5.htm' /}
  86. </div>
  87. <div class="box-right">
  88. <?php
  89. if(empty($provid_name)){
  90. $provid_name = '省级';
  91. }
  92. $title= $provid_name."职称评审政策指引";
  93. $con = 1;
  94. ?>
  95. {eyou:include file='/template/pc/components/list/style_9.htm' /}
  96. <?php
  97. $title= $provid_name.$cat_name."相关政策文件";
  98. $con = 2;
  99. ?>
  100. {eyou:include file='/template/pc/components/list/style_9.htm' /}
  101. <?php
  102. if(empty($cityid_name)){
  103. $cityid_name = '市级';
  104. }
  105. $title= $cityid_name.$cat_name."相关政策文件";
  106. $con = 3;
  107. ?>
  108. {eyou:include file='/template/pc/components/list/style_9.htm' /}
  109. <?php
  110. $title= $cat_name."相关参考文件";
  111. $con = 4;
  112. ?>
  113. {eyou:include file='/template/pc/components/list/style_9.htm' /}
  114. </div>
  115. </div>
  116. </div>
  117. <?php
  118. $title = "职称评审流程";
  119. ?>
  120. {eyou:include file='/template/pc/components/flow/style_1.htm' /}
  121. </div>
  122. <div id="footer">
  123. {eyou:include file='/template/pc/common/footer.htm' /}
  124. </div>
  125. {eyou:include file='/template/pc/common/common_bot.htm' /}