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
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ResumeList.aspx.cs" Inherits="CY.WebForm.Pages.front.ResumeList" %>
 
<!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>
</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> > <span>求职信息列表</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">招聘信息</a></li>
                        <li><a href="/resume/list.html" class="cheched">求职信息</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">
                <div class="box1" style="width: 100%; margin: 5px 0px; line-height: 30px; border-bottom: 1px solid #DDDDDD;">
                    <table class="TableNewStyle" style="width: 100%;">
                        <tr>
                            <td class="ali03 wTD">
                                发布时间:
                            </td>
                            <td>
                                <select id="selR_StartTime" runat="server" keepdefaultstyle="true">
                                    <option value="">全部</option>
                                    <option value="1">最近1天</option>
                                    <option value="2">最近2天</option>
                                    <option value="3">最近3天</option>
                                    <option value="5">最近5天</option>
                                    <option value="7">最近1周</option>
                                </select>
                            </td>
                            <td class="ali03 wTD">
                                工作年限:
                            </td>
                            <td>
                                <select id="txtWorkYear" runat="server" keepdefaultstyle="true">
                                    <option value="">全部</option>
                                    <option value="1">最近1天</option>
                                    <option value="2">最近2天</option>
                                    <option value="3">最近3天</option>
                                    <option value="5">最近5天</option>
                                    <option value="7">最近1周</option>
                                </select>
                            </td>
                            <td class="ali03 wTD">
                                性别:
                            </td>
                            <td>
                                <select id="txtSex" runat="server" keepdefaultstyle="true">
                                    <option value="">全部</option>
                                    <option value="男">男</option>
                                    <option value="女">女</option>
                                </select>
                            </td>
                        </tr>
                        <tr>
                            <td class="ali03 ">
                                职位类别:
                            </td>
                            <td>
                                <asp:DropDownList runat="server" ID="selP_CateId" AutoPostBack="true" keepDefaultStyle="true" OnSelectedIndexChanged="selP_CateId_SelectedIndexChanged">
                                </asp:DropDownList>
                            </td>
                            <td class="ali03 ">
                                招聘职位:
                            </td>
                            <td>
                                <select id="txtPostid" runat="server" keepdefaultstyle="true" class="Sreq" msg="请选择招聘职位">
                                    <option value="">全部</option>
                                </select>
                            </td>
                            <td>
                            </td>
                            <td>
                                <asp:Button ID="btn_Submit" Text="查询" runat="server" OnClick="btn_Search_Click" CssClass="btn" />
                            </td>
                        </tr>
                    </table>
                </div>
                <table width="100%" border="0" class="tableStyle">
                    <tr style="border-bottom: 1px solid #DDDDDD; height:30px; line-height:30px;">
                        <th style="text-align: center; width:80px;">
                            姓名
                        </th>
                        <th style="text-align: center; width:80px;">
                            性别
                        </th>
                        <th style="text-align: center; width:80px;">
                            工作年限
                        </th>
                        <th style="text-align: center; width:80px;">
                            学历
                        </th>
                        <th style="text-align: center; ">
                            求职职位
                        </th>
                        <th style="text-align: center; width:100px;">
                            期望待遇
                        </th>
                    </tr>
                    <asp:Repeater ID="RepClientList" runat="server">
                        <ItemTemplate>
                           <tr style="border-bottom: 1px solid #DDDDDD; height:30px; line-height:30px;">
                                <td style="text-align: center">
                                    <a href="/resume/<%#Eval("Keyid")%>.html" target="_blank" class="d85"><%#Eval("R_G_Name")%></a>
                                </td>
                                <td style="text-align: center">
                                    <%#Eval("R_G_Sex")%>
                                </td>
                                <td style="text-align: center">
                                    <%#Eval("R_G_WorkYear")%>
                                </td>
                                <td style="text-align: center">
                                    <%#Eval("R_G_Degree")%>
                                </td>
                                <td style="text-align: center">
                                    <%#Eval("R_I_PostName")%>
                                </td>
                                <td style="text-align: center">
                                    <%#Eval("R_I_HopeMoney")%>
                                </td>
                            </tr>
                        </ItemTemplate>
                    </asp:Repeater>
                </table>
                <div id="page">
                    <uc:UCPager ID="UCPager1" runat="server" />
                </div>
            </div>
            <p class="clear">
            </p>
        </div>
        <!--nypartR over-->
        <p class="clear">
        </p>
    </div>
    </form>
    <uc:FrontFoot ID="FrontFoot1" runat="server" />
    <script type="text/javascript">
        $(function () {
            $('.tableStyle tr:odd').css('background-color', '#E9E7E7');
        });
    </script>
</body>
</html>