📄 work_info.asp
字号:
<!--#include file="../../conn/dbconn2.asp"-->
<!--#include file="../../inc/safe.asp"-->
<%
Response.Buffer = true
Response.ExpiresAbsolute=now()-1
Response.Expires=0
Response.CacheControl="no-cache"
if session("flag")<>1 then
session("geturl")=geturl
response.Redirect("../../login/login1.asp")
response.end
end if
%>
<%
dim sql
dim rs
if Chkrequest(request("info_id")) then
info_id=request("info_id")
else
info_id=1
end if
conn.execute("update work set click=click+1 where info_id="&info_id&"")
sql="select work.*,corporation.qymc,corporation.address,corporation.name,corporation.zw,corporation.phone,corporation.web,corporation.url from work,corporation where work.info_id="&info_id&" and corporation.id=work.gsid"
Set rs=conn.execute(sql)
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>招聘信息</title>
<link href="../../images/css.css" rel="stylesheet" type="text/css">
</head>
<BODY bgColor=#ffffff text=#000000>
<TABLE align="center" border=0 cellPadding=0 cellSpacing=0 height=290 width=415 style="border-collapse: collapse" bordercolor="#111111">
<TBODY>
<TR>
<TD bgColor=#ffffff vAlign=top width=407>
<TABLE border=0 cellPadding=0 cellSpacing=0
width=400 style="border-collapse: collapse" bordercolor="#111111">
<TBODY>
<TR>
<TD align=center height=25 style="FONT-SIZE: 14px" width="404" colspan="3"><b><%=rs("qymc")%></b></TD>
</TR>
<TR>
<TD height=30
style="font-family: 宋体; font-size: 9pt; line-height: 14pt; letter-spacing: 0pt" width="364" colspan="3"><font color="#FF0000"><b>
<%=rs("showname")%></b>(</font><font color="#FF0000">
<%if rs("zrs")="0" then response.write"不限"else response.write""&rs("zrs")&"名" end if%>
</font><font color="#FF0000" style="font-size: 10.5pt">)</font></TD>
</TR>
<TR>
<TD
style="font-family: 宋体; font-size: 9pt; line-height: 14pt; letter-spacing: 0pt" colspan="3">
<table border="0" style="font-family: 宋体; font-size: 9pt; line-height: 14pt; letter-spacing: 0pt" bordercolor="#111111" width="100%" id="AutoNumber1">
<tr>
<td width="50%">发布日期:<%=rs("dateandtime")%> </td>
<td width="50%">浏览人数:<%=rs("click")%></td>
</tr>
<tr>
<td width="50%">有效期限:<%=rs("period")%> </td>
<td width="50%">招聘对象:<%=rs("type")%></td>
</tr>
<tr>
<td colspan="2">工作地点:<%=rs("xs")%></td>
</tr>
</table>
<BR>
招聘人数:<%if rs("zrs")="0" then response.write"不限"else response.write""&rs("zrs")&"名" end if%><BR>
招聘内容:<%=Replace(rs("content"),chr(13),"<br> ")%><BR>
<table border="0" cellspacing="1" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber2" cellpadding="0">
<tr>
<td width="412" height="12" style="font-family: 宋体; font-size: 9pt; line-height: 14pt; letter-spacing: 0pt"></td>
</tr>
<tr>
<td width="412" height="17" style="font-family: 宋体; font-size: 9pt; line-height: 14pt; letter-spacing: 0pt"><font color="#804000"><b>公司名称:</b></font><%=rs("qymc")%></td>
</tr>
<tr>
<td width="412" height="17" style="font-family: 宋体; font-size: 9pt; line-height: 14pt; letter-spacing: 0pt"><font color="#804000"><b>公司地址:</b></font><%=rs("address")%></td>
</tr>
<tr>
<td width="412" height="17" style="font-family: 宋体; font-size: 9pt; line-height: 14pt; letter-spacing: 0pt"><font color="#804000"><b>联
系 人:</b></font><a href="mailto:<%=rs("email")%>" style="text-decoration: none"><%=rs("name")%></a> <%=rs("zw")%>
<font color="#804000"><b>电话:</b></font><%=rs("phone")%><font color="#804000">
<b> </b></font></td>
</tr>
<tr>
<td width="412" height="17" style="font-family: 宋体; font-size: 9pt; line-height: 14pt; letter-spacing: 0pt"><font color="#804000"><b><font face="Arial">公司网址</font>:</b></font><font face="Arial"><b><%if rs("web")="空" or rs("web")="http://" then%><a href="../<%=rs("url")%>" target="_blank" style="text-decoration: none"><%=weburl%>/<%=rs("url")%></a><%else%><a href="<%=rs("web")%>" target="_blank" style="text-decoration: none"><%=rs("web")%><%end if%></a></b></font></td>
</tr>
<tr>
<td width="412" align="right" height="18" style="font-family: 宋体; font-size: 9pt; line-height: 14pt; letter-spacing: 0pt"></td>
</tr>
</table>
</TD></TR>
</TBODY></TABLE>
</TD>
</TR>
</TBODY></TABLE>
</BODY></HTML>
<%
rs.close
set rs=nothing
conn.close
set conn=nothing
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -