Geen omschrijving
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_1.htm 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  1. <?php
  2. $name = "list-s-1";
  3. ?>
  4. <link rel="stylesheet" href="/template/mobile/components/list/style_1.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. {eyou:type typeid='$route_param.tid' empty='暂时没有数据'}
  15. <a href="{:get_tid_url_2($field['typeurl'])}">
  16. {eyou:if condition='($route_param.tid != 38)'}
  17. {$field.typename}
  18. {eyou:else /}
  19. 职称工种
  20. {/eyou:if}
  21. </a>
  22. {/eyou:type}
  23. </div>
  24. <div class="center">
  25. <!--定义内容标签 p span a li img--->
  26. <!--list 标签只能使用一次 会导致程序变量错乱-->
  27. {eyou:if condition='($route_param.tid == 38 && $areaid === 0)'}
  28. <!--调用全部职称产品并分页-->
  29. {eyou:php}
  30. //计算limit属性
  31. $pagesize = 12;
  32. if(!empty($route_param['pa'])){
  33. $curpage = $route_param['pa'];
  34. $start_li = $pagesize*($curpage-1); //开始位置
  35. $end_li = $pagesize*$curpage;
  36. $limit_cat_value = $start_li.','.$pagesize;
  37. }else{
  38. $curpage = 1;
  39. $limit_cat_value = '0,'.$pagesize;
  40. }
  41. {/eyou:php}
  42. {eyou:assign name='limit_cat' value="$limit_cat_value" /}
  43. <!--直接用sql-->
  44. <?php
  45. //area_id=$areaid
  46. $where = "parent_id=38 and topid=38 and is_del=0 and status=1";
  47. ?>
  48. {eyou:sql sql="SELECT id FROM __PREFIX__arctype WHERE $where order by update_time desc limit $limit_cat" cachetime='3600' id='res'}
  49. {eyou:foreach name='$res' item='cat'}
  50. {eyou:type typeid='$cat' empty='暂时没有数据' id='item'}
  51. <li style="position:relative;">
  52. <img src="https://oss.zc10000.com/static/images/bg_1.png" width='160' height='140'/>
  53. <a href="{:get_tid_url_2($item['typeurl'],0,0,0,'产品',$item['topid'],$item['area_id'])}">{$item.typename}</a>
  54. <span style="display:block;position: absolute;top:35%;width:100%;text-align:center;font-size: 20px;font-weight: bold;">
  55. {$item.typename}
  56. </span>
  57. </li>
  58. {/eyou:type}
  59. {/eyou:foreach}
  60. {/eyou:sql}
  61. {eyou:else /}
  62. <!--具体职称分类-->
  63. {eyou:php}
  64. //计算limit属性
  65. $pagesize = 12;
  66. if(!empty($route_param['pa'])){
  67. $curpage = $route_param['pa'];
  68. $start_li = $pagesize*($curpage-1); //开始位置
  69. $end_li = $pagesize*$curpage;
  70. $limit_cat_value = $start_li.','.$pagesize;
  71. }else{
  72. $curpage = 1;
  73. $limit_cat_value = '0,'.$pagesize;
  74. }
  75. {/eyou:php}
  76. {eyou:assign name='limit_cat' value="$limit_cat_value" /}
  77. <!--一开始用sql 用limit浪费时间-->
  78. <!--直接用sql-->
  79. <?php
  80. //area_id=$areaid
  81. $where1 = "area_id=$areaid and parent_id=38 and topid=38 and is_del=0 and status=1";
  82. ?>
  83. {eyou:sql sql="SELECT id FROM __PREFIX__arctype where $where1 order by add_time asc limit $limit_cat" cachetime='3600' id='res'}
  84. {eyou:foreach name='$res' item='cat'}
  85. {eyou:type typeid='$cat' empty='暂时没有数据' id='item'}
  86. <li style="position:relative;">
  87. <img src="https://oss.zc10000.com/static/images/bg_1.png" width='160' height='140'/>
  88. <a href="{:get_tid_url_2($item['typeurl'],0,0,0,'产品',$item['topid'],$item['area_id'])}">{$item.typename}</a>
  89. <span style="display:block;position: absolute;top:35%;width:100%;text-align:center;font-size: 20px;font-weight: bold;">
  90. {$item.typename}
  91. </span>
  92. </li>
  93. {/eyou:type}
  94. {/eyou:foreach}
  95. {/eyou:sql}
  96. {/eyou:if}
  97. </div>
  98. <div class="bottom">
  99. <div class="bottom-row" style="width:95%;">
  100. <!--定义内容标签 p span a li img--->
  101. <?php
  102. if($areaid > 0){
  103. $where2 = "area_id=$areaid and parent_id=38 and topid=38 and is_del=0 and status=1";
  104. }else{
  105. $where2 = "parent_id=38 and topid=38 and is_del=0 and status=1";
  106. }
  107. ?>
  108. {eyou:assign name='pid' value="$route_param.tid" /}
  109. {eyou:sql sql="select COUNT(*) as total FROM __PREFIX__arctype where $where2" cachetime='3600' empty='没有数据' id="list"}
  110. {eyou:php}
  111. $total_page = ceil($list['total']/$pagesize);
  112. $total_page_for = $total_page + 1;
  113. $pro_page = $curpage - 1;
  114. $pev_page = $curpage + 1;
  115. {/eyou:php}
  116. <div class="bottom bottom-row">
  117. {eyou:if condition='($route_param.tid == 38 && $areaid === 0)'}
  118. {eyou:if condition='((int)$total_page > 1)'}
  119. {eyou:if condition='((int)$curpage === 1)'}
  120. <li><a>首页</a></li>
  121. <li><a>上一页</a></li>
  122. {eyou:else /}
  123. <li><a href="/zczl">首页</a></li>
  124. {eyou:if condition='((int)$curpage === 2)'}
  125. <li><a href="/zczl">上一页</a></li>
  126. {eyou:else /}
  127. <li><a href="/zczl-{$pro_page}">上一页</a></li>
  128. {/eyou:if}
  129. {/eyou:if}
  130. {eyou:for start='1' end="$total_page_for"}
  131. {eyou:if condition='((int)$i === 1)'}
  132. {eyou:if condition='((int)$curpage === $i)'}
  133. <li class="active-1"><a>{$i}</a></li>
  134. {eyou:else /}
  135. <li><a href="/zczl" data-ey_fc35fdc="html" data-tmp="1" >{$i}</a></li>
  136. {/eyou:if}
  137. {eyou:else /}
  138. {eyou:if condition='((int)$curpage === $i)'}
  139. <li class="active-1"><a>{$i}</a></li>
  140. {eyou:else /}
  141. <?php
  142. if($total_page > 10){
  143. if(((int)$curpage-2)<$i && ((int)$curpage+2)>$i || ((int)$total_page-1)<$i && ((int)$total_page+1)>$i || 0<$i && 2>$i){ ?>
  144. <li><a href="/zczl-{$i}" data-ey_fc35fdc="html" data-tmp="1">{$i}</a></li>
  145. <?php }else{ ?>
  146. <?php
  147. if(((int)$curpage) > 3 && ((int)$curpage-2) === $i){
  148. echo "<li>...</li>";
  149. }
  150. if(((int)$curpage+2) < $total_page && ((int)$curpage+2) === $i){
  151. echo "<li>...</li>";
  152. }else{
  153. }
  154. ?>
  155. <?php }}else{ ?>
  156. <li><a href="/zczl-{$i}" data-ey_fc35fdc="html" data-tmp="1">{$i}</a></li>
  157. <?php } ?>
  158. {/eyou:if}
  159. {/eyou:if}
  160. {/eyou:for}
  161. {eyou:if condition='((int)$curpage === (int)$total_page)'}
  162. <li><a>下一页</a></li>
  163. <li><a>末页</a></li>
  164. {eyou:else /}
  165. <li><a href="/zczl-{$pev_page}" data-ey_fc35fdc="html" data-tmp="1">下一页</a></li>
  166. <li><a href="/zczl-{$total_page}" data-ey_fc35fdc="html" data-tmp="1">末页</a></li>
  167. {/eyou:if}
  168. {/eyou:if}
  169. 共<strong>
  170. {eyou:php}
  171. echo $total_page;
  172. {/eyou:php}
  173. </strong>页 <strong>{$list.total}</strong>条
  174. {eyou:else /}
  175. {eyou:if condition='((int)$total_page > 1)'}
  176. {eyou:if condition='((int)$curpage === 1)'}
  177. <li><a>首页</a></li>
  178. <li><a>上一页</a></li>
  179. {eyou:else /}
  180. <li><a href="/zczl/jzzc{$number}">首页</a></li>
  181. {eyou:if condition='((int)$curpage === 2)'}
  182. <li><a href="/zczl/jzzc{$number}">上一页</a></li>
  183. {eyou:else /}
  184. <li><a href="/zczl/jzzc{$number}-{$pro_page}">上一页</a></li>
  185. {/eyou:if}
  186. {/eyou:if}
  187. {eyou:for start='1' end="$total_page_for"}
  188. {eyou:if condition='((int)$i === 1)'}
  189. {eyou:if condition='((int)$curpage === $i)'}
  190. <li class="active-1"><a >{$i}</a></li>
  191. {eyou:else /}
  192. <li><a href="/zczl/jzzc{$number}" data-ey_fc35fdc="html" data-tmp="1">{$i}</a></li>
  193. {/eyou:if}
  194. {eyou:else /}
  195. {eyou:if condition='((int)$curpage === $i)'}
  196. <li class="active-1"><a>{$i}</a></li>
  197. {eyou:else /}
  198. <?php
  199. if($total_page > 10){
  200. if(((int)$curpage-2)<$i && ((int)$curpage+2)>$i || ((int)$total_page-1)<$i && ((int)$total_page+1)>$i || 0<$i && 2>$i){ ?>
  201. <li><a href="/zczl/jzzc{$number}-{$i}" data-ey_fc35fdc="html" data-tmp="1">{$i}</a></li>
  202. <?php }else{ ?>
  203. <?php
  204. if(((int)$curpage) > 3 && ((int)$curpage-2) === $i){
  205. echo "<li>...</li>";
  206. }
  207. if(((int)$curpage+2) < $total_page && ((int)$curpage+2) === $i){
  208. echo "<li>...</li>";
  209. }else{
  210. }
  211. ?>
  212. <?php }}else{ ?>
  213. <li><a href="/zczl/jzzc{$number}-{$i}" data-ey_fc35fdc="html" data-tmp="1">{$i}</a></li>
  214. <?php } ?>
  215. {/eyou:if}
  216. {/eyou:if}
  217. {/eyou:for}
  218. {eyou:if condition='((int)$curpage === (int)$total_page)'}
  219. <li><a>下一页</a></li>
  220. <li><a>末页</a></li>
  221. {eyou:else /}
  222. <li><a href="/zczl/jzzc{$number}-{$pev_page}" data-ey_fc35fdc="html" data-tmp="1">下一页</a></li>
  223. <li><a href="/zczl/jzzc{$number}-{$total_page}" data-ey_fc35fdc="html" data-tmp="1">末页</a></li>
  224. {/eyou:if}
  225. {/eyou:if}
  226. 共<strong>
  227. {eyou:php}
  228. echo $total_page;
  229. {/eyou:php}
  230. </strong>页 <strong>{$list.total}</strong>条
  231. {/eyou:if}
  232. </div>
  233. {/eyou:sql}
  234. </div>
  235. </div>
  236. </div>
  237. <div class="clear"></div>
  238. </div>
  239. </div>