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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
{yun:}include file="$lietoustyle/public.htm"{/yun} 
<script type="text/javascript" src="{yun:}$config.sy_weburl{/yun}/js/member_public.js?v={yun:}$config.cachecode{/yun}"></script>
<link rel="stylesheet" href="{yun:}$lietou_style{/yun}/css/jianli.css?v={yun:}$config.cachecode{/yun}" type="text/css">
 
</head>
<body>
{yun:}include file="$lietoustyle/header.htm"{/yun} 
<!--内容部分content-->
<div class="m_content">
  <div class="wrap"> {yun:}include file="$lietoustyle/left.htm"{/yun}
    <div class="m_inner_youb fr">
        <div class="clear"></div>
                   <div class="lt_m_tit">
                   <ul class="lt_m_tit_list">
                   <li class="lt_m_tit_list_cur"><a href="index.php?c=yp_resume">收到的简历</a></li>
                    <li><a href="index.php?c=entrust_resume">委托来的简历</a></li>
                     <li><a href="index.php?c=down_resume">已下载的简历</a></li>
                     </ul>
                
                   </div>
           <div class="lt_m_box">
          <div class="lt_m_table">
           <iframe id="supportiframe"  name="supportiframe" onload="returnmessage('supportiframe');" style="display:none"></iframe>
          <form action="index.php?c=yp_resume&act=del" target="supportiframe" method="post" id='myform' class='layui-form'>
          <table>
                <tbody>
              {yun:}if !empty($list){/yun}
                <tr>                    <th width="15">&nbsp;</th >         
                 <th scope="col" ><span>姓名</span></th>
                  <th scope="col"><span>期望行业</span></th>
                  <th scope="col" ><span>意向职位</span></th>
                  <th scope="col" ><span>工作地点</span></th>
                 <th scope="col" ><span>  更新时间</span></th>
                  <th scope="col">操作</th>
                </tr>
         {yun:}/if{/yun}
         
        
        {yun:}if !empty($list){/yun}
         {yun:}foreach item=v from=$list{/yun}
          <tr>   <td width="15"> <input type="checkbox" name="delid[]" value="{yun:}$v.id{/yun}" class="m_cont_check" lay-skin="primary"> </td >                          
                 <td scope="col" >
                 <a target="_blank" class="m_name" href="{yun:}url m=resume c=show id=$v.eid type=2{/yun}">{yun:}$v.name|mb_substr:0:8:"utf-8"{/yun}</a></td>
                  <td scope="col" align="center"><span>{yun:}$v.hy{/yun}</span></td>
                  <td scope="col"  align="center"><span>{yun:}$v.jobname{/yun}</span></td>
                  <td scope="col"  align="center"><span>{yun:}$v.cityname{/yun}</span></td>
                 <td scope="col"  align="center"><span>  {yun:}$v.lastupdate|date_format:"%Y-%m-%d"{/yun}</span></td>
                  <td scope="col" align="center"><a  href="javascript:void(0)" onclick="layer_del('确定要删除?', 'index.php?c=yp_resume&act=del&del={yun:}$v.id{/yun}');" class="cont_del">删除</a></td>
                </tr>
                
         
          {yun:}/foreach{/yun}
          {yun:}else{/yun}
         <tr>
                    <td colspan="7" class="lt_m_table_end">  <div class="member_no_content">你还没有应聘来的简历<div class="lt_src"><a href="index.php?c=search_resume">主动搜索人才</a></div></div>
          {yun:}/if{/yun}
           </div></td>
                </tr>
         {yun:}if !empty($list){/yun}
        <tr>
                    <td colspan="7" class="lt_m_table_end"> <div class="m_browse_del m_browse_del01">
        <input id='checkAll'  type="checkbox" lay-filter="allLt"  lay-skin="primary" class="m_del_che">
          全选<a href="javascript:void(0);" onclick="return really('delid[]');">批量删除</a> </div>
        
        <div class="pages">{yun:}$pagenav{/yun}</div></td>
                </tr>
        {yun:}/if{/yun}
       
         </tbody></table>
     </form>
    </div>
    <div class="clear"></div>
  </div>
</div></div>
<div class="clear"></div>
</div>
<!--内容结束--> 
<script>
    layui.use(['form','layer', 'laydate'], function(){
        var $ = layui.$,
            form = layui.form,
            laydate = layui.laydate,
            layer = layui.layer;
        
        form.on('checkbox(allLt)', function (data) {
                $("input[name='delid[]']").each(function () {
                this.checked = data.elem.checked;
            });
            form.render('checkbox');
          });
      });
</script>
{yun:}include file="$lietoustyle/footer.htm"{/yun}