Sin descripción
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.

view_zczygz_new.htm 3.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {eyou:assign name='page' value='new_detail' /}
  2. {eyou:include file='/template/pc/common/main/param.htm' /}
  3. {eyou:include file='/template/pc/common/include/top.htm' /}
  4. {eyou:include file='/template/pc/common/other/background.htm' /}
  5. {eyou:include file='/template/pc/common/include/header.htm' /}
  6. <div id="new_detail">
  7. <div id="mask"></div>
  8. {eyou:include file='/template/pc/components/nav/style_1.htm' /}
  9. <?php
  10. /* echo "<pre>";
  11. var_dump($eyou['field']);
  12. echo "</pre>";*/
  13. ?>
  14. <div class="container">
  15. <div class="part">
  16. <div class="bar clearfix">
  17. <h1 class="tt">{$eyou.field.title}</h1>
  18. <div class="r-intro fr">
  19. <span class="data fr">
  20. <small class="info"><i class="fa fa-clock-o"></i>
  21. {$eyou.field.update_time|MyDate="Y-m-d",###}
  22. </small>
  23. <small class="info"><i class="fa fa-eye"></i>
  24. {$eyou.field.click}
  25. </small>
  26. </span>
  27. </div>
  28. </div>
  29. <div class="items">
  30. <div class="art-main">
  31. <div>
  32. {$eyou.field.content_5}
  33. </div>
  34. <div class="art-copyright br mb">
  35. <div>本文地址:<a href="" title="{$eyou.field.title}" >{$web_domain}{$web_url}</a></div>
  36. <div><span class="copyright">版权声明:</span>{eyou:global name='web_attr_16' /}</div>
  37. </div>
  38. <p class="art-tag">相关标签: <span class="padding"> </span> </p>
  39. </div>
  40. </div>
  41. </div>
  42. <!-- 广告位AD3 -->
  43. <div class="part related">
  44. <p class="tt"><span>相关推荐</span></p>
  45. <div class="items">
  46. <div class="row">
  47. <?php
  48. $where = " typeid=".$tid." and is_del=0 and status=1 and is_recom=1 and province_id=0 ";
  49. $sql = "select aid from ey_archives where $where order by update_time desc limit 0,4";
  50. ?>
  51. {eyou:sql sql='$sql' cachetime='3600' id="listSql"}
  52. {eyou:arcview aid='$listSql.aid'}
  53. <?php
  54. $a_url = get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'],'0','',0,$field['province_id'],$field['city_id']);
  55. ?>
  56. <div class="col-xs-6 col-sm-4 col-md-3">
  57. <div class="item art-item transition">
  58. <a class="art-a" href="{$a_url}" title="{$field.title}" >
  59. <img class="img-cover" src="{$field.litpic}" alt="{$field.title}" title="{$field.title}">
  60. </a>
  61. <h3><a class="" href="{$a_url}" title="{$field.title}" >{$field.title|msubstr=###,0,15,true}</a></h3>
  62. <p>{$field.seo_description|msubstr=###,0,35,true}</p>
  63. </div>
  64. </div>
  65. {/eyou:arcview}
  66. {/eyou:sql}
  67. </div>
  68. </div>
  69. </div>
  70. </div>
  71. </div>
  72. {eyou:include file='/template/pc/common/include/footer.htm' /}
  73. {eyou:include file='/template/pc/common/include/bottom.htm' /}