Bez popisu
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.

new.htm 10KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  1. <div class="part">
  2. <div class="bar clearfix">
  3. <h1 class="tt">
  4. <a href="{$web_domain}{$web_url}">{$eyou.field.title}</a>
  5. </h1>
  6. <div class="r-intro fr">
  7. <span class="data fr">
  8. <small class="info"><i class="fa fa-clock-o"></i>
  9. {$eyou.field.update_time|MyDate="Y-m-d",###}
  10. </small>
  11. <small class="info"><i class="fa fa-eye"></i>
  12. {$eyou.field.click}
  13. </small>
  14. <script src="https://www.zc10000.com/index.php?m=api&amp;c=Ajax&amp;a=arcclick&amp;type=view&amp;aids={$doc_aid}" type="text/javascript" language="javascript"></script>
  15. <?php
  16. /*
  17. *
  18. * <!-- <small class="info btn-c" id="share_btn" title="{$eyou.field.title}" aid="{$eyou.field.aid}" style="margin-left: 15px;cursor: pointer;">
  19. 点击分享
  20. </small>
  21. <div style="display: none;" id="share-box">
  22. <div class="social-share"></div>
  23. </div>-->
  24. */
  25. ?>
  26. </span>
  27. </div>
  28. </div>
  29. <div class="items">
  30. <div class="art-main">
  31. <div>
  32. {eyou:if condition='($is_mobile === false)'}
  33. {$eyou.field.content_5}
  34. {eyou:else /}
  35. {eyou:empty name='$eyou.field.content_4' /}
  36. {$eyou.field.content_5}
  37. {eyou:else /}
  38. {$eyou.field.content_4}
  39. {/eyou:empty}
  40. {/eyou:if}
  41. </div>
  42. <div class="art-copyright br mb">
  43. <div>本文地址:<a href="" title="{$eyou.field.title}" >{$web_domain}{$web_url}</a></div>
  44. <div><span class="copyright">版权声明:</span>{eyou:global name='web_attr_16' /}</div>
  45. </div>
  46. <?php
  47. $product_tag_id = $eyou['field']['product_tag_id'];
  48. //var_dump($product_tag_id);
  49. ?>
  50. {eyou:if condition='((int)$product_tag_id > 0)'}
  51. {eyou:sql sql="select aid,title from ey_archives where aid=$product_tag_id" cachetime='3600' empty=''}
  52. <?php
  53. $tag_name = $field['title'];
  54. ?>
  55. {/eyou:sql}
  56. {/eyou:if}
  57. <p class="art-tag">所属标签: <a style="background: none;font-size: 15px;" href="https://www.zc10000.com/tag{$tag_number}" target="_blank" >{$tag_name}</a></p>
  58. <p class="art-tag" style="margin-top:10px;">
  59. <span style="display: block;float: left;color:#6b7386;">相关政策文件:</span><br/>
  60. <?php
  61. //product_tag_id
  62. //$tid
  63. if((int)$product_tag_id === 0){
  64. $where = " typeid=1232 and is_del=0 and status=1 and province_id=0 and product_tag_id=0 OR typeid=1232 and is_del=0 and status=1 and province_id=0 and product_tag_id > 0"; //and is_recom=1
  65. }else{
  66. $where = " typeid=1232 and is_del=0 and status=1 and province_id=0 OR typeid=1232 and is_del=0 and status=1 and province_id=0 and product_tag_id=$product_tag_id"; //and is_recom=1 //and product_tag_id=0
  67. }
  68. $sql = "select aid from ey_archives where $where order by product_tag_id desc,update_time desc limit 0,5";
  69. //echo $sql;
  70. ?>
  71. {eyou:sql sql='$sql' cachetime='3600' id="listSql"}
  72. {eyou:arcview aid='$listSql.aid'}
  73. <?php
  74. $ar_url = get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],'0','',0,$field['area_tag_id'],$field['city_id']);
  75. ?>
  76. <?php
  77. //【2024版政策文件下载】
  78. if (strpos($field['title'], '评审') !== false) {
  79. $a = explode('评审',$field['title']);
  80. $temp_title = $a[0].'评审';
  81. $ex = 1;
  82. $t_end = '【2024版政策文件下载】';
  83. }else{
  84. $temp_title = $field['title'];
  85. $ex = 0;
  86. $t_end = '';
  87. }
  88. ?>
  89. <span class="padding" style="display: block;float: left;">
  90. <a class="" href="{$ar_url}" title="{$temp_title}" target="_blank">
  91. {$temp_title} </a>
  92. <br/>
  93. <font style="">{$t_end}</font>
  94. <?php
  95. /*{$field.title|msubstr=###,0,30,true}**/
  96. ?>
  97. </span>
  98. {/eyou:arcview}
  99. {/eyou:sql}
  100. <div class="clear"></div>
  101. </p>
  102. <p>
  103. <a href="https://www.zc10000.com/zc" target="_blank" style="display: block;float: left;font-size: 12px;background: none;color:red;">>>> 查看更多政策文件</a>
  104. </p>
  105. <div class="clear"></div>
  106. </div>
  107. </div>
  108. </div>
  109. <div class="part related" style="padding: 10px 15px;">
  110. <div class="col-xs-12 col-sm-6 col-md-6 b">
  111. <span class="b1">上一篇:</span>
  112. <?php
  113. //var_dump($number);
  114. $sql = "SELECT * FROM ey_seo_number WHERE id = (SELECT id FROM ey_seo_number WHERE number<$number and tid=1231 and is_del=0 and type=2 and area_id=0 ORDER BY number desc LIMIT 1)";
  115. ?>
  116. <span class="bb3">
  117. {eyou:sql sql="$sql" cachetime='3600' empty='无' id='kp'}
  118. {eyou:arcview aid='$kp.aid'}
  119. {eyou:if condition='((int)$field.is_del === 0)'}
  120. <a href="https://www.zc10000.com/zx{$kp.number}" class="b2">{$field.title}</a>
  121. {eyou:else /}
  122. 文档已删除
  123. {/eyou:if}
  124. {/eyou:arcview}
  125. {/eyou:sql}
  126. </span>
  127. </div>
  128. <div class="col-xs-12 col-sm-6 col-md-6 b bb" style="">
  129. <span style="" class="b1">下一篇:</span>
  130. <?php
  131. $sql = "SELECT * FROM ey_seo_number WHERE id = (SELECT id FROM ey_seo_number WHERE number>$number and tid=1231 and is_del=0 and type=2 and area_id=0 ORDER BY number asc LIMIT 1)";
  132. ?>
  133. <span class="bb3">
  134. {eyou:sql sql="$sql" cachetime='3600' empty='无' id='kp'}
  135. {eyou:arcview aid='$kp.aid'}
  136. {eyou:if condition='((int)$field.is_del === 0)'}
  137. <a href="https://www.zc10000.com/zx{$kp.number}" style="" class="b2">{$field.title}</a>
  138. {eyou:else /}
  139. 文档已删除 {$field.title|msubstr=###,0,10,true}
  140. {/eyou:if}
  141. {/eyou:arcview}
  142. {/eyou:sql}
  143. </span>
  144. </div>
  145. <div class="clear"></div>
  146. </div>
  147. <!-- 广告位AD3 -->
  148. {eyou:if condition='((int)$product_tag_id > 0)'}
  149. <div class="part related">
  150. <p class="tt"><span>相关申报材料</span></p>
  151. <div class="items">
  152. <div class="row">
  153. <?php
  154. //product_tag_id
  155. //$tid
  156. if((int)$product_tag_id === 0){
  157. $where = " typeid=1233 and is_del=0 and status=1 and province_id=0 and product_tag_id=0 OR typeid=1233 and is_del=0 and status=1 and province_id=0 and product_tag_id>0"; //and is_recom=1
  158. }else{
  159. $where = " typeid=1233 and is_del=0 and status=1 and province_id=0 OR typeid=1233 and is_del=0 and status=1 and province_id=0 and product_tag_id=$product_tag_id"; //and is_recom=1 //and product_tag_id=0
  160. }
  161. $sql = "select aid from ey_archives where $where order by product_tag_id desc,click desc,update_time desc limit 0,6";
  162. //echo $sql;
  163. ?>
  164. {eyou:sql sql='$sql' cachetime='3600' id="listSql"}
  165. {eyou:arcview aid='$listSql.aid'}
  166. <?php
  167. $ar_url = get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],'0','',0,$field['province_id'],$field['city_id']);
  168. ?>
  169. <div class="col-xs-6 col-sm-4 col-md-2 font-563-active-{$i}">
  170. <div class="item art-item transition cl-img-box">
  171. <a class="art-a" href="{$ar_url}" title="" >
  172. <img class="img-cover cl-img" src="{$field.litpic}" alt="{$field.title}" />
  173. </a>
  174. <h3 class="art-title cl-art-title" style="">
  175. {eyou:if condition='((int)$field.is_recom === 1)'}
  176. <i class="more2_info_self">推荐</i>
  177. {/eyou:if}
  178. <a class="" href="{$ar_url}" title="{$field.title}" >
  179. {$field.title|msubstr=###,0,30,true}<span style="color:red;">👍<font style="font-weight: bold;font-size: 12px;">限时免费赠送</font></span>
  180. </a>
  181. </h3>
  182. <div class="mod_price">
  183. <i>¥</i>
  184. <span class="more2_info_price_txt">{$field.users_price}.<span class="more2_info_price_txt-decimal">00</span>
  185. </span>
  186. </div>
  187. </div>
  188. </div>
  189. {/eyou:arcview}
  190. {/eyou:sql}
  191. </div>
  192. </div>
  193. </div>
  194. {eyou:else /}
  195. <div class="part related">
  196. <p class="tt"><span>相关申报资讯</span></p>
  197. <div class="items">
  198. <div class="row">
  199. <?php
  200. //$tid
  201. $where = " typeid=".$tid." and is_del=0 and status=1 and province_id=0 "; //and is_recom=1
  202. $sql = "select aid from ey_archives where $where order by RAND() limit 0,4"; //update_time desc
  203. ?>
  204. {eyou:sql sql='$sql' cachetime='3600' id="listSql"}
  205. {eyou:arcview aid='$listSql.aid'}
  206. <?php
  207. $a_url = get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],'0','',0,$field['province_id'],$field['city_id']);
  208. ?>
  209. <div class="col-xs-6 col-sm-4 col-md-3">
  210. <div class="item art-item transition">
  211. <a class="art-a" href="{$a_url}" title="{$field.title}" >
  212. <img class="img-cover" src="{$field.litpic}" alt="{$field.title}"/>
  213. </a>
  214. <h3><a class="" href="{$a_url}" title="{$field.title}" >{$field.title|msubstr=###,0,15,true}</a></h3>
  215. <p>{$field.seo_description|msubstr=###,0,35,true}</p>
  216. </div>
  217. </div>
  218. {/eyou:arcview}
  219. {/eyou:sql}
  220. </div>
  221. </div>
  222. </div>
  223. {/eyou:if}