📄 info_view.asp
字号:
<!--#include file="setup.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=web_name%>公司简介</title>
<link href="inc/style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style1 {
color: #0066CC;
font-weight: bold;
text-transform: capitalize;
font-size: 16px;
}
.style2 {
color: #FF0000;
font-weight: bold;
text-transform: capitalize;
font-size: 16px;
}
-->
</style>
</head>
<body leftmargin="0" topmargin="0" onLoad="MM_preloadImages('image/cm_main/top_r3_c2_f2.jpg','image/cm_main/top_r3_c3_f3.jpg','image/cm_main/top_r3_c4_f4.jpg','image/cm_main/top_r3_c6_f5.jpg','image/cm_main/top_r3_c7_f6.jpg')">
<!--#include file="index_top.asp" -->
<table width="762" height="5" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="f5f5f5" class="tablelinenotop">
<tr>
<td></td>
</tr>
<tr>
<td height="1" bgcolor="#CCCCCC"></td>
</tr>
</table>
<%
if request("type") =2 then
strsql="select * from gqxx_info where id="&request("id")
else
strsql="select * from job_info where id="&request("id")
end if
set rs = Server.CreateObject("ADODB.Recordset")
rs.Open strsql, conn, 1, 1
%>
<table width="762" height="335" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" class="tablelinenotop">
<tr>
<td width="170" valign="top" bgcolor="f5f5f5">
<div align="center">
<table width="100%" height="47" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="image/info/info.jpg" width="170" height="50"></td>
</tr>
</table>
</div></td>
<td width="1" bgcolor="#cccccc"></td>
<td width="583" valign="top"><table width="108" height="34" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="bottom"><div align="center"><a href="#" onClick="history.back()"><img src="image/back.gif" width="62" height="24" border="0"></a>
</div></td>
</tr>
</table>
<table width="96%" height="44" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><div align="center">
<span class="style2"> <% if request("type")=1 then
stype=1
view="[招聘]"
else
if rs("type")=1 then
stype=2
view="[供应]"
else
stype=3
view="[需求]"
end if
end if
Response.Write(view)
%></span> <span class="style1"><%= rs("title") %></span></div></td>
</tr>
</table>
<table width="90%" height="1" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#CCCCCC"></td>
</tr>
</table>
<table width="200" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
</tr>
</table>
<table width="95%" height="59" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td class="font"> <%= rs("content") %></td>
</tr>
</table>
<table width="544" height="42" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><div align="right">发布时间:<%=rs("datetime")%></div></td>
</tr>
</table>
<table width="91%" height="415" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="415" valign="top"><table width="100%" height="26" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="style1">信息反馈:</td>
</tr>
</table>
<form name="form1" method="post" action="guestbook.asp">
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="19%" height="25"><p align="center" class="unnamed2">您的姓名:</p></td>
<td width="81%" height="25"><input name="name" type="text" class="in" id="name" size="18">
<font color="#FF0000">*</font> </td>
</tr>
<tr>
<td width="19%" height="25"><div align="center">您的公司:</div></td>
<td height="25"><input name="company" type="text" class="in" id="company" size="50"></td>
</tr>
<tr>
<td height="25"><div align="center">EMAIL或电话:</div></td>
<td height="25"><input name="mail" type="text" class="in" id="mail" size="35"></td>
</tr>
<tr>
<td height="25"><div align="center">信息标题:</div></td>
<td height="25"><input name="title" type="text" class="in" id="title" size="50">
<font color="#FF0000">*</font> </td>
</tr>
<tr>
<td height="170" rowspan="2"><div align="center">反馈内容:</div></td>
<td><textarea name="content" cols="50" rows="6" class="in" id="content"></textarea>
<font color="#FF0000">*</font> </td>
</tr>
<tr>
<td height="28"><input name="post" type="submit" class="in" id="post" value="提交留言">
<input name="Submit2" type="reset" class="in" value="重置">
<input name="stype" type="hidden" id="stype" value="<%=stype%>">
</td>
</tr>
</table>
<p> </p>
</form></td>
</tr>
</table></td>
</tr>
</table>
<!--#include file="index_down.asp" -->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -