{yun:}include file="$wapstyle/header.htm"{/yun}
|
<script src="{yun:}$wap_style{/yun}/js/jquery.min.js?v={yun:}$config.cachecode{/yun}" language="javascript"></script>
|
<script src="{yun:}$wap_style{/yun}/js/public.js?v={yun:}$config.cachecode{/yun}" language="javascript"></script>
|
|
<style type="text/css">
|
body {
|
background: #fff
|
}
|
|
.header_h {
|
display: none;
|
}
|
</style>
|
<div class="login_tit"> <a class="hd-lbtn"
|
href="{yun:}if $backurl{/yun}{yun:}$backurl{/yun}{yun:}else{/yun}javascript:goBack();{yun:}/if{/yun}"><i
|
class="header_top_l"></i></a>请选择您的身份
|
<div class="regok_tit_p">之后你可以在“我的-设置”中切换</div>
|
</div>
|
<div class="regok_box">
|
<ul>
|
<li><a href="javascript:void(0);" onclick="chooseIdent('{yun:}url m=wap c=register a=ident usertype=1{/yun}')">
|
<div class="regok_box_center">
|
<div class="regok_box_logo">
|
<img src="{yun:}$wap_style{/yun}/images/genius.png" alt="" width="100%" height="100%">
|
</div>
|
<div class="regok_box_user">我要找工作</div>
|
<div class="regok_box_nav">
|
<img src="{yun:}$wap_style{/yun}/images/dredge_add.png" alt="" width="100%" height="100%" >
|
</div>
|
</div>
|
</a></li>
|
<li><a href="javascript:void(0);" onclick="chooseIdent('{yun:}url m=wap c=register a=ident usertype=2{/yun}')">
|
<div class="regok_box_center">
|
<div class="regok_box_logo">
|
<img src="{yun:}$wap_style{/yun}/images/company.png" alt="" width="100%" height="100%">
|
</div>
|
<div class="regok_box_user">我要招人</div>
|
<div class="regok_box_nav">
|
<img src="{yun:}$wap_style{/yun}/images/dredge_add.png" alt="" width="100%" height="100%" >
|
</div>
|
</div>
|
</a></li>
|
{yun:}if $config.sy_lietou_web==1{/yun}
|
<li><a href="javascript:void(0);" onclick="chooseIdent('{yun:}url m=wap c=register a=ident usertype=3{/yun}')">
|
<div class="regok_box_center">
|
<div class="regok_box_logo">
|
<img src="{yun:}$wap_style{/yun}/images/headhunter.png" alt="" width="100%" height="100%">
|
</div>
|
<div class="regok_box_user">我是猎头/中介</div>
|
<div class="regok_box_nav">
|
<img src="{yun:}$wap_style{/yun}/images/dredge_add.png" alt="" width="100%" height="100%" >
|
</div>
|
</div>
|
</a></li>
|
{yun:}/if{/yun}
|
{yun:}if $config.sy_train_web==1{/yun}
|
<li><a href="javascript:void(0);" onclick="chooseIdent('{yun:}url m=wap c=register a=ident usertype=4{/yun}')">
|
<div class="regok_box_center">
|
<div class="regok_box_logo">
|
<img src="{yun:}$wap_style{/yun}/images/training_institution.png" alt="" width="100%" height="100%">
|
</div>
|
<div class="regok_box_user">我是培训机构</div>
|
<div class="regok_box_nav">
|
<img src="{yun:}$wap_style{/yun}/images/dredge_add.png" alt="" width="100%" height="100%" >
|
</div>
|
</div>
|
</a></li>
|
{yun:}/if{/yun}
|
|
</ul>
|
|
</div>
|
</body>
|
<script>
|
function chooseIdent(url){
|
// 处理浏览器历史记录,防止可以返回注册页面
|
window.history.replaceState({}, "", "index.php");
|
window.location.href = url;
|
}
|
</script>
|
</html>
|