-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.asp
121 lines (120 loc) · 2.41 KB
/
index.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<%@language="vbscript"%>
<!--#include file="show.asp"-->
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn"/>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"/>
<link href="inc/css_default.css" rel="stylesheet" type="text/css">
<title>MyJob易聘网</title>
<style type="text/css">
<!--
.table_scour{
width:778;
height:30;
font-family:"宋体";
font-size:9pt;
color:#000000;
text-align:center;
}
.table_bulletin{
width:778;
height:25;
font-family:"宋体";
font-size:9pt;
color:#3169B5;
text-align:center;
}
.table_main{
width:778;
text-align:center;
font-size:9pt;
font-family:"宋体";
}
.table_main_td1{
width:140;
text-align:center;
font-size:9pt;
font-family:"宋体";
}
.table_main_td2{
width:450;
text-align:center;
font-size:9pt;
font-family:"宋体";
}
.table_main_td3{
width:180;
text-align:center;
font-size:9pt;
font-family:"宋体";
}
.table_hotjob{
width:140;
font-family:"宋体";
font-size:9pt;
text-align:center;
}
.table_newjob{
width:440;
font-family:"宋体";
font-size:9pt;
text-align:center;
}
.table_jobtale{
width:180;
font-family:"宋体";
font-size:9pt;
text-align:center;
}
.show_info{
width:778;
height:25;
text-align:center;
color:#666600;
font-size:9pt;
}
-->
</style>
</head>
<body>
<!--#include file="inc/inc_top.asp"-->
<!--公告-->
<table class="table_bulletin" cellpadding="0" cellspacing="0" >
<tr>
<td></td>
</tr>
</table>
<!--公告 end-->
<table cellpadding="0" cellspacing="0" width="778">
<tr>
<td width="180" valign="top">
<!--#include file="inc/index_search.asp"-->
</td>
<td width="7"></td>
<td width="444" valign="top">
<!--#include file="inc/new_job.asp"-->
</td>
<td width="7"></td>
<td width="140" valign="top">
<!--#include file="inc/login.asp"-->
<table cellpadding="0" cellspacing="0" width="100%" align="center">
<tr>
<td height="60" align="center"><img src="ad/huayu.jpg" width="120" height="50"></td>
</tr>
<tr>
<td height="60" align="center"><img src="ad/dell.gif"></td>
</tr>
<tr>
<td height="60" align="center"><img src="ad/gzgm.gif"></td>
</tr>
<tr>
<td height="60" align="center"><img src="ad/logo.gif"></td>
</tr>
</table>
</td>
</tr>
</table>
<!--#include file="inc/emptyline.asp"-->
<!--#include file="inc/inc_foot.asp"-->
</body>
</html>