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.

list4.htm 1.2KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?php
  2. if((int)$catid === 0){
  3. //全部参考文件
  4. $where = "typeid='826' and is_del=0";
  5. }else{
  6. $where = "typeid='826' and stypeid='$catid' and is_del=0";
  7. }
  8. ?>
  9. {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"}
  10. <?php
  11. //var_dump($provid);
  12. //ar_dump($res2);
  13. ?>
  14. {eyou:empty name='$res4.ids' /}
  15. ----------------------(暂无相关文档)-----------------------
  16. {eyou:else /}
  17. {eyou:artlist idlist="$res4.ids" titlelen='30' infolen='160' orderby='update_time desc' addfields='handle_time'}
  18. <li>
  19. <div style=""></div>
  20. <span>.zip</span>
  21. <img src="https://oss.zc10000.com/static/images/039.svg" />
  22. <a href="{:get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'])}" class="k">{$field.title}</a>
  23. <p>
  24. <img src="https://oss.zc10000.com/static/images/031.SVG">
  25. <font class="sp-1">评审时间: </font>
  26. <font class="sp-2">{$field.handle_time}</font>
  27. </p>
  28. <a href="{:get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'])}">
  29. <button>
  30. 前往下载
  31. </button></a>
  32. </li>
  33. {/eyou:artlist}
  34. {/eyou:empty}
  35. {/eyou:sql}