123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399 |
-
- <?php
- $name = "list-s-9";
- ?>
- <link rel="stylesheet" href="/template/mobile/components/list/style_9.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>
- <?php
- $url_ext = '';
- if($tagid > 0){
- $url_ext = '/tag'.$tagid;
- }
- ?>
- {eyou:if condition='($type === 1 || $type === 5)'}
- <!--政策指引-->
- <a href=""><?php echo $title?$title:'广东省职称评审表' ?></a>
- <!-- <font class="more"><a href=""style="font-family: 'HarmonyOS Sans SC' !important;">更多</a> <img src="https://oss.zc10000.com/static/images/037.svg" /></font>-->
- <font class="more">
- {eyou:if condition='($type === 5)'}
-
- {/eyou:if}
- <a href="/zlwd{$url_ext}" class="ma active">通用文件</a>
- <font class="mf">|</font>
- <a href="/zcwj{$url_ext}" class="ma">政策指引</a>
- <!--<font class="mf">|</font>
- <a href="/ckwj{$url_ext}" class="ma">参考文件</a>-->
- </font>
-
- {eyou:elseif condition='($type === 2)'}
- <!--政策文件-->
-
- <a href=""><?php echo $title?$title:'广东省职称评审表' ?></a>
- <!-- <font class="more"><a href=""style="font-family: 'HarmonyOS Sans SC' !important;">更多</a> <img src="https://oss.zc10000.com/static/images/037.svg" /></font>-->
- <font class="more">
- <a href="/zlwd{$url_ext}" class="ma">通用文件</a>
- <font class="mf">|</font>
- <a href="/zcwj{$url_ext}" class="ma active">政策指引</a>
- <!--<font class="mf">|</font>
- <a href="/ckwj{$url_ext}" class="ma">参考文件</a>-->
- </font>
- {eyou:else /}
- <!--参考文件-->
-
- <a href=""><?php echo $title?$title:'广东省职称评审表' ?></a>
- <!-- <font class="more"><a href=""style="font-family: 'HarmonyOS Sans SC' !important;">更多</a> <img src="https://oss.zc10000.com/static/images/037.svg" /></font>-->
- <font class="more">
- <a href="/zlwd{$url_ext}" class="ma">通用文件</a>
- <font class="mf">|</font>
- <a href="/zcwj{$url_ext}" class="ma">政策指引</a>
- </font>
- {/eyou:if}
-
-
- </div>
- <div class="center">
- <!--定义内容标签 p span a li img--->
- <!--涉及到筛选 sql读取 再调用-->
- <!--所有资料文档必须有区域信息 才能显示出来 全国的不显示-->
- <?php
- if((int)$catid === 125){
- $catid = 0;
- }
- ?>
- {eyou:if condition='($con === 1)'}
- <!--拼接查询条件-->
- <?php
- //栏目id
- $tyid = ['0','126','825','826','','126'];
-
- //只调用省级 城市为空
- if((int)$provid === 0 && (int)$catid === 0){
- //所有省份的数据
- //$where = "typeid=".$tyid[$type]." and province_id > 0 and city_id='0' and is_del=0";
- $where = "typeid=".$tyid[$type]." and is_del=0";
- }else if((int)$provid > 0 && (int)$catid === 0){
- //只选择省 不选择职称
- $where = "typeid=".$tyid[$type]." and province_id='$provid' and city_id='0' and is_del=0";
- }else{
- //职称 > 0 那么理论上省=0或>0 但这里省必定>0
- $where = "typeid=".$tyid[$type]." and province_id='$provid' and stypeid='$catid' and city_id='0' and is_del=0";
- }
-
- if($tagid > 0){
- //加入筛选
- $where = $where.' and product_tag_id='.$tagid;
- }
-
-
- if(!empty($wareaname) && $wareaname == 'shandong'){
- //查询id
- $where = $where.' and area_tag_id=10000';
- }
-
- ?>
- {eyou:php}
- //计算limit属性
- $pagesize = 20;
- 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" /}
- <?php
- //$sql = "select GROUP_CONCAT(aid SEPARATOR ',') AS ids from ey_archives where $where order by update_time desc limit $limit_cat";
- $sql = "select aid from ey_archives where $where order by update_time desc limit $limit_cat";
- //echo $sql;die;
- $ids = '';
- ?>
- {eyou:sql sql="$sql" cachetime='3600' empty='没有数据' id="res"}
- <?php
- //var_dump($provid);
- //var_dump($res);
- $ids = $res['aid'].','.$ids;
- ?>
- {/eyou:sql}
- <?php
- $ids = preg_replace("/.$/", "", $ids);
- ?>
- <!--开始查询-->
- {eyou:empty name='$ids' /}
- ----------------------(暂无相关文档)-----------------------
- {eyou:else /}
- {eyou:artlist idlist="$ids" titlelen='30' infolen='160' limit="0,20" orderby='update_time desc' addfields='down'}
- <li>
- <?php
- $extension = substr($field['down'], strrpos($field['down'], '.') + 1);
- ?>
- <div style=""></div>
- <span>.{$extension}</span>
- <img src="https://oss.zc10000.com/static/img/{$extension}.svg" />
- <a href="{:get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],0,'',0,$field['province_id'])}" class="k">{$field.title}</a>
- <!--<p>
- <img src="https://oss.zc10000.com/static/images/031.SVG">
- <font class="sp-1">评审时间</font>
- <font class="sp-2">{$field.handle_time}</font>
- </p>-->
-
- <p>
- <font>阅读量: {$field.click}</font>
- <font>收藏量: {$field.collection}</font>
- <font>点赞量: {$field.likecount}</font>
- <font>下载量: {$field.downcount}</font>
- </p>
- <a href="{:get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],0,'',0,$field['province_id'])}">
- <button>
- 前往下载
- </button></a>
- </li>
- {/eyou:artlist}
- {/eyou:empty}
-
- <!--自定义分页开始-->
- {eyou:sql sql="select count(*) AS num from ey_archives where $where" cachetime='3600' empty='没有数据' id="res333"}
- {eyou:assign name='total_all' value='$res333.num' /}
- {/eyou:sql}
- <div class="page">
- <?php
- //需要变量
- $request = request();
- $url = $request->url();
-
- if (strpos($url, '-') !== false) {
- $url = explode('-',$url);
- $url = $url[0];
- }else{
-
- }
-
- $total = $total_all;
- $pagesize = 20;
- $total_page = ceil($total/$pagesize);
- //$curpage = $curpage;
- $total_page_for = $total_page + 1;
- $pro_page = $curpage - 1;
- $pev_page = $curpage + 1;
- ?>
- {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="{$url}">首页</a></li>
- {eyou:if condition='((int)$curpage === 2)'}
- <li><a href="{$url}">上一页</a></li>
- {eyou:else /}
- <li><a href="{$url}-{$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="{$url}" 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="{$url}-{$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="{$url}-{$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="{$url}-{$pev_page}" data-ey_fc35fdc="html" data-tmp="1">下一页</a></li>
- <li><a href="{$url}-{$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>{$total}</strong>条
- </div>
-
- <!--自定义分页结束-->
-
- {eyou:elseif condition='($con === 2)'}
- <?php
- //省级 不包含所有城市
- //只存在省 或者 只存在职称
- //或者省和职称同时存在
- //var_dump((int)$catid);
- if((int)$provid === 0 && (int)$catid === 0){
- $where = "typeid='825' and province_id>0 and city_id='0' and is_del=0";
- }else if((int)$provid > 0 && (int)$catid === 0){
- //有职称的不调用出来 stypeid is null and stypeid=''
- $where = "typeid='825' and province_id='$provid' and city_id='0' and is_del=0";
- }else if((int)$provid === 0 && (int)$catid > 0){
- $where = "typeid='825' and province_id>0 and stypeid='$catid' and city_id='0' and is_del=0";
- }else{
- //都大于0
- //stypeid 字段不使用 like
- $where = "typeid='825' and province_id='$provid' and stypeid='$catid' and city_id='0' and is_del=0";
- }
- ?>
- {eyou:sql sql="select GROUP_CONCAT(aid SEPARATOR ',') AS ids from ey_archives where $where order by update_time desc" cachetime='3600' empty='没有数据' id="res2"}
- <?php
- //var_dump($provid);
- //ar_dump($res2);
- ?>
- {eyou:empty name='$res2.ids' /}
- ----------------------(暂无相关文档)-----------------------
- {eyou:else /}
- {eyou:artlist idlist="$res2.ids" titlelen='30' infolen='160' orderby='update_time desc' addfields='handle_time'}
- <li>
- <?php
- $extension = substr($field['down'], strrpos($field['down'], '.') + 1);
- ?>
- <div style=""></div>
- <span>.{$extension}</span>
- <img src="https://oss.zc10000.com/static/img/{$extension}.svg" />
- <a href="{:get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'])}" class="k">{$field.title}</a>
- <p>
- <img src="https://oss.zc10000.com/static/images/031.SVG">
- <font class="sp-1">评审时间: </font>
- <font class="sp-2">{$field.handle_time}</font>
- </p>
- <a href="{:get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'])}">
- <button>
- 前往下载
- </button></a>
- </li>
- {/eyou:artlist}
- {/eyou:empty}
- {/eyou:sql}
- {eyou:elseif condition='($con === 3)'}
- <?php
- //市级 加 职称
- if((int)$cityid === 0 && (int)$catid === 0){
- $where = "typeid='825' and city_id>0 and is_del=0";
- }else if((int)$cityid > 0 && (int)$catid === 0){
- //and stypeid=''
- $where = "typeid='825' and city_id='$cityid' and is_del=0";
- }else if((int)$cityid === 0 && (int)$catid > 0){
- //city_id>0 表示这是市级文档 只是这里调全部市级
- $where = "typeid='825' and city_id>0 and stypeid='$catid' and is_del=0";
- }else{
- //都大于0
- //stypeid 字段不使用 like
- $where = "typeid='825' and city_id='$cityid' and stypeid='$catid' and is_del=0";
- }
- ?>
- {eyou:sql sql="select GROUP_CONCAT(aid SEPARATOR ',') AS ids from ey_archives where $where order by update_time desc" cachetime='3600' empty='没有数据' id="res3"}
- <?php
- //var_dump($cityid);
- //var_dump($res3);
- ?>
- {eyou:empty name='$res3.ids' /}
- ----------------------(暂无相关文档)-----------------------
- {eyou:else /}
- {eyou:artlist idlist="$res3.ids" titlelen='30' infolen='160' orderby='update_time desc' addfields='handle_time'}
- <li>
- <div style=""></div>
- <span>.zip</span>
- <img src="https://oss.zc10000.com/static/images/039.svg" />
- <a href="{:get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'])}" class="k">{$field.title}</a>
- <p>
- <img src="https://oss.zc10000.com/static/images/031.SVG">
- <font class="sp-1">评审时间: </font>
- <font class="sp-2">{$field.handle_time}</font>
- </p>
- <a href="{:get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'])}">
- <button>
- 前往下载
- </button></a>
- </li>
- {/eyou:artlist}
- {/eyou:empty}
- {/eyou:sql}
-
-
-
- {eyou:elseif condition='($con === 4)'}
- <?php
- if((int)$catid === 0){
- //全部参考文件
- $where = "typeid='826' and is_del=0";
- }else{
- $where = "typeid='826' and stypeid='$catid' and is_del=0";
- }
- ?>
- {eyou:sql sql="select GROUP_CONCAT(aid SEPARATOR ',') AS ids from ey_archives where $where order by update_time desc" cachetime='3600' empty='没有数据' id="res4"}
- <?php
- //var_dump($provid);
- //ar_dump($res2);
- ?>
- {eyou:empty name='$res4.ids' /}
- ----------------------(暂无相关文档)-----------------------
- {eyou:else /}
- {eyou:artlist idlist="$res4.ids" titlelen='30' infolen='160' orderby='update_time desc' addfields='handle_time'}
- <li>
- <div style=""></div>
- <span>.zip</span>
- <img src="https://oss.zc10000.com/static/images/039.svg" />
- <a href="{:get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'])}" class="k">{$field.title}</a>
- <p>
- <img src="https://oss.zc10000.com/static/images/031.SVG">
- <font class="sp-1">评审时间: </font>
- <font class="sp-2">{$field.handle_time}</font>
- </p>
- <a href="{:get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'])}">
- <button>
- 前往下载
- </button></a>
- </li>
- {/eyou:artlist}
- {/eyou:empty}
- {/eyou:sql}
-
-
- {eyou:else /}
- {/eyou:if}
-
-
- </div>
-
-
-
- </div>
- <div class="clear"></div>
- </div>
- </div>
|