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
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="OA_StaffPostLogAdd.aspx.cs" Inherits="CY.WebForm.Pages.personnel.OA_StaffPostLogAdd" %>
 
<!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:CMSHead ID="CMSHead1" runat="server" />
</head>
<body>
    <form id="form1" class="form2" runat="server">
    <div>
        <table class="tableStyle" style="margin: 10px auto;" cellpadding="0" cellspacing="0">
            <asp:Panel ID="Panel1" runat="server">
                <tr>
                    <td class="ali03 w100px">
                        面试时间:
                    </td>
                    <td>
                        <input id="txtPL_InviteTime" type="text" class="date" datefmt="yyyy-MM-dd" readonly="readonly" runat="server" />
                    </td>
                    <td class="ali03 w100px">
                        面试地点:
                    </td>
                    <td>
                        <input id="txtPL_InvitePlace" type="text" runat="server" maxlength="50" />
                    </td>
                </tr>
                <tr>
                    <td class="ali03 w100px">
                        面试联系人:
                    </td>
                    <td>
                        <input id="txtPL_InvitePeople" type="text" runat="server" maxlength="10" />
                    </td>
                    <td class="ali03 w100px">
                        联系电话:
                    </td>
                    <td>
                        <input id="txtPL_InvitePhone" type="text" runat="server" maxlength="30" />
                    </td>
                </tr>
                <tr>
                    <td class="ali03 w100px">
                        乘车路线:
                    </td>
                    <td colspan="3">
                        <input id="txtPL_InviteCar" type="text" style="width: 368px;" runat="server" maxlength="200" />
                    </td>
                </tr>
                <tr>
                    <td class="ali03 w100px" valign="top">
                        面试备注:
                    </td>
                    <td colspan="3">
                        <textarea id="txtPL_InviteRemark" runat="server" style="width: 358px; height: 50px;" maxlength="100"></textarea>
                    </td>
                </tr>
            </asp:Panel>
            <asp:Panel ID="Panel3" runat="server">
                <tr>
                    <td class="ali03 w100px">
                        面试通知时间:
                    </td>
                    <td colspan="3">
                        <span id="spanPL_InviteCreatTime" runat="server"></span>
                    </td>
                </tr>
                <tr>
                    <td class="ali03 w100px">
                        面试时间:
                    </td>
                    <td>
                        <span id="spanPL_InviteTime" runat="server"></span>
                    </td>
                    <td class="ali03 w100px">
                        面试地点:
                    </td>
                    <td>
                        <span id="spanPL_InvitePlace" runat="server"></span>
                    </td>
                </tr>
                <tr>
                    <td class="ali03 w100px">
                        面试联系人:
                    </td>
                    <td>
                        <span id="spanPL_InvitePeople" runat="server"></span>
                    </td>
                    <td class="ali03 w100px">
                        联系电话:
                    </td>
                    <td>
                        <span id="spanPL_InvitePhone" runat="server"></span>
                    </td>
                </tr>
                <tr>
                    <td class="ali03 w100px">
                        乘车路线:
                    </td>
                    <td colspan="3">
                        <span id="spanPL_InviteCar" runat="server"></span>
                    </td>
                </tr>
                <tr>
                    <td class="ali03 w100px">
                        面试备注:
                    </td>
                    <td colspan="3">
                        <span id="spanPL_InviteRemark" runat="server"></span>
                    </td>
                </tr>
            </asp:Panel>
            <asp:Panel ID="Panel2" runat="server">
                <tr>
                    <td colspan="4">
                    </td>
                </tr>
                <tr>
                    <td class="ali03 w100px">
                        回复内容:
                    </td>
                    <td colspan="3">
                        <textarea id="txtPL_ReplyContent" runat="server" style="width: 370px; height: 50px;" class=""></textarea>
                    </td>
                </tr>
            </asp:Panel>
            <asp:Panel ID="Panel4" runat="server">
                <tr>
                    <td colspan="4">
                    </td>
                </tr>
                <tr>
                    <td class="ali03 w100px">
                        回复时间:
                    </td>
                    <td colspan="3">
                        <span id="spanPL_ReplyTime" runat="server"></span>
                    </td>
                </tr>
                <tr>
                    <td class="ali03 w100px">
                        回复内容:
                    </td>
                    <td colspan="3">
                        <span id="spanPL_ReplyContent" runat="server"></span>
                    </td>
                </tr>
            </asp:Panel>
            <asp:Panel ID="Panel5" runat="server">
                <tr>
                    <td colspan="4">
                    </td>
                </tr>
                <tr>
                    <td class="ali03 w100px">
                        回复状态:
                    </td>
                    <td colspan="3">
                        尚未回复
                    </td>
                </tr>
            </asp:Panel>
            <asp:Panel ID="Panel6" runat="server">
            <tr>
                <td colspan="4" style="text-align: center;">
                    <asp:Button ID="btn_submit" runat="server" OnClick="btn_submit_form" Text="提交" />
                </td>
            </tr>
            </asp:Panel>
        </table>
    </div>
    </form>
</body>
</html>