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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{yun:}include file="$comstyle/header.htm"{/yun}
 
<div class="w1000">
    <div class="admin_mainbody"> {yun:}include file="$comstyle/left.htm"{/yun}
        <div class="com_tit"> <span class="com_tit_span">被浏览的职位</span>
            <div class="com_tit_navbth">
                <div class="new_com_r_box">
                    <a href="index.php?c=hr" title="看过我的职位" class="new_com_r_a6">应聘简历</a>
                    <a href="index.php?c=down" title="关注我的简历" class="new_com_r_a5 ">我的下载</a>
                </div>
                <div class="new_com_r_box">
                    <a href="index.php?c=look_job" title="看过我的职位" class="new_com_r_a1 lookme">看过我</a>
                    <a href="index.php?c=attention_me" title="关注我的简历" class="new_com_r_a2">对我感兴趣</a>
                </div>
                <div class="new_com_r_box" style="width: 185px;">
                    <a href="index.php?c=look_resume" title="您浏览简历的记录" class="new_com_r_a3 ">我看过</a>
                    <a href="index.php?c=talent_pool" title="加入人才库的简历" class="new_com_r_a4">我的收藏</a>
                </div>
            </div>
            <div class="joblist_search">
                <form action="index.php" method="get">
                    <div class="joblist_search_box">
 
                        <input name="c" type="hidden" value="attention_me">
                        <input name="keyword" type="text" class="joblist_search_box_text" placeholder="请输入简历关键字" value="{yun:}$smarty.get.keyword{/yun}">
                        <input type="submit" class="joblist_search_bth" value="  ">
                    </div>
                </form>
            </div>
        </div>
        <div class=right_box>
            <div class=admincont_box>
                <div class="com_body">
                    <iframe id="supportiframe" name="supportiframe" onload="returnmessage('supportiframe');" style="display:none"></iframe>
                    <form action="index.php?c=look_job&act=del" method="post" target="supportiframe" id='myform' class='layui-form'>
                        <table class="com_table mt20" id="job_checkbokid">
                            {yun:}if $rows{/yun}
                            <tr>
                                <th width="20">&nbsp;</th>
                                <th>姓名</th>
                                <th>求职意向</th>
                                <th>工作经验</th>
                                <th>期望薪资</th>
                                <th>浏览职位</th>
                                <th>浏览时间</th>
                                <th>邀请面试</th>
                                <th>操作</th>
                            </tr>
                            {yun:}/if{/yun}
 
                            {yun:}foreach item=v from=$rows{/yun}
                            {yun:}if $v.name!=''{/yun}
                            <tr>
                                <td>
                                    <input type='checkbox' name="delid[]" value="{yun:}$v.id{/yun}" class="com_Release_job_qx_check" lay-skin="primary">
                                </td>
                                <td><a href="javascript:void(0)" onclick="com_lookresume('{yun:}$v.eid{/yun}')" class="uesr_name_a">&nbsp;{yun:}$v.name{/yun}</a></td>
                                <td align="left">
                                    <div style="width:200px;"><span class="yxjob_name">&nbsp;{yun:}$v.jobclassidname{/yun}</span></div>
                                </td>
                                <td align="center">{yun:}$v.exp{/yun}</td>
                                <td align="center">
                                    {yun:}$v.salary{/yun}
                                </td>
                                <td>{yun:}$v.job_name{/yun}&nbsp;</td>
                                <td align="center">{yun:}$v.datetime|date_format:'%Y-%m-%d %H:%M'{/yun}</td>
 
                                <td align="center">
                                    {yun:}if $v.userid_msg==1{/yun}
                                    <font color="#999">已邀请</font>
                                    {yun:}else{/yun}
                                    <a href="javascript:void(0);" onclick="inviteResume(this)" uid="{yun:}$v.uid{/yun}" username="{yun:}$v.name{/yun}" class="com_received_username_yqms"> 邀请面试</a>
                                    {yun:}/if{/yun}
                                </td>
                                <td align="center">
                                    <a href="javascript:void(0)" onclick="layer_del('确定要删除?', '{yun:}$now_url{/yun}&act=del&id={yun:}$v.id{/yun}')" class=" com_bth cblue">删除</a>
                                </td>
                            </tr>
                            {yun:}/if{/yun}
                            {yun:}foreachelse{/yun}
                            <tr>
                                <td colspan="9" class="table_end">
                                    <div class="msg_no">
                                        亲爱的用户,目前还没有人才浏览您。
                                        <p>您可以主动邀请人才面试</p>
                                        <a href="{yun:}url m=resume{/yun}" class="com_msg_no_bth com_submit">我要主动找人才</a>
                                    </div>
                                </td>
                            </tr>
                            {yun:}/foreach{/yun}
 
                            {yun:}if $rows{/yun}
                            <tr>
                                <td colspan="9" class="">
                                    <div class="com_Release_job_bot">
                                        <span class="com_Release_job_qx">
                                            <input id='checkAll' type="checkbox" lay-filter="allcom" lay-skin="primary" class="com_Release_job_qx_check">全选
                                        </span>
                                        <input class="c_btn_02" type="button" name="subdel" value="批量删除" onclick="return really('delid[]');">
                                    </div>
                                    <div class="diggg">{yun:}$pagenav{/yun}</div>
                                </td>
                            </tr>
                            {yun:}/if{/yun}
                        </table>
                    </form>
                </div>
            </div>
        </div>
    </div>
    <script>
        layui.use(['form'], function() {
            var form = layui.form,
                $ = layui.$;
            form.on('checkbox(allcom)', function(data) {
                $("input[name='delid[]']").each(function() {
                    this.checked = data.elem.checked;
                });
                form.render('checkbox');
            });
        });
    </script>
    {yun:}include file="$comstyle/yqms.htm"{/yun}
    {yun:}include file="$comstyle/footer.htm"{/yun}