-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuserinfo.asp
103 lines (100 loc) · 3.13 KB
/
userinfo.asp
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
<%@language="vbscript"%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn"/>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"/>
<link href="inc/css_userinfo.css" rel="stylesheet" type="text/css">
<title>MyJob易聘网 - 求职者简历</title>
</head>
<body>
<!--#include file="inc/inc_top.asp"-->
<!--求职人简历-->
<table cellpadding="0" cellspacing="0" class="info_base">
<tr>
<td height="20">
简历
</td>
</tr>
</table>
<!--求职人简历 end-->
<table cellpadding="0" cellspacing="0" class="top_title">
<tr>
<td height="20" bgcolor="#CE0421">求职者简历</td>
</tr>
<tr>
<td>
<table class="border_a" cellpadding="0" cellspacing="0">
<tr>
<td>
<!--个人信息-->
<table cellpadding="0" cellspacing="0" class="talent_info">
<tr>
<td height="140" width="140">
<!--相片-->
<table width="80" height="100" bgcolor="#CE0421">
<tr>
<td class="style6" align="center">相片</td>
</tr>
</table>
<!--相片 end-->
</td>
<td width="630" align="center">
<table cellpadding="0" cellspacing="0" width="580">
<tr>
<td height="25" class="style5">人生锦言:</td>
</tr>
<tr>
<td height="25" class="style5">座右铭:<span class="style4">走好自己的路</span></td>
</tr>
<tr>
<td height="25" class="style5"></td>
</tr>
</table>
</td>
</tr>
</table>
<!--个人信息 end-->
<!--工作经验-->
<table class="job_career" cellpadding="0" cellspacing="0">
<tr>
<td height="20" bgcolor="#CE0421" align="center" class="style6">工作经验</td>
</tr>
<tr>
<td align="left" height="35"><p><span class="style5">姓名:<span class="style4">宋健</span> 性别:<span class="style4">男</span> 年龄:<span class="style4">20</span></span><br>
<br>
</p></td>
</tr>
</table>
<!--工作经验 end-->
<table height="20" cellpadding="0" cellspacing="0" width="750"><tr><td></td></tr></table>
<!---->
<table class="job_career" cellpadding="0" cellspacing="0">
<tr>
<td height="20" bgcolor="#CE0421" align="center" class="style6"></td>
</tr>
<tr>
<td align="left" height="35"> <br>
<br></td>
</tr>
</table>
<!-- end-->
<table height="20" cellpadding="0" cellspacing="0" width="750"><tr><td></td></tr></table>
<!--未来五年计划-->
<table class="job_career" cellpadding="0" cellspacing="0">
<tr>
<td height="20" bgcolor="#CE0421" align="center" class="style6">未来五年计划</td>
</tr>
<tr>
<td align="left" height="35"> 成家立业<br><br></td>
</tr>
</table>
<!--未来五年计划 end-->
</td>
</tr>
</table>
</td>
</tr>
</table>
<!--#include file="inc/inc_foot.asp"-->
</body>
</html>