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
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="RecruitmentsFirm.aspx.cs" Inherits="CY.WebForm.Pages.front.RecruitmentsFirm" %>
 
<!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> > <a href="/Pages/front/RecruitmentsList.aspx">招聘信息列表</a> > <a href="/Pages/front/RecruitmentsDetail.aspx?id=<%=Request["Keyid"]%>"><span id="spanPostNamex" runat="server"></span></a>
        </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; width: 100%;" cellpadding="0" cellspacing="0">
                    <tr style="height: 2px;">
                        <td class="ali03" style="width:90px;">
                        </td>
                        <td colspan="6">
                        </td>
                    </tr>
                    <tr style="border-bottom: 1px solid #DDDDDD; height: 33px; line-height: 33px;">
                        <td colspan="7">
                            <span id="spanFirmId" runat="server" style="font-size: 24px; font-weight: bold; color: #0a74be; margin-left: 21px;"></span>
                        </td>
                    </tr>
                    <tr style="line-height: 23px;">
                        <td colspan="7">
                            <div id="spanR_PostNeed" runat="server" style="width: 749px; word-wrap: break-word; text-align: justify; margin-left: 21px;">
                            </div>
                        </td>
                    </tr>
                    <tr style="height: 30px;">
                        <td class="ali03">
                            联系人:
                        </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">
                            行车路线:
                        </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;">
                        <td class="ali03">
                            公司地址:
                        </td>
                        <td colspan="6">
                            <span id="txtMP_ResumePlace" runat="server"></span>
                        </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>