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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{yun:}include file="$comstyle/header.htm"{/yun}
<script>
    $(function() {
        $(".statusbody").click(function() {
            var id = $(this).attr("pid");
            var bodys = $("#statusbody" + id).val();
            if(bodys){
                $("#showbody").html(bodys);
            }else{
                $("#showbody").html("暂无说明、请联系管理员");
            }
            $.layer({
                type : 1,
                title : '审核说明',
                closeBtn : [ 0, true ],
                border : [ 10, 0.3, '#000', true ],
                area : [ '380px', 'auto' ],
                page : {
                    dom : "#infobox2"
                }
            });
        });
 
    });
</script>
 
<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>
        
        <div class=vip_boxshow>
            <div class=vip_boxshow_c>
                <div class="report_uaer_list ">
                                            <div class="report_uaer_list_h1">招聘会</div>
                                            <div class="report_uaer_list_p">为企业提供多样化的招聘会服务</div>
                                            <ul>
                                            <li class="report_uaer_list_cur"><a href="index.php?c=zhaopinhui">现场招聘会</a></li>
                                            <li><a href="index.php?c=zphnet">网络招聘会</a></li>
                                                                         
                                            </ul>
                                        </div>
                                        
                                        
            <div class="vip_box_dq">温馨小提示</span>我们将在24小时内审核你参会的职位,请耐心等待,如需快速审核,请拨打客服热线:{yun:}$config.sy_freewebtel{/yun}
                                                                </div>
                            <div class="vip_box">
                                <div class="vip_box_db">参会记录</div>
                                <div style="padding:10px;">
                            <div style=" background-color: #fff;border-radius:8px;padding:8px;;">
                            <table class="com_table  ">
                                    {yun:}if $rows{/yun}
                                    <tr>
                                        <th>招聘会名称</th>
                                        <th>地点</th>
                                        <th>时间</th>
                                        <th>状态</th>
                                        <th width="200">操作</th>
                                    </tr>
                                    {yun:}/if{/yun}
                                    {yun:}foreach item=v from=$rows{/yun}
                                    <tr>
                                        <td><a href="{yun:}url m=zph c=show id='`$v.zid`'{/yun}" class="cblue" target=_blank><div style="width:300px">{yun:}$v.title{/yun}</a></div></td>
                                        <td align="center">{yun:}$v.address{/yun}</td>
                                        <td align="center"><div style="width:80px">{yun:}$v.ctime|date_format:'%Y-%m-%d'{/yun}</div></td>
                                        
                                        <td align="center">
                                        <div style="width:80px">
                                            {yun:}if $v.status==1{/yun}
                                                <font color="green">已审核</font>
                                            {yun:}elseif $v.status==2{/yun}
                                                <span class="tip_no"><i class="tip_no_icon"></i>未通过</span>
                                            {yun:}else{/yun}
                                                <span class="tip_no"><i class="tip_no_icon"></i>未审核</span>
                                            {yun:}/if{/yun}
                                            
                                            {yun:}if $v.status==2{/yun}
                                                <a href="javascript:;" class="wtg_ly cblue statusbody" pid="{yun:}$v.id{/yun}">说明</a>
                                            {yun:}/if{/yun}
                                            </div>
                                        </td>
                                        
                                        <td align="center">
                                        <div style="width:140px">
                                            <input type="hidden" id="statusbody{yun:}$v.id{/yun}" value="{yun:}$v.statusbody{/yun}" /> 
                                            <a href="{yun:}url m=zph c=show id='`$v.zid`'{/yun}" class="com_bth cblue">详情</a> 
                                            {yun:}if $v.notstart ==1 {/yun}
                                            <a href="javascript:void(0)" onclick="layer_del('确定要取消参会?', '{yun:}$now_url{/yun}&act=del&id={yun:}$v.id{/yun}');" class="com_bth cblue">取消</a>
                                            {yun:}/if{/yun}
                                            </div>
                                        </td>
                                    </tr>
                                    {yun:}foreachelse{/yun}
                                        <tr>
                                            <td colspan="8" class="table_end">
                                                <div class="com_msg_no">
                                                    <p>亲爱的用户,目前您还没有参加的招聘会信息</p>
                                                    <a class="com_msg_no_bth com_submit" href="{yun:}url m=zph{/yun}" target="_blank">查看招聘会信息</a>
                                                </div>
                                            </td>
                                        </tr>
                                    {yun:}/foreach{/yun}
                                    {yun:}if !empty($rows){/yun}
                                    <tr>
                                        <td colspan="8" class="table_end"><div class="diggg">{yun:}$pagenav{/yun}</div></td>
                                    </tr>
                                           {yun:}/if{/yun}
                                </table>
                            </div></div>
         
            </div>
        </div>
    </div>
</div>
<div id="infobox" style="display: none;">
    <table class="zph_tck_pd" style="width: 380px;">
        <tr>
            <td align="right"><div style="width: 50px;">名称:</div></td>
            <td id="title"></td>
        </tr>
        <tr>
            <td align="right">时间:</td>
            <td><span id='stime'></span>至<span id='etime'></span></td>
        </tr>
        <tr>
            <td align="right">场地:</td>
            <td id='sid'></td>
        </tr>
        <tr>
            <td align="right">区位:</td>
            <td id='cid'></td>
        </tr>
        <tr>
            <td align="right">展位:</td>
            <td id='bid'></td>
        </tr>
        <tr>
            <td align="right">地点:</td>
            <td id='address'></td>
        </tr>
        
    </table>
</div>
<div class="admin_Operating_sh" id="infobox2" style="padding: 10px; width: 350px; display: none;">
    <div class="admin_Operating_text" style="padding: 5px; height: auto; color: #C30; width: 330px; font-size: 14px; line-height: 23px; white-space: normal; word-break: break-all;" id="showbody"></div>
</div>
{yun:}include file="$comstyle/footer.htm"{/yun}