footer.html 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <div class="wrapFooter">
  2. <div class="contentBottom">
  3. <!-- if isset({{map}})&&{{map}}=="index" -->
  4. <div class="contentBottom clearfix">
  5. <div class="indexNewsList fR">
  6. <dl>
  7. <dt>行业新闻</dt>
  8. <!-- loop industryNews -->
  9. <dd><span class="fR">{{format_date(industryNews' value.time)}}</span><a href="/news/{{industryNews' value.cid}}/{{industryNews' value.aid}}" target="_blank">{{industryNews' value.title}}</a></dd>
  10. <!-- endloop -->
  11. </dl>
  12. </div>
  13. <div class="indexNewsList">
  14. <dl>
  15. <dt>公司新闻</dt>
  16. <!-- loop companyNews -->
  17. <dd><span class="fR">{{format_date(companyNews' value.update_time)}}</span><a href="/news/{{companyNews' value.cid}}/{{companyNews' value.aid}}" target="_blank">{{companyNews' value.title}}</a></dd>
  18. <!-- endloop -->
  19. </dl>
  20. </div>
  21. </div>
  22. <!-- else -->
  23. <!-- endif -->
  24. </div>
  25. <!-- if !isset({{iscontact}}) -->
  26. <div class="fContant clearfix">
  27. <!--<div class="search fR"><input type="text"><button>搜索</button></div>-->
  28. <div class="tel fL">
  29. <p>全国服务热线</p>
  30. <b>0756-3850888</b>
  31. </div>
  32. <div class="exqq fL">
  33. <p>企业QQ</p>
  34. <b>800003850</b>
  35. </div>
  36. <div class="tel2 fL">
  37. <p>全国监督热线-<strong>何银龄</strong></p>
  38. <b>13996277884</b>
  39. </div>
  40. </div>
  41. <!-- endif -->
  42. <div class="bottomNav">
  43. <div class="width1020">
  44. <ul class="subNav fL">
  45. <li><a href="/">首页</a></li>
  46. <li><a href="/news">新闻动态</a></li>
  47. <li><a href="/product/7">软件下载</a></li>
  48. <li><a href="/aboutUs">走进纵横</a></li>
  49. <li><a href="/contact">联系我们</a></li>
  50. <li><a href="http://help.smartcost.com.cn" target="_blank">帮助中心</a></li>
  51. </ul>
  52. <div class="copyRight fR">
  53. Copyright@珠海纵横创新软件有限公司 all rights reserved 粤ICP备14032472号<script src="http://s15.cnzz.com/stat.php?id=5188593&web_id=5188593&show=pic1" language="JavaScript"></script>
  54. </div>
  55. </div>
  56. </div>
  57. </div>
  58. <!-- WPA Button Begin -->
  59. <!-- <script charset="utf-8" type="text/javascript" src="http://wpa.b.qq.com/cgi/wpa.php?key=XzgwMDAwMzg1MF8yMTIwOV84MDAwMDM4NTBf"></script> -->
  60. <!-- WPA Button End -->
  61. </body>