Ei kuvausta
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.

footer.htm 3.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. <div id="footer">
  2. <link rel="stylesheet" href="/template/pc/css/footer.css" media="all">
  3. <div class="content-12">
  4. <!-- <div class="content-12-1">
  5. </div>
  6. <div class="content-12-2">
  7. </div>-->
  8. <div class="content-12-3">
  9. </div>
  10. <div class="box-12">
  11. <div class="layui-col-xs12 tc">
  12. <span class="font-66966">
  13. {eyou:arcview aid='697'}
  14. {$field.content}
  15. {/eyou:arcview}
  16. </span>
  17. </div>
  18. <!--只有在首页 才加载这个友情链接--->
  19. <?php
  20. if($page == 'index' || $page == 'provincial' || $page == 'city') {
  21. //分为首页和地区的 友情链接
  22. // include '/template/pc/link/style_1.php';
  23. ?>
  24. <!--加载不同模板 无法传递变量--->
  25. {eyou:if condition='($page == "provincial")'}
  26. <?php
  27. //省级
  28. $group_id = 4;
  29. $con = 1;
  30. ?>
  31. {eyou:else /}
  32. <?php
  33. //主页
  34. $group_id = 1;
  35. $con = 0;
  36. ?>
  37. {/eyou:if}
  38. {eyou:include file='/template/pc/components/link/style_1.htm' /}
  39. <?php
  40. }
  41. ?>
  42. <div class="layui-col-xs12 qy-200">
  43. <div class="layui-col-xs7 tc">
  44. <img src="https://oss.zc10000.com/static/images/006.svg" />
  45. <span class="font-6669633">
  46. {eyou:arcview aid='698'}
  47. {$field.content}
  48. {/eyou:arcview}
  49. </span>
  50. </div>
  51. <div class="layui-col-xs5 tl open_shangqiao" style="cursor: pointer;">
  52. <img src="https://oss.zc10000.com/static/images/016.svg" />
  53. <span class="font-6669633">
  54. {eyou:arcview aid='699'}
  55. {$field.content}
  56. {/eyou:arcview}
  57. </span>
  58. </div>
  59. </div>
  60. <div class="layui-col-xs12 tc qy-300">
  61. {eyou:links type='image' loop='6' titlelen='15' groupid='6'}
  62. <a href='javascript:void(0);' {$field.target} {$field.nofollow}>
  63. <img src="{$field.logo}" /></a>
  64. {/eyou:links}
  65. </div>
  66. <div class="layui-col-xs12 qy-400"></div>
  67. <div class="layui-col-xs12 qy-500 tc">
  68. <div class="p1">
  69. {eyou:arcview aid='700'}
  70. {$field.content}
  71. {/eyou:arcview}
  72. </div>
  73. <p class="p2">
  74. {eyou:arcview aid='701'}
  75. {$field.content}
  76. {/eyou:arcview}
  77. </p>
  78. <p class="p2">
  79. <?php
  80. $txt = str_replace(',', ',', $eyou['field']['seo_keywords']);
  81. $txt = $txt.',0';
  82. $ko = explode(',',$txt);
  83. if($ko[1] == '0'){
  84. $txt2 = '<a href="'.$route_url.'" style="color: rgb(40, 45, 108);">'.$ko[0].'</a>';
  85. }else{
  86. $txt2 = '<a href="'.$route_url.'" style="color: rgb(40, 45, 108);">'.$ko[0].'</a>及<a href="'.$route_url.'" style="color: rgb(40, 45, 108);">'.$ko[1].'</a>';
  87. }
  88. ?>
  89. {eyou:if condition='($page == "zccat-detail-list")'}
  90. {$txt2}相关服务认准职称网,专注职称评审20年,职称评审一站式服务网站。
  91. {eyou:else /}
  92. {eyou:arcview aid='801'}
  93. {$field.content}
  94. {/eyou:arcview}
  95. {/eyou:if}
  96. </p>
  97. <p class="p5">
  98. </p>
  99. </div>
  100. </div>
  101. </div>
  102. </div>