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.

content.htm 13KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375
  1. <div class="part">
  2. <div class="bar clearfix">
  3. <h1 class="tt"> <a href="{$web_domain}{$web_url}">{$eyou.field.title}</a> </h1>
  4. <div class="r-intro fr"> <span class="data fr">
  5. <small class="info">
  6. <i class="fa fa-clock-o"></i>{$eyou.field.update_time|MyDate="Y-m-d",###}
  7. </small>
  8. <small class="info">
  9. <i class="fa fa-eye"></i>
  10. {$eyou.field.click}
  11. </small>
  12. <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>
  13. <!--
  14. <small class="info btn-c" id="share_btn" title="{$eyou.field.title}" aid="{$eyou.field.aid}" style="margin-left: 15px;cursor: pointer;">
  15. 点击分享
  16. </small>
  17. <div style="display: none;" id="share-box">
  18. <div class="social-share"></div>
  19. </div>
  20. -->
  21. </span>
  22. </div>
  23. </div>
  24. <div class="items">
  25. <div class="row post-single">
  26. <div class="col-xs-12 col-sm-12 col-md-8">
  27. <div class="pic fl">
  28. <div class="blur blur-layer" style="background: transparent url({$eyou.field.litpic}) no-repeat center center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;animation: rotate 20s linear infinite;"> </div>
  29. <img class="img-cover" src="https://www.zc10000.com/public/static/common/images/ico/{$eyou.field.ext}.png" alt="{$eyou.field.title}" title="{$eyou.field.title}"> </div>
  30. <div class="list list-detail">
  31. <?php
  32. //获取标签
  33. //product_tag_id
  34. $product_tag_id = $eyou['field']['product_tag_id'];
  35. function convertBytesToMB($bytes) {
  36. return $bytes / 1024 / 1024;
  37. }
  38. if(empty($eyou['field']['size'])){
  39. if(empty($eyou['field']['down'])){
  40. $fileSize = 0;
  41. }else{
  42. $remoteFile = $eyou['field']['down'];
  43. $headers = get_headers($remoteFile, true);
  44. $fileSize = $headers['Content-Length'];
  45. }
  46. }else{
  47. $fileSize = $eyou['field']['size'];
  48. }
  49. $fileSize = convertBytesToMB($fileSize);
  50. $fileSize = number_format($fileSize, 2).'M';
  51. //var_dump($fileSize);
  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><font>文档名称:</font><a href="{$web_domain}{$web_url}">{$eyou.field.title}</a></p>
  61. <p class="cate"><font>所属标签:</font> <a href="https://www.zc10000.com/tag{$tag_number}" target="_blank" >{$tag_name}</a></p>
  62. <p class="site">
  63. {eyou:if condition='($is_mobile === false)'}
  64. <font>文件大小:</font> {$fileSize} &nbsp;&nbsp;&nbsp;&nbsp;
  65. <font>上传时间:</font> {$eyou.field.update_time|MyDate="Y-m-d",###}&nbsp;&nbsp;&nbsp;&nbsp;
  66. <font>下载次数:</font> {$eyou.field.downcount}
  67. {eyou:else /}
  68. <font>上传时间:</font> {$eyou.field.update_time|MyDate="Y-m-d",###}&nbsp;&nbsp;&nbsp;&nbsp;<br/>
  69. <font>文件大小:</font> {$fileSize} &nbsp;&nbsp;&nbsp;&nbsp;
  70. <font>下载次数:</font> {$eyou.field.downcount}
  71. {/eyou:if}
  72. </p>
  73. <p class="seo">
  74. <!--SEO查询: <a class="" href="javascript:;" target="_self"><i class="fa fa-bar-chart"></i></a>
  75. <a class="pczz" href="javascript:;" target="_self"><i class="fa fa-bar-chart"></i></a> <a class="mzz" href="javascript:;" target="_self"><i class="fa fa-bar-chart"></i></a> -->
  76. {eyou:empty name='$eyou.field.zylm' /}
  77. <font>文档简介:</font> {$eyou.field.seo_description|msubstr=###,0,100,true}
  78. {eyou:else /}
  79. <font>文档简介:</font> {$eyou.field.zylm|msubstr=###,0,100,true}
  80. {/eyou:empty}
  81. </p>
  82. <?php
  83. if(!empty($eyou['field']['down'])){
  84. ?>
  85. <a class="btn transition" target="_self" href="javascript:;" id="down_btn" title="{$eyou.field.title}" aid="{$eyou.field.aid}">
  86. 下载文档
  87. <i class="fa fa-chevron-circle-right"></i>
  88. </a>
  89. <?php
  90. }else{
  91. ?>
  92. <a class="btn transition" target="_self" href="javascript:;" >
  93. 暂无文档
  94. <i class="fa fa-chevron-circle-right"></i>
  95. </a>
  96. <?php
  97. }
  98. ?>
  99. </div>
  100. </div>
  101. </div>
  102. </div>
  103. </div>
  104. <div class="part">
  105. <p class="tt"><span>文档介绍</span></p>
  106. <div class="items">
  107. <div class="art-main">
  108. {eyou:if condition='($is_mobile === false)'}
  109. {$eyou.field.content_5}
  110. {eyou:else /}
  111. {eyou:empty name='$eyou.field.content_4' /}
  112. {$eyou.field.content_5}
  113. {eyou:else /}
  114. {$eyou.field.content_4}
  115. {/eyou:empty}
  116. {/eyou:if}
  117. </div>
  118. </div>
  119. </div>
  120. <div class="part related" style="padding: 10px 15px;">
  121. <div class="col-xs-12 col-sm-6 col-md-6 b">
  122. <span class="b1">上一篇:</span>
  123. <?php
  124. //var_dump($number);
  125. $sql = "SELECT * FROM ey_seo_number WHERE id = (SELECT id FROM ey_seo_number WHERE number<$number and tid=1232 and is_del=0 and type=2 and area_id=$area_id ORDER BY number desc LIMIT 1)";
  126. ?>
  127. <span class="bb3">
  128. {eyou:sql sql="$sql" cachetime='3600' empty='无' id='kp'}
  129. {eyou:arcview aid='$kp.aid'}
  130. {eyou:if condition='((int)$field.is_del === 0)'}
  131. <a href="https://www.zc10000.com/zx{$kp.number}" class="b2">{$field.title}</a>
  132. {eyou:else /}
  133. 文档已删除
  134. {/eyou:if}
  135. {/eyou:arcview}
  136. {/eyou:sql}
  137. </span>
  138. </div>
  139. <div class="col-xs-12 col-sm-6 col-md-6 b bb" style="">
  140. <span style="" class="b1">下一篇:</span>
  141. <?php
  142. $sql = "SELECT * FROM ey_seo_number WHERE id = (SELECT id FROM ey_seo_number WHERE number>$number and tid=1232 and is_del=0 and type=2 and area_id=$area_id ORDER BY number asc LIMIT 1)";
  143. //echo $sql;
  144. ?>
  145. <span class="bb3">
  146. {eyou:sql sql="$sql" cachetime='3600' empty='无' id='kp'}
  147. {eyou:arcview aid='$kp.aid'}
  148. {eyou:if condition='((int)$field.is_del === 0)'}
  149. <a href="https://www.zc10000.com/zx{$kp.number}" style="" class="b2">{$field.title}</a>
  150. {eyou:else /}
  151. 文档已删除 {$field.title|msubstr=###,0,10,true}
  152. {/eyou:if}
  153. {/eyou:arcview}
  154. {/eyou:sql}
  155. </span>
  156. </div>
  157. <div class="clear"></div>
  158. </div>
  159. <div class="part related">
  160. <p class="tt"><span>相关政策文件</span></p>
  161. <div class="items">
  162. <div class="row">
  163. <?php
  164. if($areaname === 0){
  165. $where = " and area_tag_id=".$area_id." and aid!=".$doc_aid;
  166. }else{
  167. //没有区域 要排除其他区域
  168. $where = " and area_tag_id=0 and aid!=".$doc_aid;
  169. }
  170. //product_tag_id
  171. //$tid
  172. if((int)$product_tag_id === 0){
  173. $where = " typeid=".$tid." and is_del=0 and status=1 and province_id=0 and product_tag_id=0 ".$where." OR typeid=".$tid." and is_del=0 and status=1 and province_id=0 and product_tag_id>0".$where; //and is_recom=1
  174. }else{
  175. $where = " typeid=".$tid." and is_del=0 and status=1 and province_id=0 ".$where." OR typeid=".$tid." and is_del=0 and status=1 and province_id=0 and product_tag_id=".$product_tag_id.$where; //and is_recom=1 //and product_tag_id=0
  176. }
  177. $sql = "select aid from ey_archives where $where order by product_tag_id desc,update_time desc limit 0,6";
  178. //echo $sql;
  179. ?>
  180. <?php
  181. $num = 0;
  182. ?>
  183. {eyou:sql sql='$sql' cachetime='3600' id="listSql"}
  184. {eyou:arcview aid='$listSql.aid'}
  185. <?php
  186. $a_url = get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],'0','',0,$field['area_tag_id'],$field['city_id']);
  187. $num++;
  188. ?>
  189. {eyou:include file='/template/pc/components/goods/zc.htm' /}
  190. {/eyou:arcview}
  191. {/eyou:sql}
  192. <?php
  193. $num = 6-$num;
  194. //var_dump($num);
  195. //再补充的数量
  196. if($areaname === 0){
  197. $where = " and area_tag_id!=".$area_id." and aid!=".$doc_aid;
  198. }else{
  199. //补充场景 前面区域为0 这里要大于0
  200. $where = " and area_tag_id>0 and aid!=".$doc_aid; //and area_tag_id=0
  201. }
  202. if((int)$product_tag_id === 0){
  203. $where = " typeid=".$tid." and is_del=0 and status=1 and province_id=0 and product_tag_id=0 ".$where." OR typeid=".$tid." and is_del=0 and status=1 and province_id=0 and product_tag_id>0".$where; //and is_recom=1
  204. }else{
  205. $where = " typeid=".$tid." and is_del=0 and status=1 and province_id=0 ".$where." OR typeid=".$tid." and is_del=0 and status=1 and province_id=0 and product_tag_id=".$product_tag_id.$where; //and is_recom=1 //and product_tag_id=0
  206. }
  207. //优先标签前置
  208. $sql = "select aid from ey_archives where $where order by product_tag_id desc,click desc,update_time desc limit 0,".$num;
  209. //var_dump($sql);
  210. ?>
  211. {eyou:sql sql='$sql' cachetime='3600' id="listSql"}
  212. {eyou:arcview aid='$listSql.aid'}
  213. <?php
  214. $a_url = get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],'0','',0,$field['area_tag_id'],$field['city_id']);
  215. ?>
  216. {eyou:include file='/template/pc/components/goods/zc.htm' /}
  217. {/eyou:arcview}
  218. {/eyou:sql}
  219. </div>
  220. </div>
  221. </div>
  222. <div class="part related">
  223. <p class="tt"><span>相关申报材料</span></p>
  224. <div class="items">
  225. <div class="row">
  226. <?php
  227. //product_tag_id
  228. //$tid
  229. if((int)$product_tag_id === 0){
  230. $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
  231. }else{
  232. $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
  233. }
  234. $sql = "select aid from ey_archives where $where order by product_tag_id desc,click desc,update_time desc limit 0,6";
  235. //echo $sql;
  236. ?>
  237. {eyou:sql sql='$sql' cachetime='3600' id="listSql"}
  238. {eyou:arcview aid='$listSql.aid'}
  239. <?php
  240. $ar_url = get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],'0','',0,$field['province_id'],$field['city_id']);
  241. ?>
  242. <div class="col-xs-6 col-sm-4 col-md-2 font-563-active-{$i}">
  243. <div class="item art-item transition cl-img-box">
  244. <a class="art-a" href="{$ar_url}" title="" >
  245. <img class="img-cover cl-img" src="{$field.litpic}" alt="" title="">
  246. </a>
  247. <h3 class="art-title cl-art-title" style="">
  248. {eyou:if condition='((int)$field.is_recom === 1)'}
  249. <i class="more2_info_self">推荐</i>
  250. {/eyou:if}
  251. <a class="" href="{$ar_url}" title="{$field.title}" >
  252. {$field.title|msubstr=###,0,30,true}
  253. </a>
  254. </h3>
  255. <div class="mod_price">
  256. <i>¥</i>
  257. <span class="more2_info_price_txt">{$field.users_price}.<span class="more2_info_price_txt-decimal">00</span>
  258. </span>
  259. </div>
  260. </div>
  261. </div>
  262. {/eyou:arcview}
  263. {/eyou:sql}
  264. </div>
  265. </div>
  266. </div>