main_footer.blade.php 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <div class="index_footer">
  2. <div class="wide">
  3. <div class="index_footer_links" style="text-align: center;">
  4. <!--<a href="{:U('News/news_list',array('id'=>4))}" target="_blank">政策信息</a><b>|</b>-->
  5. <!--<a href="#" target="_blank">申报中心</a><b>|</b>-->
  6. <a href="/">网站首页</a><b>|</b>
  7. <a href="{{route('news.list',['id'=>3])}}" target="_blank">聚才动态</a><b>|</b>
  8. <a href="{{route('policy.list',['id'=>1])}}" target="_blank">人才政策</a><b>|</b>
  9. <a href="{{route('mien')}}" target="_blank">人才风采</a><b>|</b>
  10. <a href="{{route('knowall')}}" target="_blank">网上办事</a><b>|</b>
  11. <a href="{{route(url_rewrite('AIX_jobslist'))}}" target="_blank">企业服务</a><b>|</b>
  12. <a href="{{route('city')}}" target="_blank">城市概况</a>
  13. <!--<b>|</b>
  14. <a href="{:url_rewrite('QS_resumelist')}" target="_blank">人才服务</a>-->
  15. <a href="#" target="_blank" style="display: none;">人才社区</a>
  16. </div>
  17. <div class="index_footertxt" style="text-align: center;">
  18. <p>主办单位:中共晋江市委组织部 中共晋江市委人才办&nbsp;&nbsp;&nbsp;运营方:福建省晋江人力资本有限公司&nbsp;&nbsp;&nbsp;地址:{{config('aix.system.site.site.site_address')}}&nbsp;&nbsp;&nbsp;电话:{{config('aix.system.site.site.bottom_tel')}}&nbsp;&nbsp;&nbsp;邮箱:{{config('aix.system.site.site.site_email')}}</p>
  19. <p><span>{{config('aix.system.site.site.site_explain')}}&nbsp;&nbsp;&nbsp;&nbsp;备案号:<a href="https://beian.miit.gov.cn" target="_blank">{{config('aix.system.site.site.site_icp')}}</a></span><script type="text/javascript">document.write(unescape("%3Cspan id='cnzz_stat_icon_1278616925'%3E%3C/span%3E%3Cscript src='https://v1.cnzz.com/z_stat.php%3Fid%3D1278616925%26show%3Dpic' type='text/javascript'%3E%3C/script%3E"));</script></p>
  20. {!! config('aix.system.site.site.site_statistics') !!}
  21. </div>
  22. </div>
  23. </div>
  24. @include('module.section.fixed_footer')
  25. @include('module.widgets.float_menu')
  26. {{--<div class="floatmenu">--}}
  27. {{--<div id="backtop" class="item backtop" style="display: none;"><a class="blk"></a></div>--}}
  28. {{--<div class="item mobile">--}}
  29. {{--<a class="blk"></a>--}}
  30. {{--<div class="popover popover1">--}}
  31. {{--<div class="popover-bd">--}}
  32. {{--<label>手机触屏</label>--}}
  33. {{--<span class="img-qrcode img-qrcode-mobile"><img src="" alt=""></span>--}}
  34. {{--</div>--}}
  35. {{--</div>--}}
  36. {{--<div class="popover">--}}
  37. {{--<div class="popover-bd">--}}
  38. {{--<label class="wx">企业微信</label>--}}
  39. {{--<span class="img-qrcode img-qrcode-wechat"><img src="" alt=""></span>--}}
  40. {{--</div>--}}
  41. {{--<div class="popover-arr"></div>--}}
  42. {{--</div>--}}
  43. {{--</div>--}}
  44. {{--<div class="item ask"><a class="blk" target="_blank" href="{{route('suggest.index')}}"></a></div>--}}
  45. {{--</div>--}}
  46. {{--<script type="text/javascript">--}}
  47. {{--var global = {--}}
  48. {{--h: $(window).height(),--}}
  49. {{--st: $(window).scrollTop(),--}}
  50. {{--backTop: function () {--}}
  51. {{--global.st > (global.h * 0.5) ? $("#backtop").show() : $("#backtop").hide();--}}
  52. {{--}--}}
  53. {{--}--}}
  54. {{--$('.footer-txt-group .hl').eq($('.footer-txt-group .hl').length-1).addClass('last');--}}
  55. {{--$('#backtop').on('click', function () {--}}
  56. {{--$("html,body").animate({"scrollTop": 0}, 500);--}}
  57. {{--});--}}
  58. {{--global.backTop();--}}
  59. {{--$(window).scroll(function () {--}}
  60. {{--global.h = $(window).height();--}}
  61. {{--global.st = $(window).scrollTop();--}}
  62. {{--global.backTop();--}}
  63. {{--});--}}
  64. {{--$(window).resize(function () {--}}
  65. {{--global.h = $(window).height();--}}
  66. {{--global.st = $(window).scrollTop();--}}
  67. {{--global.backTop();--}}
  68. {{--});--}}
  69. {{--// 客服QQ--}}
  70. {{--var app_qq = "{:C('apply.Qqfloat')}";--}}
  71. {{--var qq_open = "{:C('qscms_qq_float_open')}";--}}
  72. {{--if(app_qq != '' && qq_open == 1){--}}
  73. {{--var QQFloatUrl = "{:U('Qqfloat/Index/index')}";--}}
  74. {{--$.getJSON(QQFloatUrl, function (result) {--}}
  75. {{--if (result.status == 1) {--}}
  76. {{--//$(".qq-float").html(result.data);--}}
  77. {{--$("body").append(result.data);--}}
  78. {{--}--}}
  79. {{--});--}}
  80. {{--}--}}
  81. {{--</script>--}}