123456789101112131415161718192021222324252627 |
- <span class="location" onclick="shouye();"><font style="font-size: 0.6rem;color: #747474;font-weight: bold">返回首页</font></span>
- <img src="${resPath}/syrc-mobile/images/sy_sj_27.png" /> <span class="ss_dz">
- @if(session.tbZhInfo_loginSession != null){
-
- @if(session.tbZhInfo_loginSession.zh_sf ==0){
- <a href="${ctxPath}/cms/resume/goGrzxForSj">个人中心</a>
- | <a href="${ctxPath}/system/reception/logOut">退出</a>
- @}
- @ else if(session.tbZhInfo_loginSession.zh_sf ==1){
- <a href="${ctxPath}/qyzx/goToyprclg">企业中心</a>
- | <a href="${ctxPath}/system/reception/logOut">退出</a>
- @}
- @else {
- <a href="${ctxPath}/system/reception/nologin">登录</a> | <a href="${ctxPath}/system/reception/gotogrzc">注册</a>
- @}
- @}
- @else {
- <a href="${ctxPath}/system/reception/nologin">登录</a> | <a href="${ctxPath}/system/reception/gotogrzc">注册</a>
- @ }
-
- <script>
- function shouye(){
- window.location.href="${ctxPath}/syrc/4"
- }
- </script>
-
- </span> </div>
|