⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 comlook.asp

📁 本学期要实讯
💻 ASP
字号:
<!--#include file="odbc_connection.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style3 {font-size: 12px; color: #666666; }
.style4 {font-size: 12px; color: #666666; font-weight: bold; }
.style7 {font-size: 12px; color: #6600FF; }
-->
</style></head>


<body>
<% 
user=session("user")
sql="select * from cominfo where user='"&user&"'" 
set rs=db.execute(sql)%>
<%if rs("make")="0" then %>
<table width="492" height="114" border="0" cellpadding="4" cellspacing="0">
  <tr>
    <td height="40" align="center" class="style6">&nbsp;</td>
  </tr>
  <tr>
    <td width="484" align="center" class="style7">对不起,没有你要查看的内容!<br>
      <br>
    你还没有登记你的公司招聘信息!请你先进行公司登记!</td>
  </tr>
  <tr>
    <td height="2"></td>
  </tr>
</table>  
  <%else%>

<form name="form1" method="post" action="">
  <table width="525" height="409" border="1" align="left" cellpadding="4" cellspacing="0" bordercolor="#6699FF" style="border-collapse:collapse ">
    <tr align="center">
      <td colspan="2" class="style4">招 聘 公 司 登 记</td>
    </tr>
    <tr>
      <td width="78" align="right"><span class="style7"> &nbsp;公司名称:</span></td>
      <td width="449" class="style3"><%=rs("name")%></td>
    </tr>
    <tr>
      <td align="right"><span class="style7">招聘类型:</span></td>
      <td class="style3"><%=rs("want")%></td>
    </tr>
    <tr>
      <td align="right"><span class="style7">公司地址:</span></td>
      <td class="style3"><%=rs("addr")%></td>
    </tr>
    <tr>
      <td align="right" class="style7">所在省份:</td>
      <td height="30" class="style3"><%=rs("shf")%></td>
    </tr>
    <tr>
      <td align="right" class="style7">公司网址:</td>
      <td class="style3"><%=rs("url")%></td>
    </tr>
    <tr>
      <td align="right" class="style7">联系人:</td>
      <td class="style3"><%=rs("people")%></td>
    </tr>
    <tr>
      <td align="right"><span class="style7">邮编:</span></td>
      <td class="style3"><%=rs("zip")%></td>
    </tr>
    <tr>
      <td align="right"><span class="style7">联系电话:</span></td>
      <td class="style3"><%=rs("tel")%></td>
    </tr>
    <tr>
      <td align="right"><span class="style7">E-mail:</span></td>
      <td class="style3"><%=rs("email")%></td>
    </tr>
    <tr>
      <td align="right"><span class="style7">公司简介:</span></td>
      <td class="style3"><%=rs("info")%></td>
    </tr>
	<tr align="center">
    <td height="38" align="right"><span class="style7">登记时间:</span></td>
    <td align="left" class="style3"><%=rs("com_date")%></td>
  </tr>
	
  </table>
</form>
<%end if%>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -