forked from maxliaops/Java_Web_Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathajobinfo.htm
More file actions
50 lines (50 loc) · 1.78 KB
/
ajobinfo.htm
File metadata and controls
50 lines (50 loc) · 1.78 KB
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<link href="../css/left.css" rel="stylesheet" type="text/css">
<body topmargin="0px">
<table width="100%" height="500" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td height="20"> </td>
</tr>
<tr>
<td align="center" valign="top"> <table width="500" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#F5f7f7">
<form name="form" method="post" action="ajobinfo.jsp">
<tr align="center">
<td height="27" colspan="2" bgcolor="#21536A"><div id="reg">发布求职信息</div></td>
</tr>
<tr>
<td width="200" height="22" align="center">求职行业:</td>
<td width="300" align="left"><input type="text" name="specialty" value="不详"></td>
</tr>
<tr>
<td height="22" align="center">所求职位:</td>
<td align="left"><input type="text" name="job"></td>
</tr>
<tr>
<td height="22" align="center">所求薪水:</td>
<td align="left"><input type="text" name="emolument" value="面议"></td>
</tr>
<tr>
<td height="22" align="center">有效时间:</td>
<td align="left"><input type="text" name="atime">
年-月-日</td>
</tr>
<tr>
<td width="200" height="22" align="center">其他说明:</td>
<td width="300" align="left"><textarea name="other" cols="35" rows="5">无</textarea></td>
</tr>
<tr align="center">
<td height="35" colspan="2"><input type="submit" name="Submit" value="发布" >
<input type="reset" name="Reset" value="重置"></td>
</tr>
</form>
</table></td>
</tr>
</table>
</body>
</html>