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
<!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="lt_m_tit">
           <ul class="lt_m_tit_list">
                   <li><a href="index.php?c=yp_resume">收到的简历</a></li>
                    <li><a href="index.php?c=entrust_resume">委托来的简历</a></li>
                     <li class="lt_m_tit_list_cur"><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=down_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>
              <a class="m_name" target="_blank" href="{yun:}url m=resume c=show id=$v.eid type=2{/yun}">{yun:}$v.name|mb_substr:0:8:"utf-8"{/yun}{yun:}if $v.height_status==2{/yun}<img src="{yun:}$com_style{/yun}/images/yun_gj.png" title="优质简历">{yun:}/if{/yun} </a></td>
                 <td align="center">{yun:}$v.hy{/yun}</td>
                <td align="center">{yun:}$v.jobname{/yun}</td>
                <td align="center">{yun:}$v.cityname{/yun}</td>
                <td align="center">{yun:}$v.lastupdate|date_format:"%Y-%m-%d"{/yun}</td>
               <td  align="center"><a  onclick="layer_del('确定要删除?', 'index.php?c=down_resume&act=del&del={yun:}$v.id{/yun}');" href="javascript:void(0)" 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></td>
                </tr>
          {yun:}/if{/yun}
        
         {yun:}if !empty($list){/yun}
         
        <tr>
                    <td colspan="7" class="lt_m_table_end">  <div class="m_browse_del m_browse_del01">
         <span style="padding-left:10px;">  <input id='checkAll'  type="checkbox" lay-filter="allLt"  lay-skin="primary" class="m_del_che"></span>
          全选<a href="javascript:void(0);" onclick="return really('delid[]');">批量删除</a> </div>
        <div class="clear"></div>
        <div class="pages">{yun:}$pagenav{/yun}</div></td>
                </tr>
        {yun:}/if{/yun}
        
               </tbody></table>
               </form>
      </div>
    </div>
    <div class="clear"></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}