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_psgl.htm 13KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  1. {eyou:assign name='page' value='zccat-detail-list' /}
  2. {eyou:include file='/template/pc/common/main/area.htm' /}
  3. {eyou:include file='/template/pc/common/main/param.htm' /}
  4. {eyou:include file='/template/pc/common/main/seo.htm' /}
  5. {eyou:include file='/template/pc/common/include/top.htm' /}
  6. {eyou:include file='/template/pc/common/other/background.htm' /}
  7. {eyou:include file='/template/pc/common/include/header.htm' /}
  8. <!--复制 copy/product.htm 页面名称: 职称产品页-->
  9. <!--复制 copy/city_product.htm 页面名称: 职称产品页-->
  10. <!--区别: 区域字段-->
  11. <div id="cat-index">
  12. <link rel="stylesheet" href="/template/pc/css/product.css" media="all">
  13. {eyou:include file='/template/pc/components/banner/style_1.htm' /}
  14. {eyou:include file='/template/pc/components/nav/style_1.htm' /}
  15. {eyou:notempty name='$detail' /}
  16. {eyou:include file='/template/pc/components/detail/style_1.htm' /}
  17. <div class="content">
  18. <div class="box">
  19. <div class="box-left">
  20. <!--二级大类 必须是主页才显示-->
  21. {eyou:if condition='((int)$parentid === 38 && (int)$level === 0)'}
  22. <?php
  23. $title="职称小类";
  24. $con = '8';
  25. $catidw = $route_param['catids'];
  26. $sql = "select count(*) as total from ey_arctype_cat where parent_id=$catidw and is_del=0";
  27. ?>
  28. {eyou:sql sql='$sql' cachetime='3600' empty='没有数据'}
  29. {eyou:if condition='((int)$field.total > 0)'}
  30. {eyou:include file='/template/pc/components/detail/style_2.htm' /}
  31. {/eyou:if}
  32. {/eyou:sql}
  33. {/eyou:if}
  34. {eyou:if condition='((int)$level === 0)'}
  35. {eyou:empty name='$eyou.field.content_4' /}
  36. {eyou:else /}
  37. <?php
  38. $title= $product_name."评审概述";
  39. $con = '7';
  40. ?>
  41. {eyou:include file='/template/pc/components/detail/style_2.htm' /}
  42. {/eyou:empty}
  43. {/eyou:if}
  44. <?php
  45. /*
  46. * {$eyou.field.product_id}
  47. {$eyou.field.typeid}
  48. {$eyou.field.aid}
  49. */
  50. ?>
  51. {eyou:empty name='$eyou.field.content_5' /}
  52. {eyou:if condition='((int)$level === 0)'}
  53. <?php
  54. //查找该产品下有没有
  55. $sql = "select a.aid,b.content_5 from ey_archives as a left join ey_zczygz_content as b ON a.aid = b.aid where a.typeid=".$eyou['field']['typeid']." and a.product_id=".$eyou['field']['product_id']." and a.is_del=0 and b.content_5!='' order by a.level asc,a.aid desc limit 0,1";
  56. //echo $sql;
  57. ?>
  58. {eyou:sql sql='$sql' cachetime='3600'}
  59. <?php
  60. $eyou['field']['content_5'] = htmlspecialchars_decode($field['content_5']);
  61. ?>
  62. {/eyou:sql}
  63. {eyou:notempty name='$eyou.field.content_5' /}
  64. <?php
  65. $title= $product_name."评审适用范围";
  66. $con = '0';
  67. ?>
  68. {eyou:include file='/template/pc/components/detail/style_2.htm' /}
  69. {/eyou:notempty}
  70. {/eyou:if}
  71. {eyou:else /}
  72. <?php
  73. $title= $product_name."评审适用范围";
  74. $con = '0';
  75. ?>
  76. {eyou:include file='/template/pc/components/detail/style_2.htm' /}
  77. {/eyou:empty}
  78. {eyou:empty name='$eyou.field.content_1' /}
  79. {eyou:if condition='((int)$level === 0)'}
  80. <?php
  81. //查找该产品下有没有
  82. $sql = "select a.aid,b.content_1 from ey_archives as a left join ey_zczygz_content as b ON a.aid = b.aid where a.typeid=".$eyou['field']['typeid']." and a.product_id=".$eyou['field']['product_id']." and a.is_del=0 and b.content_1!='' order by a.level asc,a.aid desc limit 0,1";
  83. //echo $sql;
  84. ?>
  85. {eyou:sql sql='$sql' cachetime='3600'}
  86. <?php
  87. $eyou['field']['content_1'] = htmlspecialchars_decode($field['content_1']);
  88. ?>
  89. {/eyou:sql}
  90. {eyou:notempty name='$eyou.field.content_1' /}
  91. <?php
  92. $title= $product_name."评审工作要求";
  93. $con = '1';
  94. $id_name_div = "divcon1";
  95. ?>
  96. {eyou:include file='/template/pc/components/detail/style_2.htm' /}
  97. {/eyou:notempty}
  98. {/eyou:if}
  99. {eyou:else /}
  100. <?php
  101. $title= $product_name."评审工作要求";
  102. $con = '1';
  103. $id_name_div = "divcon1";
  104. ?>
  105. {eyou:include file='/template/pc/components/detail/style_2.htm' /}
  106. {/eyou:empty}
  107. {eyou:empty name='$eyou.field.content_6' /}
  108. {eyou:if condition='((int)$level === 0)'}
  109. <?php
  110. //查找该产品下有没有
  111. $sql = "select a.aid,b.content_6 from ey_archives as a left join ey_zczygz_content as b ON a.aid = b.aid where a.typeid=".$eyou['field']['typeid']." and a.product_id=".$eyou['field']['product_id']." and a.is_del=0 and b.content_6!='' order by a.level asc,a.aid desc limit 0,1";
  112. //echo $sql;
  113. ?>
  114. {eyou:sql sql='$sql' cachetime='3600'}
  115. <?php
  116. $eyou['field']['content_6'] = htmlspecialchars_decode($field['content_6']);
  117. ?>
  118. {/eyou:sql}
  119. {eyou:notempty name='$eyou.field.content_6' /}
  120. <?php
  121. $title= $product_name."评审学历要求";
  122. $con = '4';
  123. $id_name_div = "divcon2";
  124. ?>
  125. {eyou:include file='/template/pc/components/detail/style_2.htm' /}
  126. {/eyou:notempty}
  127. {/eyou:if}
  128. {eyou:else /}
  129. <?php
  130. $title= $product_name."评审学历要求";
  131. $con = '4';
  132. $id_name_div = "divcon2";
  133. ?>
  134. {eyou:include file='/template/pc/components/detail/style_2.htm' /}
  135. {/eyou:empty}
  136. {eyou:empty name='$eyou.field.content_2' /}
  137. {eyou:if condition='((int)$level === 0)'}
  138. <?php
  139. //查找该产品下有没有
  140. $sql = "select a.aid,b.content_2 from ey_archives as a left join ey_zczygz_content as b ON a.aid = b.aid where a.typeid=".$eyou['field']['typeid']." and a.product_id=".$eyou['field']['product_id']." and a.is_del=0 and b.content_2!='' order by a.level asc,a.aid desc limit 0,1";
  141. //echo $sql;
  142. ?>
  143. {eyou:sql sql='$sql' cachetime='3600'}
  144. <?php
  145. $eyou['field']['content_2'] = htmlspecialchars_decode($field['content_2']);
  146. ?>
  147. {/eyou:sql}
  148. {eyou:notempty name='$eyou.field.content_2' /}
  149. <?php
  150. $title= $product_name."评审业绩要求";
  151. $con = '2';
  152. $id_name_div = "divcon3";
  153. ?>
  154. {eyou:include file='/template/pc/components/detail/style_2.htm' /}
  155. {/eyou:notempty}
  156. {/eyou:if}
  157. {eyou:else /}
  158. <?php
  159. $title= $product_name."评审业绩要求";
  160. $con = '2';
  161. $id_name_div = "divcon3";
  162. ?>
  163. {eyou:include file='/template/pc/components/detail/style_2.htm' /}
  164. {/eyou:empty}
  165. {eyou:empty name='$eyou.field.content_3' /}
  166. {eyou:if condition='((int)$level === 0)'}
  167. <?php
  168. //查找该产品下有没有
  169. $sql = "select a.aid,b.content_3 from ey_archives as a left join ey_zczygz_content as b ON a.aid = b.aid where a.typeid=".$eyou['field']['typeid']." and a.product_id=".$eyou['field']['product_id']." and a.is_del=0 and b.content_3!='' order by a.level asc,a.aid desc limit 0,1";
  170. //echo $sql;
  171. ?>
  172. {eyou:sql sql='$sql' cachetime='3600'}
  173. <?php
  174. $eyou['field']['content_3'] = htmlspecialchars_decode($field['content_3']);
  175. ?>
  176. {/eyou:sql}
  177. {eyou:notempty name='$eyou.field.content_3' /}
  178. <?php
  179. $title= $product_name."评审学术要求";
  180. $con = '3';
  181. $id_name_div = "divcon4";
  182. ?>
  183. {eyou:include file='/template/pc/components/detail/style_2.htm' /}
  184. {/eyou:notempty}
  185. {/eyou:if}
  186. {eyou:else /}
  187. <?php
  188. $title= $product_name."评审学术要求";
  189. $con = '3';
  190. $id_name_div = "divcon4";
  191. ?>
  192. {eyou:include file='/template/pc/components/detail/style_2.htm' /}
  193. {/eyou:empty}
  194. <?php
  195. $title= $product_name."评审专利著作";
  196. $con = '5';
  197. $id_name_div = "divcon6";
  198. ?>
  199. {eyou:empty name='$eyou.field.content_7' /}
  200. {eyou:if condition='((int)$level === 0)'}
  201. <?php
  202. //查找该产品下有没有
  203. $sql = "select a.aid,b.content_7 from ey_archives as a left join ey_zczygz_content as b ON a.aid = b.aid where a.typeid=".$eyou['field']['typeid']." and a.product_id=".$eyou['field']['product_id']." and a.is_del=0 and b.content_7!='' order by a.level asc,a.aid desc limit 0,1";
  204. //echo $sql;
  205. ?>
  206. {eyou:sql sql='$sql' cachetime='3600'}
  207. <?php
  208. $eyou['field']['content_7'] = htmlspecialchars_decode($field['content_7']);
  209. ?>
  210. {/eyou:sql}
  211. {eyou:notempty name='$eyou.field.content_7' /}
  212. <?php
  213. $title= $product_name."评审破格条件";
  214. $con = '6';
  215. $id_name_div = "divcon5";
  216. ?>
  217. {eyou:include file='/template/pc/components/detail/style_2.htm' /}
  218. {/eyou:notempty}
  219. {/eyou:if}
  220. {eyou:else /}
  221. <?php
  222. $title= $product_name."评审破格条件";
  223. $con = '6';
  224. $id_name_div = "divcon5";
  225. ?>
  226. {eyou:include file='/template/pc/components/detail/style_2.htm' /}
  227. {/eyou:empty}
  228. <!--上下篇-->
  229. {eyou:include file='/template/pc/components/text/style_5.htm' /}
  230. </div>
  231. <div class="box-right">
  232. <!--相关问题-->
  233. <?php
  234. $title = '职称评审常见问题 '; //原先的职称相关问题 改为 常见问题
  235. $cat_id = '111';
  236. $son_id = '111';
  237. $limit = '0,9';
  238. ?>
  239. {eyou:include file='/template/pc/components/list/style_4.htm' /}
  240. <?php
  241. $title = '职称论文发表热门期刊';
  242. ?>
  243. {eyou:include file='/template/pc/components/list/style_5.htm' /}
  244. {eyou:include file='/template/pc/components/banner/style_2.htm' /}
  245. </div>
  246. </div>
  247. </div>
  248. {/eyou:notempty}
  249. </div>
  250. {eyou:include file='/template/pc/common/include/footer.htm' /}
  251. {eyou:include file='/template/pc/common/include/bottom.htm' /}
  252. {eyou:include file='/template/pc/common/other/but_article.htm' /}