📄 index.php
字号:
<?
require "config.php";
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><? echo "$webname"; ?></title>
<style type="text/css">
<!--
@import url("css/tl.css");
body,td,th {
font-family: 打天下cn-人才频道;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
a:link {
text-decoration: underline;
color: #000000;
}
a:visited {
text-decoration: underline;
color: #000000;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: underline;
}
.style2 {font-size: 12px}
-->
</style>
</head>
<body>
<table width="770" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#000000">
<tr>
<td bgcolor="#EFF8FE"><table width="770" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" class="tl13">
<tr>
<td height="24" background="images/indtop-bg1.gif"><? require "top2.php";?></td>
</tr>
<tr>
<td height="68"><? require "top3.php";?></td>
</tr>
<tr>
<td height="29" background="images/personzl.gif"><? require "top4.php";?></td>
</tr>
<tr>
<td height="27" background="images/jt-s.gif" bgcolor="#FFFFFF"><? require "top1.php";?></td>
</tr>
<tr>
<td height="29"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img name="" src="" width="4" height="4" alt="" style="background-color: #FFFFFF"></td>
</tr>
</table>
<table width="770" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="181" valign="top"><? require "top7.php";?></td>
<td width="589" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="5" bgcolor="#FFFFFF">
<tr>
<td><div align="center">
<? require "top6.php";?>
</div></td>
</tr>
</table>
<map name="Map2Map">
<area shape="rect" coords="348,6,386,26" href="#">
</map>
<table width="100%" border="0" cellpadding="0" cellspacing="5">
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="69%"><img src="images/latestzp2.gif" width="400" height="30" border="0" usemap="#Map2MapMapMap"></td>
<td width="31%"><div align="right"><a href="qyfb.php"><img src="images/wyzp.gif" width="159" height="30" border="0"></a></div></td>
</tr>
</table>
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#003366">
<tr bgcolor="#69E4FD" class="g18">
<td width="41%"><div align="center"> 企业名称 </div></td>
<td width="26%"><div align="center">招聘岗位</div></td>
<td width="20%"><div align="center"> 发布时间 </div></td>
<td width="13%"><div align="center"> 有效天数 </div></td>
</tr>
<?
$strsql2="select user,fbuser,corpname,ycsgw,fbtime,yxts,count(*) from $qyhy t3,$qyfb t4 where t3.user = t4.fbuser group by user order by fbtime desc limit 0,15";
$result2=mysql_query($strsql2,$myconn);
while($row2=mysql_fetch_array($result2))
{
?>
<tr bgcolor="#FFFFFF" class="g18">
<td><div align="center"><a href="show2.php?user=<? echo $row2["user"] ?>&fbuser=<? echo $row2["fbuser"] ?>" target="_blank"><? echo htmlspecialchars($row2["corpname"]);?></a></div></td>
<td><div align="center"> <? echo htmlspecialchars($row2["ycsgw"]);?></div></td>
<td><div align="center"><? echo $row2["fbtime"]?></div></td>
<td><div align="center"></div>
<div align="center"><? echo $row2["yxts"]?>天</div></td>
</tr>
<? }?>
</table></td>
</tr>
</table>
<map name="Map2MapMapMap">
<area shape="rect" coords="348,6,386,26" href="dwzp.php">
</map>
<table width="100%" border="0" cellpadding="0" cellspacing="5">
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="69%"><img src="images/newqiuzhi.gif" width="400" height="30" border="0" usemap="#Map2"></td>
<td width="31%"><div align="right"><a href="grfb.php"><img src="images/wyzp1.gif" width="159" height="30" border="0"></a></div></td>
</tr>
</table> <table width="98%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#003366">
<tr bgcolor="#69E4FD" class="g18">
<td width="16%"><div align="center"> 姓名 </div></td>
<td width="8%"><div align="center"> 性别 </div></td>
<td width="18%"><div align="center"> 学历 </div></td>
<td width="15%"><div align="center"> 发布时间 </div></td>
<td width="21%"><div align="center"> 所学专业 </div></td>
<td width="22%"><div align="center"> 欲从事岗位 </div></td>
</tr>
<?
$strsql="select user,fbuser,name,gender,education,fbtime,career,ycsgw,count(*) from $grhy t1,$xxfb t2 where t1.user = t2.fbuser group by user order by fbtime desc limit 0,15";
$result=mysql_query($strsql,$myconn);
while($row=mysql_fetch_array($result))
{
?>
<tr bgcolor="#FFFFFF" class="g18">
<td><div align="center"><a href="show.php?user=<? echo $row["user"] ?>&fbuser=<? echo $row["fbuser"] ?>" target="_blank"><? echo htmlspecialchars($row["name"]);?></a></div></td>
<td><div align="center"><? echo htmlspecialchars($row["gender"]);?></div></td>
<td><div align="center"><? echo htmlspecialchars($row["education"]);?></div></td>
<td><div align="center"><? echo $row["fbtime"]?></div></td>
<td><div align="center"><? echo htmlspecialchars($row["career"]);?></div></td>
<td><div align="center"><? echo htmlspecialchars($row["ycsgw"]);?></div></td>
</tr>
<? }?>
</table></td>
</tr>
</table>
<map name="Map2Map2">
<area shape="rect" coords="349,7,383,24" href="grqz.php">
</map>
<map name="Map2MapMap">
<area shape="rect" coords="348,6,386,26" href="#">
</map></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<table width="770" border="0" align="center" cellpadding="0" cellspacing="0" class="g18">
<tr>
<td height="72"><div align="center">
<? require "top5.php";?>
<br>
</div></td>
</tr>
</table>
<map name="Map2">
<area shape="rect" coords="349,7,383,24" href="grqz.php">
</map>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -