123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- <div class="index_footer">
- <div class="wide">
- <div class="index_footer_links" style="text-align: center;">
- <!--<a href="{:U('News/news_list',array('id'=>4))}" target="_blank">政策信息</a><b>|</b>-->
- <!--<a href="#" target="_blank">申报中心</a><b>|</b>-->
- <a href="/">网站首页</a><b>|</b>
- <a href="{{route('news.list',['id'=>3])}}" target="_blank">聚才动态</a><b>|</b>
- <a href="{{route('policy.list',['id'=>1])}}" target="_blank">人才政策</a><b>|</b>
- <a href="{{route('mien')}}" target="_blank">人才风采</a><b>|</b>
- <a href="{{route('knowall')}}" target="_blank">网上办事</a><b>|</b>
- <a href="{{route(url_rewrite('AIX_jobslist'))}}" target="_blank">企业服务</a><b>|</b>
- <a href="{{route('city')}}" target="_blank">城市概况</a>
- <!--<b>|</b>
- <a href="{:url_rewrite('QS_resumelist')}" target="_blank">人才服务</a>-->
- <a href="#" target="_blank" style="display: none;">人才社区</a>
- </div>
- <div class="index_footertxt" style="text-align: center;">
- <p>主办单位:中共晋江市委组织部 中共晋江市委人才办 运营方:福建省晋江人力资本有限公司 地址:{{config('aix.system.site.site.site_address')}} 电话:{{config('aix.system.site.site.bottom_tel')}} 邮箱:{{config('aix.system.site.site.site_email')}}</p>
- <p><span>{{config('aix.system.site.site.site_explain')}} 备案号:<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>
- {!! config('aix.system.site.site.site_statistics') !!}
- </div>
- </div>
- </div>
- @include('module.section.fixed_footer')
- @include('module.widgets.float_menu')
- {{--<div class="floatmenu">--}}
- {{--<div id="backtop" class="item backtop" style="display: none;"><a class="blk"></a></div>--}}
- {{--<div class="item mobile">--}}
- {{--<a class="blk"></a>--}}
- {{--<div class="popover popover1">--}}
- {{--<div class="popover-bd">--}}
- {{--<label>手机触屏</label>--}}
- {{--<span class="img-qrcode img-qrcode-mobile"><img src="" alt=""></span>--}}
- {{--</div>--}}
- {{--</div>--}}
- {{--<div class="popover">--}}
- {{--<div class="popover-bd">--}}
- {{--<label class="wx">企业微信</label>--}}
- {{--<span class="img-qrcode img-qrcode-wechat"><img src="" alt=""></span>--}}
- {{--</div>--}}
- {{--<div class="popover-arr"></div>--}}
- {{--</div>--}}
- {{--</div>--}}
- {{--<div class="item ask"><a class="blk" target="_blank" href="{{route('suggest.index')}}"></a></div>--}}
- {{--</div>--}}
- {{--<script type="text/javascript">--}}
- {{--var global = {--}}
- {{--h: $(window).height(),--}}
- {{--st: $(window).scrollTop(),--}}
- {{--backTop: function () {--}}
- {{--global.st > (global.h * 0.5) ? $("#backtop").show() : $("#backtop").hide();--}}
- {{--}--}}
- {{--}--}}
- {{--$('.footer-txt-group .hl').eq($('.footer-txt-group .hl').length-1).addClass('last');--}}
- {{--$('#backtop').on('click', function () {--}}
- {{--$("html,body").animate({"scrollTop": 0}, 500);--}}
- {{--});--}}
- {{--global.backTop();--}}
- {{--$(window).scroll(function () {--}}
- {{--global.h = $(window).height();--}}
- {{--global.st = $(window).scrollTop();--}}
- {{--global.backTop();--}}
- {{--});--}}
- {{--$(window).resize(function () {--}}
- {{--global.h = $(window).height();--}}
- {{--global.st = $(window).scrollTop();--}}
- {{--global.backTop();--}}
- {{--});--}}
- {{--// 客服QQ--}}
- {{--var app_qq = "{:C('apply.Qqfloat')}";--}}
- {{--var qq_open = "{:C('qscms_qq_float_open')}";--}}
- {{--if(app_qq != '' && qq_open == 1){--}}
- {{--var QQFloatUrl = "{:U('Qqfloat/Index/index')}";--}}
- {{--$.getJSON(QQFloatUrl, function (result) {--}}
- {{--if (result.status == 1) {--}}
- {{--//$(".qq-float").html(result.data);--}}
- {{--$("body").append(result.data);--}}
- {{--}--}}
- {{--});--}}
- {{--}--}}
- {{--</script>--}}
|