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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325
  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. <small class="info btn-c" id="share_btn" title="{$eyou.field.title}" aid="{$eyou.field.aid}" style="margin-left: 15px;cursor: pointer;">
  13. 点击分享
  14. </small>
  15. <div style="display: none;" id="share-box">
  16. <div class="social-share"></div>
  17. </div>
  18. </span>
  19. </div>
  20. </div>
  21. <div class="items">
  22. <div class="row post-single">
  23. <div class="col-xs-12 col-sm-12 col-md-8">
  24. <div class="pic fl">
  25. <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>
  26. <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>
  27. <div class="list">
  28. <?php
  29. //获取标签
  30. //product_tag_id
  31. $product_tag_id = $eyou['field']['product_tag_id'];
  32. function convertBytesToMB($bytes) {
  33. return $bytes / 1024 / 1024;
  34. }
  35. if(empty($eyou['field']['size'])){
  36. if(empty($eyou['field']['down'])){
  37. $fileSize = 0;
  38. }else{
  39. $remoteFile = $eyou['field']['down'];
  40. $headers = get_headers($remoteFile, true);
  41. $fileSize = $headers['Content-Length'];
  42. }
  43. }else{
  44. $fileSize = $eyou['field']['size'];
  45. }
  46. $fileSize = convertBytesToMB($fileSize);
  47. $fileSize = number_format($fileSize, 2).'M';
  48. //var_dump($fileSize);
  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>文档名称:<a href="{$web_domain}{$web_url}">{$eyou.field.title}</a></p>
  58. <p class="cate">所属标签: <a href="https://www.zc10000.com/tag{$product_tag_id}" target="_blank" >{$tag_name}</a></p>
  59. <p class="site">
  60. {eyou:if condition='($is_mobile === false)'}
  61. 文件大小: {$fileSize} &nbsp;&nbsp;&nbsp;&nbsp;
  62. 上传时间: {$eyou.field.update_time|MyDate="Y-m-d",###}&nbsp;&nbsp;&nbsp;&nbsp;
  63. 下载次数: {$eyou.field.downcount}
  64. {eyou:else /}
  65. 上传时间: {$eyou.field.update_time|MyDate="Y-m-d",###}&nbsp;&nbsp;&nbsp;&nbsp;<br/>
  66. 文件大小: {$fileSize} &nbsp;&nbsp;&nbsp;&nbsp;
  67. 下载次数: {$eyou.field.downcount}
  68. {/eyou:if}
  69. </p>
  70. <p class="seo">
  71. <!--SEO查询: <a class="" href="javascript:;" target="_self"><i class="fa fa-bar-chart"></i></a>
  72. <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> -->
  73. 文档简介: {$eyou.field.seo_description|msubstr=###,0,65,true}
  74. </p>
  75. <?php
  76. if(!empty($eyou['field']['down'])){
  77. ?>
  78. <a class="btn transition" target="_self" href="javascript:;" id="down_btn" title="{$eyou.field.title}" aid="{$eyou.field.aid}">
  79. 下载文档
  80. <i class="fa fa-chevron-circle-right"></i>
  81. </a>
  82. <?php
  83. }else{
  84. ?>
  85. <a class="btn transition" target="_self" href="javascript:;" >
  86. 暂无文档
  87. <i class="fa fa-chevron-circle-right"></i>
  88. </a>
  89. <?php
  90. }
  91. ?>
  92. </div>
  93. </div>
  94. </div>
  95. </div>
  96. </div>
  97. <div class="part">
  98. <p class="tt"><span>文档介绍</span></p>
  99. <div class="items">
  100. <div class="art-main">
  101. {$eyou.field.content_5}
  102. </div>
  103. </div>
  104. </div>
  105. <div class="part related" style="padding: 10px 15px;">
  106. <div class="col-xs-12 col-sm-6 col-md-6 b">
  107. <span class="b1">上一篇:</span>
  108. <?php
  109. //var_dump($number);
  110. $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)";
  111. ?>
  112. {eyou:sql sql="$sql" cachetime='3600' empty='' id='kp'}
  113. {eyou:arcview aid='$kp.aid'}
  114. {eyou:if condition='((int)$field.is_del === 0)'}
  115. <a href="https://www.zc10000.com/zx{$kp.number}" class="b2">{$field.title}</a>
  116. {eyou:else /}
  117. 文档已删除
  118. {/eyou:if}
  119. {/eyou:arcview}
  120. {/eyou:sql}
  121. </div>
  122. <div class="col-xs-12 col-sm-6 col-md-6 b bb" style="">
  123. <span style="" class="b1">下一篇:</span>
  124. <?php
  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 asc LIMIT 1)";
  126. //echo $sql;
  127. ?>
  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}" style="" class="b2">{$field.title}</a>
  132. {eyou:else /}
  133. 文档已删除 {$field.title|msubstr=###,0,10,true}
  134. {/eyou:if}
  135. {/eyou:arcview}
  136. {/eyou:sql}
  137. </div>
  138. <div class="clear"></div>
  139. </div>
  140. <div class="part related">
  141. <p class="tt"><span>相关政策文件</span></p>
  142. <div class="items">
  143. <div class="row">
  144. <?php
  145. if($areaname === 0){
  146. $where = " and area_tag_id=".$area_id;
  147. }else{
  148. $where = " and area_tag_id=0";
  149. }
  150. //product_tag_id
  151. //$tid
  152. if((int)$product_tag_id === 0){
  153. $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
  154. }else{
  155. $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=".$product_tag_id.$where; //and is_recom=1
  156. }
  157. $sql = "select aid from ey_archives where $where order by product_tag_id desc,update_time desc limit 0,6";
  158. //echo $sql;
  159. ?>
  160. {eyou:sql sql='$sql' cachetime='3600' id="listSql"}
  161. {eyou:arcview aid='$listSql.aid'}
  162. <?php
  163. $a_url = get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],'0','',0,$field['area_tag_id'],$field['city_id']);
  164. ?>
  165. {eyou:include file='/template/pc/components/goods/zc.htm' /}
  166. {/eyou:arcview}
  167. {/eyou:sql}
  168. </div>
  169. </div>
  170. </div>
  171. <div class="part related">
  172. <p class="tt"><span>相关申报材料</span></p>
  173. <div class="items">
  174. <div class="row">
  175. <?php
  176. //product_tag_id
  177. //$tid
  178. if((int)$product_tag_id === 0){
  179. $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
  180. }else{
  181. $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=$product_tag_id"; //and is_recom=1
  182. }
  183. $sql = "select aid from ey_archives where $where order by product_tag_id desc,update_time desc limit 0,6";
  184. //echo $sql;
  185. ?>
  186. {eyou:sql sql='$sql' cachetime='3600' id="listSql"}
  187. {eyou:arcview aid='$listSql.aid'}
  188. <?php
  189. $ar_url = get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],'0','',0,$field['province_id'],$field['city_id']);
  190. ?>
  191. <div class="col-xs-6 col-sm-4 col-md-2 font-563-active-{$i}">
  192. <div class="item art-item transition">
  193. <a class="art-a" href="{$ar_url}" title="" >
  194. <img class="img-cover" src="{$field.litpic}" alt="" title="">
  195. </a>
  196. <h3 class="art-title" style="">
  197. {eyou:if condition='((int)$field.is_recom === 1)'}
  198. <i class="more2_info_self">推荐</i>
  199. {/eyou:if}
  200. <a class="" href="{$ar_url}" title="{$field.title}" >
  201. {$field.title|msubstr=###,0,30,true}
  202. </a>
  203. </h3>
  204. <div class="mod_price">
  205. <i>¥</i>
  206. <span class="more2_info_price_txt">{$field.users_price}.<span class="more2_info_price_txt-decimal">00</span>
  207. </span>
  208. </div>
  209. </div>
  210. </div>
  211. {/eyou:arcview}
  212. {/eyou:sql}
  213. </div>
  214. </div>
  215. </div>