123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267 |
-
- <?php
- $name = "list-s-1";
- ?>
- <link rel="stylesheet" href="/template/mobile/components/list/style_1.css?v=<?php echo rand(1,100000); ?>" media="all">
- <!--定义div盒子-->
- <div class="<?php echo $name; ?>-content">
- <div class="box">
- <!--定义内容布局--->
- <div class="row">
- <!--定义内部栅格 上下中左右 使用浮动-->
- <div class="top">
- <!--定义内容标签 p span a li img--->
- <!--<span></span>-->
- {eyou:type typeid='$route_param.tid' empty='暂时没有数据'}
- <a href="{:get_tid_url_2($field['typeurl'])}">
- {eyou:if condition='($route_param.tid != 38)'}
- {$field.typename}
- {eyou:else /}
- 职称工种
- {/eyou:if}
- </a>
- {/eyou:type}
- </div>
- <div class="center">
- <!--定义内容标签 p span a li img--->
- <!--list 标签只能使用一次 会导致程序变量错乱-->
- {eyou:if condition='($route_param.tid == 38 && $areaid === 0)'}
- <!--调用全部职称产品并分页-->
- {eyou:php}
- //计算limit属性
- $pagesize = 12;
- if(!empty($route_param['pa'])){
- $curpage = $route_param['pa'];
- $start_li = $pagesize*($curpage-1); //开始位置
- $end_li = $pagesize*$curpage;
- $limit_cat_value = $start_li.','.$pagesize;
- }else{
- $curpage = 1;
- $limit_cat_value = '0,'.$pagesize;
- }
- {/eyou:php}
- {eyou:assign name='limit_cat' value="$limit_cat_value" /}
-
- <!--直接用sql-->
- <?php
- //area_id=$areaid
- $where = "parent_id=38 and topid=38 and is_del=0 and status=1";
- ?>
- {eyou:sql sql="SELECT id FROM __PREFIX__arctype WHERE $where order by update_time desc limit $limit_cat" cachetime='3600' id='res'}
- {eyou:foreach name='$res' item='cat'}
- {eyou:type typeid='$cat' empty='暂时没有数据' id='item'}
- <li style="position:relative;">
- <img src="https://oss.zc10000.com/static/images/bg_1.png" width='160' height='140'/>
- <a href="{:get_tid_url_2($item['typeurl'],0,0,0,'产品',$item['topid'],$item['area_id'])}">{$item.typename}</a>
-
- <span style="display:block;position: absolute;top:35%;width:100%;text-align:center;font-size: 20px;font-weight: bold;">
- {$item.typename}
- </span>
-
- </li>
- {/eyou:type}
- {/eyou:foreach}
- {/eyou:sql}
- {eyou:else /}
- <!--具体职称分类-->
- {eyou:php}
- //计算limit属性
- $pagesize = 12;
- if(!empty($route_param['pa'])){
- $curpage = $route_param['pa'];
- $start_li = $pagesize*($curpage-1); //开始位置
- $end_li = $pagesize*$curpage;
- $limit_cat_value = $start_li.','.$pagesize;
- }else{
- $curpage = 1;
- $limit_cat_value = '0,'.$pagesize;
- }
- {/eyou:php}
- {eyou:assign name='limit_cat' value="$limit_cat_value" /}
- <!--一开始用sql 用limit浪费时间-->
- <!--直接用sql-->
-
- <?php
- //area_id=$areaid
- $where1 = "area_id=$areaid and parent_id=38 and topid=38 and is_del=0 and status=1";
- ?>
-
- {eyou:sql sql="SELECT id FROM __PREFIX__arctype where $where1 order by add_time asc limit $limit_cat" cachetime='3600' id='res'}
- {eyou:foreach name='$res' item='cat'}
- {eyou:type typeid='$cat' empty='暂时没有数据' id='item'}
- <li style="position:relative;">
- <img src="https://oss.zc10000.com/static/images/bg_1.png" width='160' height='140'/>
- <a href="{:get_tid_url_2($item['typeurl'],0,0,0,'产品',$item['topid'],$item['area_id'])}">{$item.typename}</a>
-
- <span style="display:block;position: absolute;top:35%;width:100%;text-align:center;font-size: 20px;font-weight: bold;">
- {$item.typename}
- </span>
-
- </li>
- {/eyou:type}
- {/eyou:foreach}
- {/eyou:sql}
-
-
- {/eyou:if}
- </div>
- <div class="bottom">
- <div class="bottom-row" style="width:95%;">
- <!--定义内容标签 p span a li img--->
-
- <?php
- if($areaid > 0){
- $where2 = "area_id=$areaid and parent_id=38 and topid=38 and is_del=0 and status=1";
- }else{
- $where2 = "parent_id=38 and topid=38 and is_del=0 and status=1";
- }
- ?>
- {eyou:assign name='pid' value="$route_param.tid" /}
- {eyou:sql sql="select COUNT(*) as total FROM __PREFIX__arctype where $where2" cachetime='3600' empty='没有数据' id="list"}
-
- {eyou:php}
- $total_page = ceil($list['total']/$pagesize);
- $total_page_for = $total_page + 1;
- $pro_page = $curpage - 1;
- $pev_page = $curpage + 1;
- {/eyou:php}
- <div class="bottom bottom-row">
- {eyou:if condition='($route_param.tid == 38 && $areaid === 0)'}
- {eyou:if condition='((int)$total_page > 1)'}
- {eyou:if condition='((int)$curpage === 1)'}
- <li><a>首页</a></li>
- <li><a>上一页</a></li>
- {eyou:else /}
- <li><a href="/zczl">首页</a></li>
- {eyou:if condition='((int)$curpage === 2)'}
- <li><a href="/zczl">上一页</a></li>
- {eyou:else /}
- <li><a href="/zczl-{$pro_page}">上一页</a></li>
- {/eyou:if}
- {/eyou:if}
- {eyou:for start='1' end="$total_page_for"}
- {eyou:if condition='((int)$i === 1)'}
- {eyou:if condition='((int)$curpage === $i)'}
- <li class="active-1"><a>{$i}</a></li>
- {eyou:else /}
- <li><a href="/zczl" data-ey_fc35fdc="html" data-tmp="1" >{$i}</a></li>
- {/eyou:if}
- {eyou:else /}
- {eyou:if condition='((int)$curpage === $i)'}
- <li class="active-1"><a>{$i}</a></li>
- {eyou:else /}
- <?php
- if($total_page > 10){
- if(((int)$curpage-2)<$i && ((int)$curpage+2)>$i || ((int)$total_page-1)<$i && ((int)$total_page+1)>$i || 0<$i && 2>$i){ ?>
-
- <li><a href="/zczl-{$i}" data-ey_fc35fdc="html" data-tmp="1">{$i}</a></li>
-
- <?php }else{ ?>
-
- <?php
- if(((int)$curpage) > 3 && ((int)$curpage-2) === $i){
- echo "<li>...</li>";
- }
- if(((int)$curpage+2) < $total_page && ((int)$curpage+2) === $i){
- echo "<li>...</li>";
- }else{
- }
- ?>
-
-
- <?php }}else{ ?>
- <li><a href="/zczl-{$i}" data-ey_fc35fdc="html" data-tmp="1">{$i}</a></li>
- <?php } ?>
-
- {/eyou:if}
- {/eyou:if}
- {/eyou:for}
- {eyou:if condition='((int)$curpage === (int)$total_page)'}
- <li><a>下一页</a></li>
- <li><a>末页</a></li>
- {eyou:else /}
- <li><a href="/zczl-{$pev_page}" data-ey_fc35fdc="html" data-tmp="1">下一页</a></li>
- <li><a href="/zczl-{$total_page}" data-ey_fc35fdc="html" data-tmp="1">末页</a></li>
- {/eyou:if}
- {/eyou:if}
- 共<strong>
- {eyou:php}
- echo $total_page;
- {/eyou:php}
- </strong>页 <strong>{$list.total}</strong>条
- {eyou:else /}
- {eyou:if condition='((int)$total_page > 1)'}
- {eyou:if condition='((int)$curpage === 1)'}
- <li><a>首页</a></li>
- <li><a>上一页</a></li>
- {eyou:else /}
- <li><a href="/zczl/jzzc{$number}">首页</a></li>
- {eyou:if condition='((int)$curpage === 2)'}
- <li><a href="/zczl/jzzc{$number}">上一页</a></li>
- {eyou:else /}
- <li><a href="/zczl/jzzc{$number}-{$pro_page}">上一页</a></li>
- {/eyou:if}
- {/eyou:if}
- {eyou:for start='1' end="$total_page_for"}
- {eyou:if condition='((int)$i === 1)'}
- {eyou:if condition='((int)$curpage === $i)'}
- <li class="active-1"><a >{$i}</a></li>
- {eyou:else /}
- <li><a href="/zczl/jzzc{$number}" data-ey_fc35fdc="html" data-tmp="1">{$i}</a></li>
- {/eyou:if}
- {eyou:else /}
- {eyou:if condition='((int)$curpage === $i)'}
- <li class="active-1"><a>{$i}</a></li>
- {eyou:else /}
-
- <?php
- if($total_page > 10){
- if(((int)$curpage-2)<$i && ((int)$curpage+2)>$i || ((int)$total_page-1)<$i && ((int)$total_page+1)>$i || 0<$i && 2>$i){ ?>
-
- <li><a href="/zczl/jzzc{$number}-{$i}" data-ey_fc35fdc="html" data-tmp="1">{$i}</a></li>
-
- <?php }else{ ?>
-
- <?php
- if(((int)$curpage) > 3 && ((int)$curpage-2) === $i){
- echo "<li>...</li>";
- }
- if(((int)$curpage+2) < $total_page && ((int)$curpage+2) === $i){
- echo "<li>...</li>";
- }else{
- }
- ?>
-
-
- <?php }}else{ ?>
- <li><a href="/zczl/jzzc{$number}-{$i}" data-ey_fc35fdc="html" data-tmp="1">{$i}</a></li>
- <?php } ?>
-
-
- {/eyou:if}
- {/eyou:if}
- {/eyou:for}
- {eyou:if condition='((int)$curpage === (int)$total_page)'}
- <li><a>下一页</a></li>
- <li><a>末页</a></li>
- {eyou:else /}
- <li><a href="/zczl/jzzc{$number}-{$pev_page}" data-ey_fc35fdc="html" data-tmp="1">下一页</a></li>
- <li><a href="/zczl/jzzc{$number}-{$total_page}" data-ey_fc35fdc="html" data-tmp="1">末页</a></li>
- {/eyou:if}
- {/eyou:if}
- 共<strong>
- {eyou:php}
- echo $total_page;
- {/eyou:php}
- </strong>页 <strong>{$list.total}</strong>条
- {/eyou:if}
-
- </div>
- {/eyou:sql}
-
- </div>
- </div>
- </div>
- <div class="clear"></div>
- </div>
- </div>
|