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.

list1.htm 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <!--定义内容标签 p span a li img--->
  2. <?php
  3. //var_dump($eyou['site']);
  4. //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)
  5. //只调用省级 城市为空
  6. if((int)$eyou['site']['id'] === 0){
  7. //所有省份的数据
  8. $where = "typeid='825' and city_id > 0 and is_del=0";
  9. }else{
  10. $site_id = $eyou['site']['id'];
  11. $where = "typeid='825' and city_id='$site_id' and is_del=0";
  12. }
  13. ?>
  14. {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"}
  15. <?php
  16. //var_dump($provid);
  17. //var_dump($res);
  18. ?>
  19. {eyou:empty name='$res.ids' /}
  20. ----------------------(暂无相关文档)-----------------------
  21. {eyou:else /}
  22. {eyou:artlist idlist="$res.ids" titlelen='30' limit="0,20" infolen='160' orderby='update_time desc' addfields='handle_time'}
  23. <li>
  24. <div></div>
  25. <span>.zip</span>
  26. <img src="https://oss.zc10000.com/static/images/039.svg" />
  27. <a href="{:get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'])}" class="k">
  28. {$field.title}</a>
  29. <p>
  30. <img src="https://oss.zc10000.com/static/images/031.SVG">
  31. <font class="sp-1">评审时间 </font>
  32. <font class="sp-2">{$field.handle_time?$field.handle_time:'01月'}</font>
  33. </p>
  34. <a href="{:get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'])}">
  35. <button>
  36. 前往下载
  37. </button></a>
  38. </li>
  39. {/eyou:artlist}
  40. {/eyou:empty}
  41. {/eyou:sql}