chengkun
2025-04-18 1bb985f32f2efe0f9dd69f3cf29a1c809b1cf96d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{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;}
    .regok_box ul li {min-height: 1.933333rem; padding: 0.5rem 0.8rem; height: auto;}
</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 usertype=1 step=2{/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 usertype=2 step=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 usertype=3 step=2{/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 usertype=4 step=2{/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>
{yun:}include file="$wapstyle/publichtm/public_js.htm"{/yun}
 
</body>
<script>
    function chooseIdent(url) {
        // 处理浏览器历史记录,防止可以返回注册页面
        window.history.replaceState({}, "", "index.php");
        window.location.href = url;
    }
</script>
</html>