123456789101112131415161718192021 |
- <div class="user_head" style="background:#415571;">
- <div class="insidebox" style="position:relative;background:none;">
- <div style="background:url({{ theme_asset('app/images/jc/index_head_bgtxt.png') }}) no-repeat 250px center ;">
- <div class="logobox" style="padding-left:0;">
- <a href="/"><img src="{{upload_asset(subsite_config('aix.system.site.site.logo'))}}" border="0"/></a>
- </div>
- <div class="nav link_white" style="width:auto;float:right;">
- <div class="list @if(stripos(Route::currentRouteName(),'com.index') !== false) select @endif" onclick="window.location='{{route('com.index')}}'"><a href="{{route('com.index')}}">企业中心</a></div>
- <div class="list @if(stripos(Route::currentRouteName(),'jobs') !== false) select @endif" onclick="window.location='{{ route('jobs.list') }}'"><a href="{{ route('jobs.list') }}">职位管理</a></div>
- <div class="list @if(stripos(Route::currentRouteName(),'resume') !== false) select @endif" onclick="window.location='{{route('resume.apply')}}'"><a href="{{route('resume.apply')}}">简历管理</a></div>
- <div class="list @if(stripos(Route::currentRouteName(),'service') !== false) select @endif" onclick="window.location='{{ route('service.setmeal') }}'"><a href="{{ route('service.setmeal') }}">会员服务</a></div>
- {{--<div class="list @if(stripos(Route::currentRouteName(),'jobfair.') !== false) select @endif" onclick="window.location='{{ route('jkq.jobfair.lists') }}'"><a href="{{ route('jkq.jobfair.lists') }}">现场招聘会</a></div>--}}
- {{--<div class="list @if(stripos(Route::currentRouteName(),'jobfairout') !== false) select @endif" onclick="window.location='{{ route('jkq.jobfairout.lists') }}'"><a href="{{ route('jkq.jobfairout.lists') }}">赴外招聘会</a></div>--}}
- {{--<div class="list @if(stripos(Route::currentRouteName(),'com.square') !== false) select @endif" onclick="window.location='{{route('jkq.com.square')}}'"><a href="{{route('jkq.com.square')}}">服务广场</a></div>--}}
- <div class="list last @if(stripos(Route::currentRouteName(),'com.security') !== false) select @endif" onclick="window.location='{{route('com.security')}}'"><a href="{{route('com.security')}}">账号管理</a></div>
- <div class="clear"></div>
- </div>
- <div class="clear"></div>
- </div>
- </div>
- </div>
|