📄 zjj-1.asp
字号:
<% Response.Buffer=True %>
<!--#include file="../inc/dbconn1.inc"-->
<%
uname=session("puid")
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv="Content-Language" content="zh-cn">
<link rel="stylesheet" href="../inc/register.css" type="text/css">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<STYLE type=text/css>TABLE {
FONT-SIZE: 9pt; LINE-HEIGHT: 12pt
}
.bord {
BACKGROUND: #ffffff; BORDER-BOTTOM: rgb(238,238,238) 1px solid; BORDER-LEFT: rgb(128,128,128) 1px solid; BORDER-RIGHT: rgb(238,238,238) 1px solid; BORDER-TOP: rgb(128,128,128) 1px solid; FONT-FAMILY: "宋体"; FONT-SIZE: 9pt; FONT-WEIGHT: normal
}.sbtxt { color: #000000; font-family: 宋体; font-size: 12px; text-decoration: none }
.sblue { color: #0000cc; font-family: 宋体; font-size: 12px; text-decoration: none }
.sorenge { color: #ff6600; font-family: 宋体; font-size: 12px; text-decoration: none }
a:hover { color: #0000ff; font-family: 宋体; font-size: 12px; text-decoration: none }
.swtxt { color: #ffffff; font-family: 宋体; font-size: 12px; text-decoration: none }
.shtxt { color: #666666; font-family: 宋体; font-size: 12px; text-decoration: none }
.bftxt { color: #FFFFFF; font-family: 宋体; font-size: 12px; text-decoration: none }
.hstxt { color: #FF0000; font-family: 宋体; font-size: 12px; text-decoration: none }
</style>
<title>乐清人才网—>登录/更新教员信息</title>
</head>
<body bgcolor="#dfdfdf" leftmargin="0" topmargin="0">
<!--#include file="../inc/top.htm"-->
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="760" height="0" align="center" bgcolor="#FFFFFF">
<tr>
<td width="770" height="25" valign="top" colspan="5" bgcolor="#ffffff"> </td>
</tr>
<tr>
<td width="770" height="13" valign="top" colspan="5" bgcolor="#ffffff">
<div align="center">
<center>
<table border="0" cellpadding="3" cellspacing="1" width="75%" bgcolor="#CCCCCC">
<tbody> <%
Set rs = Server.CreateObject("ADODB.Recordset")
sq2="select * from jiaoyuan where uname='"&uname&"'"
rs.open sq2,conn,1,1
if rs.eof and rs.bof then%>
<tr bgcolor="#FFFFFF">
<td width="100%" height="25">您的教员信息尚未登记。在添加信息之前,请先过目以下说明:</td>
</tr>
<tr align="center" bgcolor="#FFFFFF">
<td width="100%" height="25"><b>网站声明</b> </td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="100%" height="25">
<p>所有申请“发布招聘信息”的用户需符合或接受以下所有条件:<br>
<br>
1. 您的教员信息在登记后我们将免费为您发布; <br>
<br>
2、您可以方便的修改您的教授科目信息和其它说明;<br>
<br>
3. 您必须保证您所登录的教员信息的真实性; <br>
<br>
4. 如果您的教员信息(包括您的个人简历和招聘信息),根据人才网站的判断,包含有任何危害国家安全,涉及色情、欺骗等违反中国法律的内容文字,网站有权拒绝收录,并且您的帐号也有可能被取消;
<br>
<br>
5. 如果您的教员信息(包括您的个人简历和招聘信息)被人才网站收录,在有效期内,内容发生变化,危害国家安全,涉及色情、欺骗内容或服务等违反中国法律的内容文字,人才网站有权随时删除,并且您的帐号也有可能被取消。<br>
<br>
6、人才网站不能也不会保证您所应聘的家庭或个人是否具有真实与可靠性。因此,人才网站提醒您务必要谨慎应聘。如果由此而引发今后一切其他问题从而造成损失的,人才网站将不负任何责任。
</p>
</td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="100%" height="25">
<div align="center">[ <a href="zjj.asp" class="sbtxt"><span class="sbtxt"><u>我接受</u></span></a>
]</div>
</td>
</tr>
<%else%>
<%response.redirect "zjj.asp"%>
<%end if%> </tbody>
</table>
</center>
</div>
</td>
</tr>
<tr>
<td height="25">
<div align="center">
<center>
</center>
</div>
</tr>
</table>
</div>
<table width="760" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF" align="center">
<tr>
<td><!--#include file="../inc/down.htm"--></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -