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
{yun:}include file="$userstyle/header.htm"{/yun}
<div class="yun_w1200">
    {yun:}include file="$userstyle/left.htm"{/yun}
    <div class="yun_m_rightbox fltR mt20 re">
        <div class="member_right_index_h1 fltL"> <span class="member_right_h1_span fltL">我的关注</span> <i class="member_right_h1_icon user_bg"></i></div>
               <div id="gms_showclew"></div>
                <div class="job_list_tit"> 
                <ul class="">
              <li {yun:}if $smarty.get.c=='atn'{/yun}class="job_list_tit_cur"{yun:}/if{/yun}><a href="index.php?c=atn">关注的企业</a>{yun:}if $msgnum{/yun}<i class="left_sidebar_leftmune_icon">{yun:}$msgnum{/yun}</i>{yun:}/if{/yun}</li>
              <li {yun:}if $smarty.get.c=='atnlt'{/yun}class="job_list_tit_cur"{yun:}/if{/yun}><a href="index.php?c=atnlt">关注的猎头</a></li>
              <li {yun:}if $smarty.get.c=='academy'{/yun}class="job_list_tit_cur"{yun:}/if{/yun}><a href="index.php?c=academy">关注院校</a></li>
              <li {yun:}if $smarty.get.c=='xjh'{/yun}class="job_list_tit_cur"{yun:}/if{/yun}><a href="index.php?c=xjh">关注宣讲会</a></li>
             </ul> 
            </div>
    
        <div class="resume_box_list mt20">
           {yun:}if !empty($rows){/yun}
           <div class="attention_enterprises_tit">
                <div class="attention_enterprises_span attention_enterprises_name"><em class="List_Title_span_name">猎头名称</em></div>
                <div class="attention_enterprises_span attention_enterprises_job">正在招聘</div>
                <div class="attention_enterprises_span attention_enterprises_time">关注时间</div>
                <div class="attention_enterprises_span attention_enterprises_cz">操作</div>
            </div>
 
 
            {yun:}/if{/yun}
            {yun:}foreach item=log from=$rows{/yun}
              <div class="attention_enterprises_list">
                  <div class="attention_enterprises_span attention_enterprises_name">
                    <a href="{yun:}url m=lietou c=headhunter uid='`$log.sc_uid`'{/yun}" target="_blank" class="attention_enterprises_name_a">{yun:}$log.com_name{/yun}&nbsp;</a>
                </div>
               <div class="attention_enterprises_span attention_enterprises_job">
                    {yun:}if $log.jobnum>0{/yun}
                    {yun:}$log.jobname{/yun} 
                    
                    <a href="{yun:}url m=lietou c=headhunter uid='`$log.sc_uid`'{/yun}" target="_blank" class="gz_job_n">共{yun:}$log.jobnum{/yun}个职位>></a>
                    {yun:}else{/yun}
                    暂无职位
                    {yun:}/if{/yun}
                    &nbsp;
                </div>
                 <div class="attention_enterprises_span attention_enterprises_time">{yun:}$log.time|date_format:'%Y-%m-%d'{/yun}</div>
                <div class="attention_enterprises_span attention_enterprises_cz"><a href="javascript:void(0)" onclick="layer_del('您确定要取消关注?', '{yun:}$config.sy_weburl{/yun}/member/index.php?c=atnlt&act=del&id={yun:}$log.id{/yun}&uid={yun:}$log.sc_uid{/yun}');" class="cblue">取消关注</a>
                </div>
            </div>
            {yun:}foreachelse{/yun}
            <div class="msg_no">
            <p>亲爱的用户,您还没有关注过任何猎头,想要获得更多工作机会</p>
            <p>立即搜索您感兴趣的猎头吧!</p>
            <a href="{yun:}url m=lietou c=service{/yun}" target="_blank"class="msg_no_sq uesr_submit">立即搜索猎头>></a>
            </div>
            {yun:}/foreach{/yun}
            <div class="clear"></div>
            <div class="diggg">{yun:}$pagenav{/yun}</div>
        </div>
    </div>
</div>
{yun:}include file="$userstyle/footer.htm"{/yun}