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 11KB

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