Нема описа
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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360
  1. {eyou:assign name='page' value='zccat-detail-list' /}
  2. {eyou:php}
  3. /**处理参数*/
  4. $route_param = request()->route();
  5. //$route_param['tid'] =
  6. //var_dump($route_param);die;
  7. $route_domain = request()->domain();
  8. $route_domain2 = explode('//',$route_domain);
  9. $domain = explode('.',$route_domain2[1]);
  10. $site = $domain[0];
  11. //var_dump($site);
  12. $route_url = request()->url();
  13. //var_dump($route_domain);
  14. //var_dump($route_url);
  15. //技术员、助理、中级、高级、正高级
  16. if(!empty($route_param['pa'])){
  17. /*if((int)$route_param['pa'] === 1){
  18. $level = '助理';
  19. }elseif((int)$route_param['pa'] === 2){
  20. $level = '中级';
  21. }elseif((int)$route_param['pa'] === 3){
  22. $level = '高级';
  23. }elseif((int)$route_param['pa'] === 4){
  24. $level = '正高级';
  25. }else{
  26. $level = '技术员';
  27. }*/
  28. $level = (int)$route_param['pa']; //级别对应排序即可
  29. }else{
  30. /*$level = '技术员';*/
  31. $level = 0;
  32. }
  33. //查找文档id
  34. {/eyou:php}
  35. {eyou:php}
  36. $sql = "SELECT id FROM ey_citysite WHERE domain = '$site'";
  37. //echo $sql;
  38. {/eyou:php}
  39. {eyou:sql sql='$sql' cachetime='3600' id='city'}
  40. {eyou:php}
  41. $areaid = $city['id'];
  42. {/eyou:php}
  43. {/eyou:sql}
  44. {eyou:php}
  45. $num = (int)$route_param['catids'];
  46. $cid = $route_param['cid']?(int)$route_param['cid']:0;
  47. //var_dump($cid);
  48. if($cid > 0){
  49. $sql = "SELECT aid FROM ey_seo_number WHERE number=$cid and type=1 and tid=38 and topid=38 and parentid=38 and area_id=$areaid";
  50. }else{
  51. $sql = "SELECT aid FROM ey_seo_number WHERE number=$num and type=1 and tid=38 and topid=38 and parentid=38 and area_id=$areaid";
  52. }
  53. //echo $sql;
  54. {/eyou:php}
  55. {eyou:sql sql='$sql' cachetime='3600' id='seo'}
  56. {eyou:php}
  57. if($cid > 0){
  58. //再查询一次
  59. $so_parent_id = $seo['aid'];
  60. $sql2 = "SELECT aid FROM ey_seo_number WHERE number=$num and type=1 and tid=$so_parent_id and topid=38 and parentid=$so_parent_id and area_id=0";
  61. }else{
  62. $route_param['catids'] = $seo['aid'];
  63. //var_dump($route_param);
  64. }
  65. {/eyou:php}
  66. {/eyou:sql}
  67. {eyou:if condition='($cid > 0)'}
  68. <?php
  69. //var_dump($sql2);
  70. ?>
  71. {eyou:sql sql='$sql2' cachetime='3600' id='seo2'}
  72. {eyou:php}
  73. $route_param['catids'] = $seo2['aid'];
  74. //var_dump($route_param);
  75. {/eyou:php}
  76. {/eyou:sql}
  77. {/eyou:if}
  78. <?php
  79. //栏目信息 获取二级或者三级
  80. //var_dump($route_param);
  81. ?>
  82. {eyou:assign name='catid' value="$route_param.catids"}
  83. {eyou:type typeid='$route_param.catids' empty='' id="catinfo"}
  84. {eyou:assign name='parentid' value="$catinfo.parent_id"}
  85. {/eyou:type}
  86. <?php
  87. //var_dump($catid);
  88. ?>
  89. {eyou:empty name='$parentid' /}
  90. <?php
  91. //查找小类 获取到parentid
  92. ?>
  93. {eyou:sql sql="SELECT id,parent_id,typename FROM ey_arctype_cat WHERE id = $catid" cachetime='3600' id='field2'}
  94. {eyou:assign name='parentid' value="$field2.parent_id"}
  95. {/eyou:sql}
  96. {/eyou:empty}
  97. <?php
  98. $level_pa = (int)$level+1; //对应后台 要加 1
  99. if((int)$parentid === 38){
  100. //大类 二级
  101. $sql = "select aid from ey_archives where typeid=".$catid." and product_id=0 and level=".$level_pa." and is_del=0";
  102. //echo $sql;
  103. ?>
  104. {eyou:sql sql="$sql" cachetime='3600' empty='' id='detail'}
  105. {eyou:assign name='aid' value="$detail.aid"}
  106. {eyou:arcview aid="$detail.aid" id="field"}
  107. {eyou:php}
  108. //获取到文档详情
  109. $eyou['field'] = $field;
  110. {/eyou:php}
  111. {/eyou:arcview}
  112. {/eyou:sql}
  113. <?php
  114. }else{
  115. //小类 三级
  116. $sql = "select id,parent_id from ey_arctype_cat where id=".$catid." and is_del=0";
  117. ?>
  118. {eyou:sql sql="$sql" cachetime='3600' empty='' id='detail2'}
  119. <?php
  120. $sql2 = "select aid from ey_archives where typeid=".$detail2['parent_id']." and product_id=".$catid." and level=".$level_pa." and is_del=0";
  121. //echo $sql2;die;
  122. ?>
  123. {eyou:sql sql="$sql2" cachetime='3600' empty='' id='detail'}
  124. {eyou:assign name='aid' value="$detail.aid"}
  125. {eyou:arcview aid="$detail.aid" id="field"}
  126. {eyou:php}
  127. //获取到文档详情
  128. $eyou['field'] = $field;
  129. {/eyou:php}
  130. {/eyou:arcview}
  131. {/eyou:sql}
  132. {/eyou:sql}
  133. <?php } ?>
  134. <?php
  135. //获取seo
  136. //seo_title
  137. //seo_description
  138. /*var_dump($eyou['field']['seo_title']);
  139. var_dump($eyou['field']['seo_keywords']);
  140. var_dump($eyou['field']['seo_description']);*/
  141. ?>
  142. {eyou:php}
  143. /*打印信息*/
  144. //var_dump($detail);
  145. //var_dump($eyou['field']['area_id']);
  146. //var_dump($parentid);die;
  147. {/eyou:php}
  148. <!DOCTYPE html>
  149. <html>
  150. <head>
  151. <meta charset="utf-8">
  152. <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
  153. <title>{$eyou.field.seo_title}</title>
  154. <meta name="keywords" content="{$eyou.field.seo_keywords}">
  155. <meta name="description" content="{$eyou.field.seo_description}">
  156. <link rel="stylesheet" href="https://oss.zc10000.com/static/plug/layui/css/layui.css" media="all">
  157. <link rel="stylesheet" href="/template/pc/css/common.css" media="all">
  158. <!--后续修改样式 在extend.css 补充叠加 不修改原来的样式文件-->
  159. <link rel="stylesheet" href="/template/pc/css/extend.css" media="all">
  160. <script src="https://oss.zc10000.com/static/plug/layui/layui.js"></script>
  161. <script>
  162. layui.config({
  163. version: '1632428048355' //为了更新 js 缓存,可忽略
  164. });
  165. </script>
  166. </head>
  167. <body>
  168. <div id="bg_1"></div>
  169. <div id="bg_2"></div>
  170. <div id="bg_3"></div>
  171. {eyou:if condition='($page == "index")'}
  172. <div id="bg_4"></div>
  173. <div id="bg_5"></div>
  174. {/eyou:if}
  175. {eyou:if condition='($page == "lunwen-list")'}
  176. <div id="bg_4" style="top: 2660.87px;"></div>
  177. <div id="bg_5" style="top: 2673px;"></div>
  178. {/eyou:if}
  179. <div id="header">
  180. {eyou:include file='/template/pc/common/header.htm' /}
  181. </div>
  182. <!--复制 copy/product.htm 页面名称: 职称产品页-->
  183. <!--复制 copy/city_product.htm 页面名称: 职称产品页-->
  184. <!--区别: 区域字段-->
  185. <div id="cat-index">
  186. <link rel="stylesheet" href="/template/pc/css/product.css" media="all">
  187. {eyou:include file='/template/pc/components/banner/style_1.htm' /}
  188. {eyou:include file='/template/pc/components/nav/style_1.htm' /}
  189. {eyou:notempty name='$detail' /}
  190. {eyou:include file='/template/pc/components/detail/style_1.htm' /}
  191. <div class="content">
  192. <div class="box">
  193. <div class="box-left">
  194. <!--二级大类 必须是主页才显示-->
  195. {eyou:if condition='((int)$parentid === 38 && (int)$level === 0)'}
  196. <?php
  197. $title="职称小类";
  198. $con = '8';
  199. $catidw = $route_param['catids'];
  200. $sql = "select count(*) as total from ey_arctype_cat where parent_id=$catidw and is_del=0";
  201. ?>
  202. {eyou:sql sql='$sql' cachetime='3600' empty='没有数据'}
  203. {eyou:if condition='((int)$field.total > 0)'}
  204. {eyou:include file='/template/pc/components/detail/style_2.htm' /}
  205. {/eyou:if}
  206. {/eyou:sql}
  207. {/eyou:if}
  208. {eyou:if condition='((int)$level === 0)'}
  209. {eyou:empty name='$eyou.field.content_4' /}
  210. {eyou:else /}
  211. <?php
  212. $title= $product_name."评审概述";
  213. $con = '7';
  214. ?>
  215. {eyou:include file='/template/pc/components/detail/style_2.htm' /}
  216. {/eyou:empty}
  217. {/eyou:if}
  218. {eyou:empty name='$eyou.field.content_5' /}
  219. {eyou:else /}
  220. <?php
  221. $title= $product_name."评审适用范围";
  222. $con = '0';
  223. ?>
  224. {eyou:include file='/template/pc/components/detail/style_2.htm' /}
  225. {/eyou:empty}
  226. {eyou:empty name='$eyou.field.content_1' /}
  227. {eyou:else /}
  228. <?php
  229. $title= $product_name."评审工作要求";
  230. $con = '1';
  231. $id_name_div = "divcon1";
  232. ?>
  233. {eyou:include file='/template/pc/components/detail/style_2.htm' /}
  234. {/eyou:empty}
  235. {eyou:empty name='$eyou.field.content_6' /}
  236. {eyou:else /}
  237. <?php
  238. $title= $product_name."评审学历要求";
  239. $con = '4';
  240. $id_name_div = "divcon2";
  241. ?>
  242. {eyou:include file='/template/pc/components/detail/style_2.htm' /}
  243. {/eyou:empty}
  244. {eyou:empty name='$eyou.field.content_2' /}
  245. {eyou:else /}
  246. <?php
  247. $title= $product_name."评审业绩要求";
  248. $con = '2';
  249. $id_name_div = "divcon3";
  250. ?>
  251. {eyou:include file='/template/pc/components/detail/style_2.htm' /}
  252. {/eyou:empty}
  253. {eyou:empty name='$eyou.field.content_3' /}
  254. {eyou:else /}
  255. <?php
  256. $title= $product_name."评审学术要求";
  257. $con = '3';
  258. $id_name_div = "divcon4";
  259. ?>
  260. {eyou:include file='/template/pc/components/detail/style_2.htm' /}
  261. {/eyou:empty}
  262. <?php
  263. $title= $product_name."评审专利著作";
  264. $con = '5';
  265. $id_name_div = "divcon6";
  266. ?>
  267. {eyou:empty name='$eyou.field.content_7' /}
  268. {eyou:else /}
  269. <?php
  270. $title= $product_name."评审破格条件";
  271. $con = '6';
  272. $id_name_div = "divcon5";
  273. ?>
  274. {eyou:include file='/template/pc/components/detail/style_2.htm' /}
  275. {/eyou:empty}
  276. <!--上下篇-->
  277. {eyou:include file='/template/pc/components/text/style_5.htm' /}
  278. </div>
  279. <div class="box-right">
  280. <!--相关问题-->
  281. <?php
  282. $title = '相关问题';
  283. $cat_id = '111';
  284. $son_id = '111';
  285. ?>
  286. {eyou:include file='/template/pc/components/list/style_4.htm' /}
  287. <?php
  288. $title = '职称论文发表热门期刊';
  289. ?>
  290. {eyou:include file='/template/pc/components/list/style_5.htm' /}
  291. {eyou:include file='/template/pc/components/banner/style_2.htm' /}
  292. </div>
  293. </div>
  294. </div>
  295. {/eyou:notempty}
  296. </div>
  297. <div id="footer">
  298. {eyou:include file='/template/pc/common/footer.htm' /}
  299. </div>
  300. {eyou:include file='/template/pc/common/common_bot.htm' /}
  301. {eyou:include file='/template/pc/common/button_2.htm' /}