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.

center5.htm 3.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <?php if(isset($page) && $page == 'works' || isset($page) && $page == 'document.htm' || isset($page) && $page == 'provincial'){ ?>
  2. {eyou:if condition='($page == "provincial")'}
  3. {eyou:artlist stypeid='0' typeid="116,123" limit='0,4' titlelen='30' infolen='160' orderby='update_time desc'}
  4. <li class="qktj">
  5. <img src="{$field.litpic}" width="100" height="133"/>
  6. <a href="{:get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'])}">{$field.title|msubstr=###,0,18,true}</a>
  7. </li>
  8. {/eyou:artlist}
  9. {eyou:else /}
  10. <!---热门职称推荐-->
  11. <?php
  12. //area_id=$areaid
  13. $where1 = "area_id>0 and parent_id=38 and topid=38 and is_del=0 and status=1 and is_hot=1";
  14. ?>
  15. {eyou:sql sql="SELECT id FROM __PREFIX__arctype where $where1 order by update_time desc limit 0,6" cachetime='3600' id='res'}
  16. {eyou:foreach name='$res' item='cat'}
  17. {eyou:type typeid='$cat' empty='暂时没有数据' id='field2'}
  18. <li style="position:relative;">
  19. <img src="https://oss.zc10000.com/static/images/bg_1.png" width="191" height="167"/>
  20. <span style="display:block;position: absolute;top:36%;width:100%;text-align:center;font-size: 20px;font-weight: bold;">
  21. {$field2.typename}
  22. </span>
  23. <a href="{:get_tid_url_2($field2['typeurl'],0,0,0,'产品',$field2['topid'],$field2['area_id'])}">{$field2.typename}</a>
  24. </li>
  25. {/eyou:type}
  26. {/eyou:foreach}
  27. {/eyou:sql}
  28. {/eyou:if}
  29. <?php }else{ ?>
  30. {eyou:if condition='($page == "lunwen-detail")'}
  31. <!--论文期刊加筛选 catid="$eyou.field.stypeid"-->
  32. {eyou:artlist stypeid='0' typeid="116,123" limit='0,6' titlelen='30' infolen='160' orderby='update_time desc'}
  33. <li class="qktj">
  34. <img src="{$field.litpic}" width="100" height="133"/>
  35. <a href="{:get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'])}">{$field.title|msubstr=###,0,7,true}</a>
  36. </li>
  37. {/eyou:artlist}
  38. {eyou:elseif condition='($page == "down")'}
  39. <!---先用sql-->
  40. {eyou:assign name='catid' value='$eyou.field.stypeid' /}
  41. <?php
  42. //and stypeid='$catid'
  43. $where = " typeid=116 and is_del=0 ";
  44. //GROUP_CONCAT(aid SEPARATOR ',')
  45. $ids = '0';
  46. ?>
  47. {eyou:sql sql="select aid from ey_archives where $where order by update_time desc LIMIT 0,6" cachetime='3600' empty='没有数据' id="res4"}
  48. <?php
  49. //var_dump($res4);
  50. $ids .= ','.$res4['aid'];
  51. ?>
  52. {/eyou:sql}
  53. {eyou:notempty name='$ids' /}
  54. {eyou:artlist idlist="$ids" titlelen='30' infolen='160' limit="0,6" orderby='update_time desc' addfields='handle_time'}
  55. <li class="qktj">
  56. <img src="{$field.litpic}" width="100" height="133"/>
  57. <a href="{:get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'])}">{$field.title|msubstr=###,0,10,true}</a>
  58. </li>
  59. {/eyou:artlist}
  60. {/eyou:notempty}
  61. {eyou:else /}
  62. <!--论文期刊加筛选-->
  63. <?php
  64. /**catid="$eyou.field.typeid" artlist标签加入 有时候列表页 有用 有时候没用*/
  65. ?>
  66. {eyou:artlist stypeid='0' typeid="116,123" limit='0,6' titlelen='30' infolen='160' orderby='update_time desc' addfields='qkmc'}
  67. <li class="qktj">
  68. <img src="{$field.litpic}" width="100" height="133"/>
  69. <a href="{:get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'])}">{$field.qkmc|msubstr=###,0,7,true}</a>
  70. </li>
  71. {/eyou:artlist}
  72. {/eyou:if}
  73. <?php } ?>