123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325 |
- <div class="part">
- <div class="bar clearfix">
- <h1 class="tt"> <a href="{$web_domain}{$web_url}">{$eyou.field.title}</a> </h1>
- <div class="r-intro fr"> <span class="data fr">
-
-
- <small class="info">
- <i class="fa fa-clock-o"></i>{$eyou.field.update_time|MyDate="Y-m-d",###}
- </small>
-
- <small class="info">
- <i class="fa fa-eye"></i>
- {$eyou.field.click}
- </small>
-
-
-
- <small class="info btn-c" id="share_btn" title="{$eyou.field.title}" aid="{$eyou.field.aid}" style="margin-left: 15px;cursor: pointer;">
- 点击分享
- </small>
-
-
- <div style="display: none;" id="share-box">
- <div class="social-share"></div>
- </div>
-
-
-
- </span>
-
-
- </div>
- </div>
- <div class="items">
- <div class="row post-single">
- <div class="col-xs-12 col-sm-12 col-md-8">
- <div class="pic fl">
- <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>
- <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>
- <div class="list">
-
-
-
- <?php
- //获取标签
- //product_tag_id
- $product_tag_id = $eyou['field']['product_tag_id'];
-
- function convertBytesToMB($bytes) {
- return $bytes / 1024 / 1024;
- }
-
- if(empty($eyou['field']['size'])){
- if(empty($eyou['field']['down'])){
- $fileSize = 0;
- }else{
- $remoteFile = $eyou['field']['down'];
- $headers = get_headers($remoteFile, true);
- $fileSize = $headers['Content-Length'];
- }
- }else{
- $fileSize = $eyou['field']['size'];
- }
-
- $fileSize = convertBytesToMB($fileSize);
- $fileSize = number_format($fileSize, 2).'M';
- //var_dump($fileSize);
-
-
- ?>
-
- {eyou:if condition='((int)$product_tag_id > 0)'}
- {eyou:sql sql="select aid,title from ey_archives where aid=$product_tag_id" cachetime='3600' empty=''}
- <?php
- $tag_name = $field['title'];
- ?>
- {/eyou:sql}
- {/eyou:if}
-
-
-
- <p>文档名称:<a href="{$web_domain}{$web_url}">{$eyou.field.title}</a></p>
- <p class="cate">所属标签: <a href="https://www.zc10000.com/tag{$product_tag_id}" target="_blank" >{$tag_name}</a></p>
- <p class="site">
- {eyou:if condition='($is_mobile === false)'}
-
- 文件大小: {$fileSize}
- 上传时间: {$eyou.field.update_time|MyDate="Y-m-d",###}
- 下载次数: {$eyou.field.downcount}
-
-
- {eyou:else /}
-
- 上传时间: {$eyou.field.update_time|MyDate="Y-m-d",###} <br/>
- 文件大小: {$fileSize}
- 下载次数: {$eyou.field.downcount}
- {/eyou:if}
-
-
- </p>
- <p class="seo">
-
- <!--SEO查询: <a class="" href="javascript:;" target="_self"><i class="fa fa-bar-chart"></i></a>
- <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> -->
-
- 文档简介: {$eyou.field.seo_description|msubstr=###,0,65,true}
-
- </p>
-
- <?php
- if(!empty($eyou['field']['down'])){
- ?>
-
- <a class="btn transition" target="_self" href="javascript:;" id="down_btn" title="{$eyou.field.title}" aid="{$eyou.field.aid}">
- 下载文档
- <i class="fa fa-chevron-circle-right"></i>
- </a>
-
- <?php
- }else{
- ?>
-
- <a class="btn transition" target="_self" href="javascript:;" >
- 暂无文档
- <i class="fa fa-chevron-circle-right"></i>
- </a>
-
-
- <?php
- }
- ?>
-
-
-
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="part">
- <p class="tt"><span>文档介绍</span></p>
- <div class="items">
- <div class="art-main">
- {$eyou.field.content_5}
- </div>
- </div>
- </div>
-
-
-
- <div class="part related" style="padding: 10px 15px;">
- <div class="col-xs-12 col-sm-6 col-md-6 b">
-
- <span class="b1">上一篇:</span>
-
- <?php
- //var_dump($number);
- $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)";
- ?>
-
- {eyou:sql sql="$sql" cachetime='3600' empty='' id='kp'}
- {eyou:arcview aid='$kp.aid'}
-
-
- {eyou:if condition='((int)$field.is_del === 0)'}
- <a href="https://www.zc10000.com/zx{$kp.number}" class="b2">{$field.title}</a>
- {eyou:else /}
- 文档已删除
- {/eyou:if}
-
-
- {/eyou:arcview}
- {/eyou:sql}
-
-
- </div>
- <div class="col-xs-12 col-sm-6 col-md-6 b bb" style="">
- <span style="" class="b1">下一篇:</span>
- <?php
- $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)";
-
- //echo $sql;
- ?>
- {eyou:sql sql="$sql" cachetime='3600' empty='' id='kp'}
- {eyou:arcview aid='$kp.aid'}
-
- {eyou:if condition='((int)$field.is_del === 0)'}
- <a href="https://www.zc10000.com/zx{$kp.number}" style="" class="b2">{$field.title}</a>
- {eyou:else /}
- 文档已删除 {$field.title|msubstr=###,0,10,true}
- {/eyou:if}
-
- {/eyou:arcview}
- {/eyou:sql}
- </div>
-
- <div class="clear"></div>
- </div>
-
-
-
-
-
-
-
- <div class="part related">
- <p class="tt"><span>相关政策文件</span></p>
- <div class="items">
- <div class="row">
-
-
- <?php
-
-
- if($areaname === 0){
- $where = " and area_tag_id=".$area_id;
- }else{
- $where = " and area_tag_id=0";
- }
-
- //product_tag_id
- //$tid
- if((int)$product_tag_id === 0){
- $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
- }else{
- $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
- }
-
- $sql = "select aid from ey_archives where $where order by product_tag_id desc,update_time desc limit 0,6";
-
- //echo $sql;
- ?>
-
- {eyou:sql sql='$sql' cachetime='3600' id="listSql"}
- {eyou:arcview aid='$listSql.aid'}
-
- <?php
- $a_url = get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],'0','',0,$field['area_tag_id'],$field['city_id']);
- ?>
-
-
- {eyou:include file='/template/pc/components/goods/zc.htm' /}
-
-
-
-
-
-
- {/eyou:arcview}
- {/eyou:sql}
-
-
- </div>
- </div>
- </div>
-
-
-
-
-
-
- <div class="part related">
- <p class="tt"><span>相关申报材料</span></p>
- <div class="items">
- <div class="row">
-
-
- <?php
-
- //product_tag_id
- //$tid
- if((int)$product_tag_id === 0){
- $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
- }else{
- $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
- }
-
- $sql = "select aid from ey_archives where $where order by product_tag_id desc,update_time desc limit 0,6";
-
- //echo $sql;
- ?>
-
- {eyou:sql sql='$sql' cachetime='3600' id="listSql"}
- {eyou:arcview aid='$listSql.aid'}
-
- <?php
- $ar_url = get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],'0','',0,$field['province_id'],$field['city_id']);
- ?>
-
-
- <div class="col-xs-6 col-sm-4 col-md-2 font-563-active-{$i}">
- <div class="item art-item transition">
- <a class="art-a" href="{$ar_url}" title="" >
- <img class="img-cover" src="{$field.litpic}" alt="" title="">
- </a>
- <h3 class="art-title" style="">
- {eyou:if condition='((int)$field.is_recom === 1)'}
- <i class="more2_info_self">推荐</i>
- {/eyou:if}
-
- <a class="" href="{$ar_url}" title="{$field.title}" >
- {$field.title|msubstr=###,0,30,true}
- </a>
- </h3>
- <div class="mod_price">
- <i>¥</i>
- <span class="more2_info_price_txt">{$field.users_price}.<span class="more2_info_price_txt-decimal">00</span>
- </span>
- </div>
- </div>
- </div>
-
-
-
-
-
-
- {/eyou:arcview}
- {/eyou:sql}
-
-
- </div>
- </div>
- </div>
|