설명 없음
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 9.3KB

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