설명 없음
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.

style_11.htm 18KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351
  1. <?php
  2. $name = "list-s-11";
  3. ?>
  4. <link rel="stylesheet" href="/template/mobile/components/list/style_11.css?v=<?php echo rand(1,100000); ?>" media="all">
  5. <!--定义div盒子-->
  6. <div class="<?php echo $name; ?>-content">
  7. <div class="box">
  8. <!--定义内容布局--->
  9. <div class="row">
  10. <!--定义内部栅格 上下中左右 使用浮动-->
  11. <div class="top">
  12. <!--定义内容标签 p span a li img--->
  13. <span></span>
  14. <a href=""><?php echo $title?$title:'建筑工程类职称'; ?></a>
  15. <?php if(isset($page) && $page == 'city2'){ ?>
  16. <!--不显示-->
  17. <a href="/{$eyou.site.domain}/gonglve" class="font-91" style="margin-left:5px;">全部评审攻略
  18. <img src="https://oss.zc10000.com/static/images/043.svg" />
  19. </a>
  20. <a href="/{$eyou.site.domain}/zhengce" class="font-91" style="margin-left:5px;">全部政策资讯
  21. <img src="https://oss.zc10000.com/static/images/043.svg" />
  22. </a>
  23. <a href="/zlwd" class="font-91" style="margin-left:5px;">全部政策文档
  24. <img src="https://oss.zc10000.com/static/images/043.svg" />
  25. </a>
  26. <!--<font class="font-90">换一批</font>-->
  27. <?php }else{ ?>
  28. <a href="javascript:void(0);" class="font-91 tab-a" style="margin-left:5px;background:#fff;color:rgb(0, 165, 120);">
  29. 政策资讯
  30. </a>
  31. <a href="javascript:void(0);" class="font-91 tab-a" style="margin-left:5px;background:#fff;color:rgb(0, 165, 120);">
  32. 政策指引
  33. </a>
  34. <a href="javascript:void(0);" class="font-91 tab-a tab-a-active" style="margin-left:5px;;background:#fff;color:rgb(0, 165, 120); ">
  35. 材料文档
  36. </a>
  37. <!-- <img src="https://oss.zc10000.com/static/images/043.svg" />-->
  38. <!--<font class="font-90">换一批</font>-->
  39. <?php } ?>
  40. </div>
  41. <div class="center">
  42. {eyou:if condition='($page == "city2")'}
  43. <!--定义内容标签 p span a li img--->
  44. <?php
  45. //var_dump($eyou['site']);
  46. //array(15) { ["id"]=> int(1) ["name"]=> string(6) "广东" ["level"]=> int(1) ["parent_id"]=> int(0) ["topid"]=> int(0) ["initial"]=> string(1) "G" ["status"]=> int(1) ["is_hot"]=> int(0) ["domain"]=> string(9) "guangdong" ["is_open"]=> int(1) ["seoset"]=> int(0) ["seo_title"]=> string(112)
  47. //只调用省级 城市为空
  48. if((int)$eyou['site']['id'] === 0){
  49. //所有省份的数据
  50. $where = "typeid='825' and city_id > 0 and is_del=0";
  51. }else{
  52. $site_id = $eyou['site']['id'];
  53. $where = "typeid='825' and city_id='$site_id' and is_del=0";
  54. }
  55. ?>
  56. {eyou:sql sql="select GROUP_CONCAT(aid SEPARATOR ',') AS ids from ey_archives where $where order by update_time desc limit 0,20" cachetime='3600' empty='没有数据' id="res"}
  57. <?php
  58. //var_dump($provid);
  59. //var_dump($res);
  60. ?>
  61. {eyou:empty name='$res.ids' /}
  62. ----------------------(暂无相关文档)-----------------------
  63. {eyou:else /}
  64. {eyou:artlist idlist="$res.ids" titlelen='30' limit="0,20" infolen='160' orderby='update_time desc' addfields='handle_time'}
  65. <li>
  66. <div></div>
  67. <span>.zip</span>
  68. <img src="https://oss.zc10000.com/static/images/039.svg" />
  69. <a href="{:get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'])}" class="k">
  70. {$field.title}</a>
  71. <p>
  72. <img src="https://oss.zc10000.com/static/images/031.SVG">
  73. <font class="sp-1">评审时间 </font>
  74. <font class="sp-2">{$field.handle_time?$field.handle_time:'01月'}</font>
  75. </p>
  76. <a href="{:get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'])}">
  77. <button>
  78. 前往下载
  79. </button></a>
  80. </li>
  81. {/eyou:artlist}
  82. {/eyou:empty}
  83. {/eyou:sql}
  84. {eyou:else /}
  85. <div class="box_1" style="display: block;">
  86. <!--定义内容标签 p span a li img--->
  87. <?php
  88. //var_dump($eyou['site']);
  89. //var_dump($site);
  90. //只调用省级 城市为空
  91. if((int)$eyou['site']['id'] === 0){
  92. //所有省份的数据
  93. $where = "typeid='126' and province_id > 0 and city_id='0' and is_del=0";
  94. }else{
  95. //$site_id = $eyou['site']['id'];
  96. $where = "typeid='126' and province_id='$site_pro_id' and city_id='0' and is_del=0";
  97. }
  98. if($site == "shandong" && $domain[0] == "www" || $site == "www"){
  99. $where = "typeid='126' and area_tag_id=10000 and is_del=0";
  100. }
  101. $ids = '';
  102. ?>
  103. {eyou:sql sql="select aid from ey_archives where $where order by update_time desc limit 0,8" cachetime='3600' empty='没有数据' id="res"}
  104. <?php
  105. //var_dump($provid);
  106. //var_dump($res);
  107. $ids .= ','.$res['aid'];
  108. ?>
  109. {/eyou:sql}
  110. {eyou:empty name='$ids' /}
  111. ----------------------(暂无相关文档)-----------------------
  112. {eyou:else /}
  113. <?php
  114. $ids = '0'.$ids;
  115. //var_dump($ids);
  116. $ids = explode(',',$ids);
  117. ?>
  118. {eyou:foreach name='$ids' item='field'}
  119. {eyou:arcview aid='$field' addfields='down'}
  120. <li>
  121. <?php
  122. $extension = substr($field['down'], strrpos($field['down'], '.') + 1);
  123. ?>
  124. <div style=""></div>
  125. <span>.{$extension}</span>
  126. <img src="https://oss.zc10000.com/static/img/{$extension}.svg" />
  127. <a href="{:get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],0,'',0,$field['province_id'])}" class="k">
  128. {$field.title}</a>
  129. <p>
  130. <!-- <img src="https://oss.zc10000.com/static/images/031.SVG">-->
  131. <font class="sp-1">阅读量: {$field.click}</font>
  132. <font class="sp-1">收藏量: {$field.collection}</font>
  133. <font class="sp-1">点赞量: {$field.likecount}</font>
  134. <font class="sp-1">下载量: {$field.downcount}</font>
  135. <!--<font class="sp-2">{$field.handle_time?$field.handle_time:'01月'}</font>-->
  136. </p>
  137. <a href="{:get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],0,'',0,$field['province_id'])}">
  138. <button>
  139. 前往下载
  140. </button></a>
  141. </li>
  142. {/eyou:arcview}
  143. {/eyou:foreach}
  144. {/eyou:empty}
  145. </div>
  146. <div class="box_1">
  147. <?php
  148. //var_dump($eyou['site']);
  149. //只调用省级 城市为空
  150. if((int)$eyou['site']['id'] === 0){
  151. //所有省份的数据
  152. $where = "typeid='825' and province_id > 0 and city_id='0' and is_del=0";
  153. }else{
  154. //$site_id = $eyou['site']['id'];
  155. $where = "typeid='825' and province_id='$site_pro_id' and city_id='0' and is_del=0";
  156. }
  157. //重写
  158. if($site == "shandong" && $domain[0] == "www" || $site == "www"){
  159. $where = "typeid='825' and area_tag_id=10000 and is_del=0";
  160. }
  161. $ids = '';
  162. ?>
  163. {eyou:sql sql="select aid from ey_archives where $where order by update_time desc limit 0,8" cachetime='3600' empty='没有数据' id="res"}
  164. <?php
  165. //var_dump($provid);
  166. //var_dump($res);
  167. $ids .= ','.$res['aid'];
  168. ?>
  169. {/eyou:sql}
  170. {eyou:empty name='$ids' /}
  171. ----------------------(暂无相关文档)-----------------------
  172. {eyou:else /}
  173. <?php
  174. $ids = '0'.$ids;
  175. //var_dump($ids);
  176. $ids = explode(',',$ids);
  177. ?>
  178. {eyou:foreach name='$ids' item='field'}
  179. {eyou:arcview aid='$field' addfields='down'}
  180. <li>
  181. <?php
  182. $extension = substr($field['down'], strrpos($field['down'], '.') + 1);
  183. ?>
  184. <div style=""></div>
  185. <span>.{$extension}</span>
  186. <img src="https://oss.zc10000.com/static/img/{$extension}.svg" />
  187. <a href="{:get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],0,'',0,$field['province_id'])}" class="k">
  188. {$field.title}</a>
  189. <p>
  190. <!--<img src="https://oss.zc10000.com/static/images/031.SVG">-->
  191. <font class="sp-1">阅读量: {$field.click}</font>
  192. <font class="sp-1">收藏量: {$field.collection}</font>
  193. <font class="sp-1">点赞量: {$field.likecount}</font>
  194. <font class="sp-1">下载量: {$field.downcount}</font>
  195. <!--<font class="sp-2">{$field.handle_time?$field.handle_time:'01月'}</font>-->
  196. </p>
  197. <a href="{:get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],0,'',0,$field['province_id'])}">
  198. <button>
  199. 前往下载
  200. </button></a>
  201. </li>
  202. {/eyou:arcview}
  203. {/eyou:foreach}
  204. {/eyou:empty}
  205. </div>
  206. <div class="box_1 zczx">
  207. <?php
  208. //var_dump($eyou['site']);
  209. //var_dump($cityid);
  210. //只调用省级 城市为空
  211. if((int)$eyou['site']['id'] === 0){
  212. //所有省份的数据
  213. $where = "typeid='115' and province_id > 0 and city_id='0' and is_del=0";
  214. }else{
  215. //$site_id = $eyou['site']['id'];
  216. if((int)$cityid > 0){
  217. $where = "typeid='115' and province_id='$site_pro_id' and city_id='$cityid' and is_del=0"; // and city_id='0'
  218. }else{
  219. $where = "typeid='115' and province_id='$site_pro_id' and is_del=0"; // and city_id='0'
  220. }
  221. }
  222. //and city_id='0'
  223. if($site == "shandong" && $domain[0] == "www" || $site == "www"){
  224. $where = "typeid='115' and is_del=0";
  225. }
  226. $ids = '';
  227. ?>
  228. {eyou:sql sql="select aid from ey_archives where $where order by update_time desc limit 0,10" cachetime='3600' empty='没有数据' id="res"}
  229. <?php
  230. //var_dump($provid);
  231. //var_dump($res);
  232. $ids .= ','.$res['aid'];
  233. ?>
  234. {/eyou:sql}
  235. {eyou:empty name='$ids' /}
  236. ----------------------(暂无相关文档)-----------------------
  237. {eyou:else /}
  238. <?php
  239. $ids = '0'.$ids;
  240. ?>
  241. {eyou:artlist idlist="$ids" limit="0,10" titlelen='30' infolen='160' orderby='update_time desc' addfields='handle_time,province_id'}
  242. <li>
  243. <a href="{:get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],0,'',0,$field['province_id'],$field['city_id'])}" class="k">
  244. {$field.title}</a>
  245. </li>
  246. {/eyou:artlist}
  247. {/eyou:empty}
  248. </div>
  249. {/eyou:if}
  250. </div>
  251. <div class="bottom">
  252. <!--定义内容标签 p span a li img--->
  253. <div class="bottom-row">
  254. {eyou:if condition='($site == "shandong" && $domain[0] == "www" || $site == "www")'}
  255. <div class="box-bot-1" style="display: block;">
  256. <span>
  257. <a href="https://www.zc10000.com/shandong_zccl" class="more-btn">查看更多</a>
  258. &nbsp;&nbsp;<img class="more-img" src="https://oss.zc10000.com/static/images/013.svg">
  259. </span>
  260. </div>
  261. <div class="box-bot-1">
  262. <span>
  263. <a href="https://www.zc10000.com/shandong_zcwj" class="more-btn">查看更多</a>
  264. &nbsp;&nbsp;<img class="more-img" src="https://oss.zc10000.com/static/images/013.svg"></span>
  265. </div>
  266. <div class="box-bot-1">
  267. <span>
  268. {eyou:if condition='($cityid > 0)'}
  269. <a href="https://www.zc10000.com/zhengce"
  270. class="more-btn">查看更多</a>
  271. {eyou:else /}
  272. <a href="https://www.zc10000.com/zhengce"
  273. class="more-btn">查看更多</a>
  274. {/eyou:if}
  275. &nbsp;&nbsp;<img class="more-img" src="https://oss.zc10000.com/static/images/013.svg">
  276. </span>
  277. </div>
  278. {eyou:else /}
  279. <div class="box-bot-1" style="display: block;">
  280. <span>
  281. <a href="https://{$site}.zc10000.com/zccl" class="more-btn">查看更多</a>
  282. &nbsp;&nbsp;<img class="more-img" src="https://oss.zc10000.com/static/images/013.svg">
  283. </span>
  284. </div>
  285. <div class="box-bot-1">
  286. <span>
  287. <a href="https://{$site}.zc10000.com/zcwj" class="more-btn">查看更多</a>
  288. &nbsp;&nbsp;<img class="more-img" src="https://oss.zc10000.com/static/images/013.svg"></span>
  289. </div>
  290. <div class="box-bot-1">
  291. <span>
  292. {eyou:if condition='($cityid > 0)'}
  293. <a href="https://{$site}.zc10000.com/{$city_domain}/zhengce"
  294. class="more-btn">查看更多</a>
  295. {eyou:else /}
  296. <a href="https://{$site}.zc10000.com/zhengce"
  297. class="more-btn">查看更多</a>
  298. {/eyou:if}
  299. &nbsp;&nbsp;<img class="more-img" src="https://oss.zc10000.com/static/images/013.svg">
  300. </span>
  301. </div>
  302. {/eyou:if}
  303. </div>
  304. </div>
  305. </div>
  306. <div class="clear"></div>
  307. </div>
  308. </div>