123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190 |
- <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="{$eyou.field.litpic}" alt="{$eyou.field.title}" title="{$eyou.field.title}"> </div>
- <div class="list">
-
-
-
- <?php
- $product_tag_id = $eyou['field']['product_tag_id'];
- //var_dump($product_tag_id);
- ?>
-
- {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" class="mcolor">{$tag_name}</a></p>
- <p class="site">官方网址:<a href="" title="{$eyou.field.title}" >{$web_domain}{$web_url}</a></p>
- <p class="cate">产品价格:
- <span class="mod_price" style="margin: 0px 0px;">
- <i>¥</i>
- <span class="more2_info_price_txt">{$eyou.field.users_price}.<span class="more2_info_price_txt-decimal">00</span>
- </span>
- </span>
- </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>
-
- <a class="btn transition layui-btn-s" target="_self" data-method="notice" href="javascript:;" >
- 购买产品
- <i class="fa fa-chevron-circle-right"></i>
- </a>
-
-
-
- </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=1233 and is_del=0 and type=2 and area_id=0 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=1233 and is_del=0 and type=2 and area_id=0 ORDER BY number asc 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}" 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
-
- //$where = " and area_tag_id=0";
- $where = ''; //不限制区域
-
- //product_tag_id
- //$tid
- if((int)$product_tag_id === 0){
- $where = " typeid=1232 and is_del=0 and status=1 and province_id=0 and product_tag_id=0 ".$where." OR typeid=1232 and is_del=0 and status=1 and province_id=0 and product_tag_id>0".$where; //and is_recom=1
- }else{
- $where = " typeid=1232 and is_del=0 and status=1 and province_id=0 and product_tag_id=0 ".$where." OR typeid=1232 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>
|