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
{yun:}include file="$userstyle/header.htm"{/yun}
<div class="yun_w1200">
    {yun:}include file="$userstyle/left.htm"{/yun}
    <div class="yun_m_rightbox fltR mt20 re">
 
        <div class="member_right_index_h1 fltL"> <span class="member_right_h1_span fltL">匹配职位</span> <i class="member_right_h1_icon user_bg"></i></div>
        <div class="resume_Prompt_box">
            <div class="resume_Prompt"><i class="resume_Prompt_icon"></i>系统根据你创建的简历自动匹配的职位</div>
        </div>
 
        <div class="remindbox01 mt20">
            <div id="gms_showclew"></div>
            <div class="resumelistbox01 mt10">
                <div id="" class="resume_box_list">
 
                    <table border="0" cellspacing="1" cellpadding="0" class="resumejob">
                        <tr>
                            <th>职位名称</th>
                            <th>学历</th>
                            <th>性别</th>
                            <th>到岗时间</th>
                            <th>工作经验</th>
                            <th>月薪</th>
                            <th>匹配度</th>
                        </tr>
                        {yun:}foreach item=v from=$job{/yun}
                        <tr>
                            <td style="width:180px; text-align:center; border-left:1px solid #eeeeee;">
                                <a href="{yun:}url m=job c=comapply id=$v.id{/yun}" target="_blank">{yun:}$v.name{/yun}</a>
                            </td>
                            <td>{yun:}$v.job_edu{/yun}</td>
                            <td>{yun:}if $v.job_sex{/yun}{yun:}$v.job_sex{/yun}{yun:}else{/yun}保密{yun:}/if{/yun}</td>
                            <td>{yun:}$v.job_report{/yun}</td>
                            <td>{yun:}$v.job_exp{/yun}</td>
                            <td>{yun:}$v.job_salary{/yun}</td>
                            <td>{yun:}$v.pre{/yun}%</td>
                        </tr>
                        {yun:}foreachelse{/yun}
                        <tr style="height:30px">
                            <td colspan="7">
                                <div class="msg_no">
                                    <p>没有匹配到相似的职位 </p>
                                    <p>主动搜索合适的职位</p>
                                    <a href="{yun:}url m=job{/yun}" target="_blank" class="msg_no_sq uesr_submit">立即搜索</a>
                                </div>
                            </td>
                        </tr>
                        {yun:}/foreach{/yun}
                    </table>
                </div>
            </div>
            <div class="diggg">{yun:}$pagenav{/yun}</div>
        </div>
    </div>
</div>
{yun:}include file="$userstyle/footer.htm"{/yun}