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
<!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"><span class="lt_m_tit_s">浏览过的简历</span></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=look_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.resume_id{/yun}" class="m_cont_check" lay-skin="primary"></td >         
                <td scope="col" >
                  <a class="m_name" target="_blank"  href="{yun:}url m=resume c=show id=$v.resume_id type=$v.height_status{/yun}"> {yun:}$v.name|mb_substr:0:8:"utf-8"{/yun} </a></td>
                <td align="center" width="200">{yun:}$v.hy{/yun}</td>
                <td  align="center" width="200">{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=look_resume&act=del&del={yun:}$v.id{/yun}');" href="javascript:void(0)">删除</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>
  </div>
</div>
<!--内容结束-->
<div class="clear"></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}