username@email.com
2025-05-21 a980cd04341d71216e0f59bd4b7327fe9fc50032
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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="RecruitmentsDetail.aspx.cs" Inherits="CY.WebForm.Pages.front.RecruitmentsDetail" %>
 
<!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 id="Head1" runat="server">
    <title>招聘信息详情</title>
    <uc:FrontQuote ID="FrontQuote1" runat="server" />
    <style type="text/css">
        .ali03 { text-align: right; }
        select { width: 109px; }
        .wTD { width: 92px; }
        .btn { display: block; background: url(../../images/Common/btn3.gif); width: 109px; height: 24px; line-height: 24px; text-align: center; overflow: hidden; color: #d83d00; border: none; cursor: pointer; }
    </style>
    <script type="text/javascript">
        //投递
        function onDelivery(keyid) {
            if (confirm('确定要投递简历到该招聘信息吗?')) {
                $.ajax({
                    url: "/Pages/common/CommonAjax.aspx",
                    type: "POST",
                    dataType: "html",
                    data: { dateType: "resumeDeliveryPost", hi: keyid },
                    global: false,
                    cache: false,
                    async: false,
                    success: function (data) {
                        if (data == "0") {
                            alertMsg("投递成功");
                        } else {
                            alertMsg("操作失败");
                        }
                    }
                });
            }
        }
    </script>
</head>
<body>
    <uc:FrontHead ID="FrontHead1" runat="server" />
    <form id="form1" runat="server">
    <div class="w1000 mainbox">
        <div class="mt10 DivAd" value_forumname="积分兑换" value_locationname="详情顶部横幅广告">
        </div>
        <div class="path">
            <strong>当前位置:</strong><a href="/">网站首页</a> > <a href="/Pages/front/RecruitmentsList.aspx">招聘信息列表</a> > <span id="spanPostName" runat="server"></span>
        </div>
        <div class="nypartL fl mt10">
            <div class="leftMemubox">
                <h2 class="mtitle">
                    招聘求职</h2>
                <div class="leftMemu">
                    <ul class="nochild">
                        <li><a href="/recruitments/list.html" class="cheched">招聘信息</a></li>
                        <li><a href="/resume/list.html">求职信息</a></li>
                    </ul>
                </div>
            </div>
            <div class="mt10 DivAd" value_forumname="商家展示" value_locationname="列表(左上)">
            </div>
            <div class="mt10 DivAd" value_forumname="商家展示" value_locationname="列表(左下)">
            </div>
        </div>
        <!--nypartL over-->
        <div class="nypartR fr mt10">
            <div class="nypartR_t">
                <b>招聘信息详情</b>
            </div>
            <div class="nyrCC">
                <table class="tableStyle" style="margin: 10px auto;" cellpadding="0" cellspacing="0">
                    <tr style="border-bottom: 1px solid #DDDDDD; height: 33px; line-height: 33px;">
                        <td colspan="6">
                            <span id="spanFirmId" runat="server" style="font-size: 24px; font-weight: bold; color: #0a74be; margin-left: 21px;"></span>
                        </td>
                        <td>
                            <a href="/recruitmentsfirm/<%=Keyid%>.html" class="btn">公司简介</a>
                        </td>
                    </tr>
                    <tr style="height: 35px;">
                        <td class="ali03 w100px">
                            招聘职位:
                        </td>
                        <td>
                            <span id="spanPostid" runat="server"></span>
                        </td>
                        <td class="ali03 w100px">
                            招聘人数:
                        </td>
                        <td>
                            <span id="spanR_Vacancies" runat="server"></span>
                        </td>
                        <td class="ali03 w100px">
                            工作地点:
                        </td>
                        <td>
                            <span id="spanR_WorkProvence" runat="server"></span><span id="spanR_WorkCity" runat="server"></span>
                        </td>
                        <td>
                            <a class="btn" onclick="onDelivery('<%=Keyid%>')">投递简历</a>
                        </td>
                    </tr>
                    <tr style="line-height: 23px;">
                        <td class="ali03 w100px" style="vertical-align: top;">
                            岗位描述:
                        </td>
                        <td colspan="6">
                            <div id="spanR_PostDetail" runat="server" style="width: 700px; word-wrap: break-word; text-align: justify;">
                            </div>
                        </td>
                    </tr>
                    <tr style="line-height: 23px;">
                        <td class="ali03 w100px" style="vertical-align: top;">
                            任职需求:
                        </td>
                        <td colspan="6">
                            <div id="spanR_PostNeed" runat="server" style="width: 700px; word-wrap: break-word; text-align: justify;">
                            </div>
                        </td>
                    </tr>
                    <tr style="border-bottom: 1px solid #DDDDDD; height: 35px;">
                        <td class="ali03 w100px">
                            薪资待遇:
                        </td>
                        <td colspan="6">
                            <span id="spanR_Salary" runat="server"></span>
                        </td>
                    </tr>
                    <tr style="height: 30px;">
                        <td class="ali03 w100px">
                            联系人:
                        </td>
                        <td colspan="6">
                            <span id="txtMP_ResumePeople" runat="server"></span>
                        </td>
                    </tr>
                    <tr style="height: 30px;">
                        <td class="ali03">
                            联系电话:
                        </td>
                        <td colspan="6">
                            <span id="txtMP_ResumePhone" runat="server"></span>
                        </td>
                    </tr>
                    <tr style="height: 30px;">
                        <td class="ali03 w100px">
                            行车路线:
                        </td>
                        <td colspan="6">
                            <span id="txtMP_ResumeCarWay" runat="server"></span>
                        </td>
                    </tr>
                    <tr style="height: 30px;">
                        <td class="ali03">
                            邮政编码:
                        </td>
                        <td colspan="6">
                            <span id="txtMP_PostNumber" runat="server"></span>
                        </td>
                    </tr>
                    <tr style="height: 30px; border-bottom: 1px solid #DDDDDD;">
                        <td class="ali03">
                            公司地址:
                        </td>
                        <td colspan="6">
                            <span id="txtMP_ResumePlace" runat="server"></span>
                        </td>
                    </tr>
                    <tr>
                        <td colspan="7">
                            <asp:Repeater ID="RepClientList" runat="server">
                                <HeaderTemplate>
                                    <table class="tableStyle" style="width: 100%; line-height: 24px;">
                                        <tr>
                                            <th style="text-align: center">
                                                招聘职位
                                            </th>
                                            <th style="text-align: center">
                                                招聘人数
                                            </th>
                                            <th style="text-align: center">
                                                工作地点
                                            </th>
                                            <th style="text-align: center">
                                                截止时间
                                            </th>
                                        </tr>
                                </HeaderTemplate>
                                <ItemTemplate>
                                    <tr>
                                        <td style="text-align: center">
                                           <a href="/recruitments/<%#Eval("Keyid")%>.html" class="d85">
                                                <%#Eval("PostName")%></a>
                                        </td>
                                        <td style="text-align: center">
                                            <%#int.Parse(Eval("R_Vacancies").ToString()) == 0 ? "若干" : Eval("R_Vacancies")%>人
                                        </td>
                                        <td style="text-align: center">
                                            <%#Eval("R_WorkCity").ToString().IndexOf(Eval("R_WorkProvence").ToString()) >= 0 ? (Eval("R_WorkCity").ToString()) : (Eval("R_WorkProvence").ToString() + Eval("R_WorkCity").ToString())%>
                                        </td>
                                        <td style="text-align: center">
                                            <%#Eval("R_EndTime", "{0:yyyy-MM-dd}")%>
                                        </td>
                                    </tr>
                                </ItemTemplate>
                                <FooterTemplate>
                                    </table>
                                </FooterTemplate>
                            </asp:Repeater>
                        </td>
                    </tr>
                </table>
            </div>
            <p class="clear">
            </p>
        </div>
        <!--nypartR over-->
        <p class="clear">
        </p>
    </div>
    </form>
    <uc:FrontFoot ID="FrontFoot1" runat="server" />
</body>
</html>