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

📄 userself.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;
}
.style1 {
	font-size: 12px;
	color: #6600FF;
}
.style2 {
	font-size: 12px;
	color: #666666;
}
.style4 {font-size: 12px; color: #666666; font-weight: bold; }
.style7 {font-size: 12px; color: #009900; }
.style8 {color: #FF3300}
-->
</style></head>

<body>

<%user=session("user")%>

<br>
<span class="style4">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 以 下 是 你 所 应 聘 公 司 的 信 息</span><br>
<br>
      <%dim rsa,sqla
sqla="select userid from message where userid='"&user&"'and usermessage<>'无'" 
set rsa=db.execute(sqla)
if rsa.bof and rsa.eof then %>
<table width="350" height="38" border="0" align="left" cellpadding="0" cellspacing="0">
      <tr>
        <td width="350" height="38" align="right"><span class="style2">对不起,没有符合你条件的信息!</span></td>
      </tr>
</table>

<%else%>
<table width="520" height="600" border="0" cellpadding="2" cellspacing="0">
  <tr>
    <td width="516" align="center" valign="top"><table width="458" height="71" border="1" cellpadding="4" cellspacing="0" bordercolor="#6699FF" style="border-collapse:collapse ">

	  <%dim rs,sql
sql="select * from message where userid='"&user&"'and usermessage<>'无'order by user_date DESC "
set rs=db.execute(sql)
%>
	  <%do while not rs.eof %>
      <tr bgcolor="#CCCCCC">
        <td width="95" height="30" class="style1">应聘公司名:</td>
        <td width="200" height="30" class="style2"><%=rs("comname")%> 
		<%if rs("commessage")<>"无" then %>
		<span class="style8">[已录用]</span> 
		<%end if%></td>
        <td width="131" height="30" class="style1">应聘时间: <%=rs("user_date")%></td>
      </tr>
      <tr>
        <td height="34"><span class="style7">你应聘信息:</span></td>
        <td colspan="2" class="style2"><%=rs("usermessage")%></td>
      </tr><%rs.movenext
  loop%>
    </table>
	  <%end if%></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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