<%@ 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>
|