Bez popisu
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.

cl.htm 6.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  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"> <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>
  7. {$eyou.field.click}
  8. </small>
  9. <small class="info btn-c" id="share_btn" title="{$eyou.field.title}" aid="{$eyou.field.aid}" style="margin-left: 15px;cursor: pointer;">
  10. 点击分享
  11. </small>
  12. <div style="display: none;" id="share-box">
  13. <div class="social-share"></div>
  14. </div>
  15. </span> </div>
  16. </div>
  17. <div class="items">
  18. <div class="row post-single">
  19. <div class="col-xs-12 col-sm-12 col-md-8">
  20. <div class="pic fl">
  21. <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>
  22. <img class="img-cover" src="{$eyou.field.litpic}" alt="{$eyou.field.title}" title="{$eyou.field.title}"> </div>
  23. <div class="list">
  24. <?php
  25. $product_tag_id = $eyou['field']['product_tag_id'];
  26. //var_dump($product_tag_id);
  27. ?>
  28. {eyou:if condition='((int)$product_tag_id > 0)'}
  29. {eyou:sql sql="select aid,title from ey_archives where aid=$product_tag_id" cachetime='3600' empty=''}
  30. <?php
  31. $tag_name = $field['title'];
  32. ?>
  33. {/eyou:sql}
  34. {/eyou:if}
  35. <p>文档名称:<a href="{$web_domain}{$web_url}">{$eyou.field.title}</a></p>
  36. <p class="cate">所属标签:<a href="https://www.zc10000.com/tag{$product_tag_id}" target="_blank" class="mcolor">{$tag_name}</a></p>
  37. <p class="site">官方网址:<a href="" title="{$eyou.field.title}" >{$web_domain}{$web_url}</a></p>
  38. <p class="cate">产品价格:
  39. <span class="mod_price" style="margin: 0px 0px;">
  40. <i>¥</i>
  41. <span class="more2_info_price_txt">{$eyou.field.users_price}.<span class="more2_info_price_txt-decimal">00</span>
  42. </span>
  43. </span>
  44. </p>
  45. <p class="seo">
  46. <!--SEO查询: <a class="" href="javascript:;" target="_self"><i class="fa fa-bar-chart"></i></a>
  47. <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> -->
  48. 产品简介: {$eyou.field.seo_description|msubstr=###,0,65,true}
  49. </p>
  50. <a class="btn transition layui-btn-s" target="_self" data-method="notice" href="javascript:;" >
  51. 购买产品
  52. <i class="fa fa-chevron-circle-right"></i>
  53. </a>
  54. </div>
  55. </div>
  56. </div>
  57. </div>
  58. </div>
  59. <div class="part">
  60. <p class="tt"><span>文档介绍</span></p>
  61. <div class="items">
  62. <div class="art-main">
  63. {$eyou.field.content_5}
  64. </div>
  65. </div>
  66. </div>
  67. <div class="part related" style="padding: 10px 15px;">
  68. <div class="col-xs-12 col-sm-6 col-md-6 b">
  69. <span class="b1">上一篇:</span>
  70. <?php
  71. //var_dump($number);
  72. $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)";
  73. ?>
  74. {eyou:sql sql="$sql" cachetime='3600' empty='' id='kp'}
  75. {eyou:arcview aid='$kp.aid'}
  76. {eyou:if condition='((int)$field.is_del === 0)'}
  77. <a href="https://www.zc10000.com/zx{$kp.number}" class="b2">{$field.title}</a>
  78. {eyou:else /}
  79. 文档已删除
  80. {/eyou:if}
  81. {/eyou:arcview}
  82. {/eyou:sql}
  83. </div>
  84. <div class="col-xs-12 col-sm-6 col-md-6 b bb" style="">
  85. <span style="" class="b1">下一篇:</span>
  86. <?php
  87. $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)";
  88. ?>
  89. {eyou:sql sql="$sql" cachetime='3600' empty='' id='kp'}
  90. {eyou:arcview aid='$kp.aid'}
  91. {eyou:if condition='((int)$field.is_del === 0)'}
  92. <a href="https://www.zc10000.com/zx{$kp.number}" style="" class="b2">{$field.title}</a>
  93. {eyou:else /}
  94. 文档已删除 {$field.title|msubstr=###,0,10,true}
  95. {/eyou:if}
  96. {/eyou:arcview}
  97. {/eyou:sql}
  98. </div>
  99. <div class="clear"></div>
  100. </div>
  101. <div class="part related">
  102. <p class="tt"><span>相关政策文件</span></p>
  103. <div class="items">
  104. <div class="row">
  105. <?php
  106. //$where = " and area_tag_id=0";
  107. $where = ''; //不限制区域
  108. //product_tag_id
  109. //$tid
  110. if((int)$product_tag_id === 0){
  111. $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
  112. }else{
  113. $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
  114. }
  115. $sql = "select aid from ey_archives where $where order by product_tag_id desc,update_time desc limit 0,6";
  116. //echo $sql;
  117. ?>
  118. {eyou:sql sql='$sql' cachetime='3600' id="listSql"}
  119. {eyou:arcview aid='$listSql.aid'}
  120. <?php
  121. $a_url = get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],'0','',0,$field['area_tag_id'],$field['city_id']);
  122. ?>
  123. {eyou:include file='/template/pc/components/goods/zc.htm' /}
  124. {/eyou:arcview}
  125. {/eyou:sql}
  126. </div>
  127. </div>
  128. </div>