Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

style_5.htm 7.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. <?php
  2. $name = "list-s-5";
  3. ?>
  4. <link rel="stylesheet" href="/template/mobile/components/list/style_5.css?v=<?php echo rand(1,100000); ?>" media="all">
  5. <!--定义div盒子-->
  6. <div class="<?php echo $name; ?>-content">
  7. <div class="box">
  8. <!--定义内容布局--->
  9. <div class="row">
  10. <!--定义内部栅格 上下中左右 使用浮动-->
  11. <div class="top">
  12. <!--定义内容标签 p span a li img--->
  13. <span></span>
  14. {eyou:if condition='($page == "lunwen-detail")'}
  15. <?php echo $title; ?>
  16. {eyou:elseif condition='($page == "document")'}
  17. {eyou:type typeid='38 empty=''}
  18. <a href="{:get_tid_url_2($field['typeurl'])}" class="" ><?php echo $title; ?></a>
  19. {/eyou:type}
  20. {eyou:elseif condition='($page == "down")'}
  21. {eyou:empty name='$eyou.field.stypeid' /}
  22. <?php echo $title; ?>
  23. {eyou:else /}
  24. {eyou:type typeid='$eyou.field.stypeid' empty=''}
  25. <a href="{:get_tid_url_2($field['typeurl'])}" class="" >{$field['typename']}<?php echo $title; ?></a>
  26. {/eyou:type}
  27. {/eyou:empty}
  28. {eyou:elseif condition='($page == "provincial")'}
  29. {eyou:type typeid='116' empty='暂时没有数据'}
  30. <a href="{:get_tid_url_2($field['typeurl'])}" class="" ><?php echo $title; ?></a>
  31. {/eyou:type}
  32. {eyou:else /}
  33. <!--{$field['typename']} $eyou.field.typeid-->
  34. {eyou:type typeid='116' empty='暂时没有数据'}
  35. <a href="{:get_tid_url_2($field['typeurl'])}" class="" ><?php echo $title; ?></a>
  36. {/eyou:type}
  37. {/eyou:if}
  38. </div>
  39. <div class="center">
  40. <!--定义内容标签 p span a li img--->
  41. <?php if(isset($page) && $page == 'works' || isset($page) && $page == 'document.htm' || isset($page) && $page == 'provincial'){ ?>
  42. {eyou:if condition='($page == "provincial")'}
  43. {eyou:artlist stypeid='0' typeid="116,123" limit='0,4' titlelen='30' infolen='160' orderby='update_time desc'}
  44. <li class="qktj">
  45. <img src="{$field.litpic}" width="100" height="133"/>
  46. <a href="{:get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'])}">{$field.title|msubstr=###,0,18,true}</a>
  47. </li>
  48. {/eyou:artlist}
  49. {eyou:else /}
  50. <!---热门职称推荐-->
  51. <?php
  52. //area_id=$areaid
  53. $where1 = "area_id>0 and parent_id=38 and topid=38 and is_del=0 and status=1 and is_hot=1";
  54. ?>
  55. {eyou:sql sql="SELECT id FROM __PREFIX__arctype where $where1 order by update_time desc limit 0,6" cachetime='3600' id='res'}
  56. {eyou:foreach name='$res' item='cat'}
  57. {eyou:type typeid='$cat' empty='暂时没有数据' id='field2'}
  58. <li style="position:relative;">
  59. <img src="https://oss.zc10000.com/static/images/bg_1.png" width="191" height="167"/>
  60. <span style="display:block;position: absolute;top:36%;width:100%;text-align:center;font-size: 20px;font-weight: bold;">
  61. {$field2.typename}
  62. </span>
  63. <a href="{:get_tid_url_2($field2['typeurl'],0,0,0,'产品',$field2['topid'],$field2['area_id'])}">{$field2.typename}</a>
  64. </li>
  65. {/eyou:type}
  66. {/eyou:foreach}
  67. {/eyou:sql}
  68. {/eyou:if}
  69. <?php }else{ ?>
  70. {eyou:if condition='($page == "lunwen-detail")'}
  71. <!--论文期刊加筛选 catid="$eyou.field.stypeid"-->
  72. {eyou:artlist stypeid='0' typeid="116,123" limit='0,6' titlelen='30' infolen='160' orderby='update_time desc'}
  73. <li class="qktj">
  74. <img src="{$field.litpic}" width="100" height="133"/>
  75. <a href="{:get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'])}">{$field.title|msubstr=###,0,7,true}</a>
  76. </li>
  77. {/eyou:artlist}
  78. {eyou:elseif condition='($page == "down")'}
  79. <!---先用sql-->
  80. {eyou:assign name='catid' value='$eyou.field.stypeid' /}
  81. <?php
  82. //and stypeid='$catid'
  83. $where = " typeid=116 and is_del=0 ";
  84. //GROUP_CONCAT(aid SEPARATOR ',')
  85. $ids = '0';
  86. ?>
  87. {eyou:sql sql="select aid from ey_archives where $where order by update_time desc LIMIT 0,6" cachetime='3600' empty='没有数据' id="res4"}
  88. <?php
  89. //var_dump($res4);
  90. $ids .= ','.$res4['aid'];
  91. ?>
  92. {/eyou:sql}
  93. {eyou:notempty name='$ids' /}
  94. {eyou:artlist idlist="$ids" titlelen='30' infolen='160' limit="0,6" orderby='update_time desc' addfields='handle_time'}
  95. <li class="qktj">
  96. <img src="{$field.litpic}" width="100" height="133"/>
  97. <a href="{:get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'])}">{$field.title|msubstr=###,0,10,true}</a>
  98. </li>
  99. {/eyou:artlist}
  100. {/eyou:notempty}
  101. {eyou:else /}
  102. <!--论文期刊加筛选-->
  103. <?php
  104. /**catid="$eyou.field.typeid" artlist标签加入 有时候列表页 有用 有时候没用*/
  105. ?>
  106. {eyou:artlist stypeid='0' typeid="116,123" limit='0,6' titlelen='30' infolen='160' orderby='update_time desc' addfields='qkmc'}
  107. <li class="qktj">
  108. <img src="{$field.litpic}" width="100" height="133"/>
  109. <a href="{:get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'])}">{$field.qkmc|msubstr=###,0,7,true}</a>
  110. </li>
  111. {/eyou:artlist}
  112. {/eyou:if}
  113. <?php } ?>
  114. </div>
  115. <div class="bottom">
  116. <div class="bottom-row">
  117. {eyou:if condition='($page == "document")'}
  118. <span>{eyou:type typeid='38' empty='暂时没有数据'}
  119. <a href="{:get_tid_url_2($field['typeurl'])}" >查看更多</a>
  120. {/eyou:type}&nbsp;&nbsp;<img src="https://oss.zc10000.com/static/images/013.svg" /></span>
  121. {eyou:else /}
  122. <span>{eyou:type typeid='116' empty='暂时没有数据'}
  123. <a href="{:get_tid_url_2($field['typeurl'])}" >查看更多</a>
  124. {/eyou:type}&nbsp;&nbsp;<img src="https://oss.zc10000.com/static/images/013.svg" /></span>
  125. {/eyou:if}
  126. </div>
  127. </div>
  128. </div>
  129. <div class="clear"></div>
  130. </div>
  131. </div>