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.

footer.htm 4.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <div class="footer-copyright ">
  2. <div class="container">
  3. {eyou:if condition='($is_mobile === false)'}
  4. <div class="div-p">
  5. <p style="line-height: 20px;font-size: 13px;">
  6. <p>{eyou:global name='web_attr_24' /}<职称E家>一站式职称评审服务网站!</p>
  7. <p> <a target="_self" rel="nofollow" href="https://beian.miit.gov.cn/">{eyou:global name='web_attr_22' /}</a>
  8. &nbsp;{eyou:global name='web_attr_21' /} &nbsp;</p>
  9. <p>
  10. <!--Copyright © 2015-2024 版权所有 职称E家 All Rights Reserved-->
  11. <a href="https://www.zc10000.com/sitemap.html" target="_self">sitemap-html</a>
  12. <a href="https://www.zc10000.com/sitemap.xml" target="_self">sitemap-xml</a>
  13. <a href="https://www.zc10000.com/sitemap.txt" target="_self">sitemap-txt</a>
  14. </p>
  15. <img id="light-flogo" class="flogo" src="{eyou:global name='web_attr_31' /}" alt="职称E家LOGO" title="职称E家LOGO">
  16. <img id="dark-flogo" class="flogo" src="{eyou:global name='web_attr_32' /}" alt="职称E家LOGO" title="职称E家LOGO">
  17. </div>
  18. {eyou:else /}
  19. <div class="div-m">
  20. <p style="text-align: center;width: 100%;padding-bottom: 40px;">
  21. <a target="_self" rel="nofollow" href="https://beian.miit.gov.cn/">{eyou:global name='web_attr_22' /}</a>
  22. <br/>Copyright © 2015-2024 版权所有 职称E家 All Rights Reserved
  23. <职称E家>一站式职称评审服务网站! <a href="https://www.zc10000.com/sitemap.html" target="_self">sitemap</a> <br/>
  24. <!--<a href="https://www.zc10000.com/sitemap.html" target="_self" style="display: none;">sitemap-html</a>-->
  25. <a href="https://www.zc10000.com/sitemap.xml" target="_self" style="display: none;">sitemap-xml</a>
  26. <a href="https://www.zc10000.com/sitemap.txt" target="_self" style="display: none;">sitemap-txt</a>
  27. </p>
  28. </div>
  29. {/eyou:if}
  30. </div>
  31. </div>
  32. <?php
  33. /*
  34. *
  35. * <!--<div class="footer_Footernav">
  36. <a href="https://www.zc10000.com">
  37. <i class="fa fa-phone"></i>
  38. <small>首页</small>
  39. </a>
  40. <a href="https://www.zc10000.com/zc">
  41. <i class="fa fa-comments"></i>
  42. <small>政策</small>
  43. </a>
  44. <a href="https://www.zc10000.com/cl">
  45. <i class="fa fa-home"></i>
  46. <small>材料</small>
  47. </a>
  48. <a href="https://www.zc10000.com/cp">
  49. <i class="fa fa-qq"></i>
  50. <small>测评</small>
  51. </a>
  52. <a href="/?m=user&amp;c=Users&amp;a=login">
  53. <i class="fa fa-wechat"></i>
  54. <small>我的</small>
  55. </a>
  56. </div>-->
  57. */
  58. ?>
  59. {eyou:if condition='($is_mobile !== false)'}
  60. <link href="https://www.zc10000.com/template/mobile/users/skin/userfont/iconfont.css" rel="stylesheet" media="screen" type="text/css">
  61. <div class="footer-nav">
  62. <a href="https://www.zc10000.com" class="nav-item" {eyou:if condition='($page=="index")'}style="color:red;{/eyou:if}">
  63. <div class="nav-item-t"><i class="iconfont icon-shouye"></i></div>
  64. <div class="nav-item-b">首页</div>
  65. </a>
  66. <a href="https://www.zc10000.com/zc" class="nav-item" {eyou:if condition='($page=="zhengce" || $page=="zc_detail")'}style="color:red;{/eyou:if}">
  67. <div class="nav-item-t"><i class="iconfont icon-huiyuanshengji"></i></div>
  68. <div class="nav-item-b">政策</div>
  69. </a>
  70. <a href="https://www.zc10000.com/cl" class="nav-item" {eyou:if condition='($page=="cailiao" || $page=="cl_detail")'}style="color:red;{/eyou:if}">
  71. <div class="nav-item-t"><i class="iconfont icon-dingdan2"></i></div> <!--shopping-cart-full-->
  72. <div class="nav-item-b">材料</div>
  73. </a>
  74. <a href="https://www.zc10000.com/cp" class="nav-item" {eyou:if condition='($page=="ciping")'}style="color:red;{/eyou:if}">
  75. <div class="nav-item-t"><i class="iconfont icon-fabu"></i></div>
  76. <div class="nav-item-b">申报</div>
  77. </a>
  78. <?php
  79. $n_url = urlencode(request()->domain().request()->url());
  80. ?>
  81. <a href="https://www.zc10000.com/?m=user&amp;c=Users&amp;a=login&referurl={$n_url}" class="nav-item" {eyou:if condition='($page=="user")'}style="color:red;{/eyou:if}">
  82. <div class="nav-item-t"><i class="iconfont icon-geren"></i></div>
  83. <div class="nav-item-b">我的</div>
  84. </a>
  85. </div>
  86. {/eyou:if}
  87. <?php
  88. /*
  89. * {:hookexec('Footernav/Footernav/show')}
  90. */
  91. ?>