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
{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="joblist_search" style="margin-top:0px; padding-bottom:0px;">
        <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 name="" type="submit" class="joblist_search_bth" value="  ">
          
            
            </div>
        </form>
    </div>
     <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 ">看过我</a>
      <a href="index.php?c=attention_me" title="关注我的简历" class="new_com_r_a2 likeme">对我感兴趣</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><div class=right_box>
    <div class=admincont_box>
  
  
      <div class="com_body">
 
     
          <div class="clear"></div>
        <div class=admin_textbox_04>
          <iframe id="supportiframe"  name="supportiframe" onload="returnmessage('supportiframe');" style="display:none"></iframe>
          <form action="{yun:}$now_url{/yun}&act=del" target="supportiframe" method="post" id='myform'>
 <table class="com_table mt20" id="job_checkbokid">
             
              {yun:}if !empty($rows){/yun}
               <tr>
              
              <th >姓名</th>
              <th>意向职位</th>
              <th>工作经验 </th>
              <th>学历</th>
              <th>关注时间</th>
                <th>邀请面试</th>
              <th width="160">操作</th>
            </tr>
                {yun:}foreach  from=$rows  item=v{/yun}
                <tr>
              
                
               <td align="left">  <a href="javascript:void(0)" onclick="com_lookresume('{yun:}$v.eid{/yun}')"  class="uesr_name_a">{yun:}$v.username{/yun}&nbsp;</a></td>
               <td align="left"> <span class="invite_user_job">{yun:}$v.jobname{/yun}&nbsp;</span></td>
               <td align="center"> {yun:}$v.exp{/yun}</td>
               <td align="center">{yun:}$v.edu{/yun}</td>
               <td align="center">{yun:}$v.time|date_format:'%Y-%m-%d'{/yun}</td>
                 <td align="center"> {yun:}if $v.userid_msg==1{/yun} 
                <font color="red">已邀请</font> 
            {yun:}else{/yun} 
                <a href="javascript:;" onclick="inviteResume(this)" uid="{yun:}$v.uid{/yun}" username="{yun:}$v.username{/yun}" class="com_received_username_yqms" >邀请面试</a> 
            {yun:}/if{/yun}  </td>
               <td align="center">
            <a href="{yun:}url m=resume c=show id='`$v.eid`'{/yun}" target="_blank"class=" com_bth cblue">查看简历</a>
               </td>
              </tr>
                {yun:}/foreach{/yun}
               <tr>
                  <td colspan="8" class="table_end">
                 
                  <div class="diggg">{yun:}$pagenav{/yun}</div>
                 </td>
          
                </tr>
                {yun:}elseif $smarty.get.keyword!="" {/yun}
                 <tr>
                  <td colspan="8" class="table_end"> <div class="msg_no">没有搜索关注我企业的人才。 </div>
                    </td>
          
                </tr>
                {yun:}else{/yun}
                  <tr>
                  <td colspan="8" 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:}/if{/yun}</table>
          </form>
        </div>
      </div></div></div>
    </div>
  </div>
{yun:}include file="$comstyle/yqms.htm"{/yun}
{yun:}include file="$comstyle/footer.htm"{/yun}