📄 newuser.asp
字号:
<!--#include file=../../conn.asp-->
<!--#include file=top.asp-->
<%
dim sql,Pagesize,Allpage,ThisPage
dim rs
dim k
dim i
dim cmdexample,Allrecord
if request("page")="" then
ThisPage=1
else
ThisPage=request("page")
end if
set rs=server.createobject("adodb.recordset")
set cmdexample=server.createobject("adodb.command")
cmdexample.activeconnection=conn
cmdexample.commandtext="newuser"
cmdexample.commandtype=4
cmdexample.parameters.append cmdexample.createparameter("@RETURN_VALUE",3,4,0)
rs.Open cmdexample, ,1,3
if rs.eof and rs.bof then
response.write "对不起,还没有用户!<br> "
response.end
else
Allrecord=rs.Recordcount
rs.Pagesize=20
Pagesize=rs.Pagesize
Allrecord=rs.Recordcount
Allpage=rs.Pagecount
if ThisPage<1 then
ThisPage=1
end if
rs.move (ThisPage-1)*Pagesize
k=0
%>
<link rel="stylesheet" type="text/css" href="../../1.css">
<title>个人会员::工作经历</title>
<body topmargin="0" leftmargin="0">
<SCRIPT language=JavaScript>
function showoperatealert(id)
{
if (id==1)
{
{
thisForm.target='_self';
thisForm.action="../company/ijob.asp?oo=1";
thisForm.submit();
}
}
if (id==2)
{
{
thisForm.target='_self';
thisForm.action="../company/ijob.asp?oo=2";
thisForm.submit();
}
}
}
function CheckAll(form)
{
for (var i=0;i<form.elements.length;i++)
{
var e = form.elements[i];
if (e.name != 'chkall' )
e.checked = form.chkall.checked;
}
}
//-->
</SCRIPT>
<script language="javaScript">
<!--
function mOvr(src,clrOver){
if (!src.contains(event.fromElement)) {
src.style.cursor = 'hand';
src.bgColor = clrOver;
}
}
function mOut(src,clrIn) {
if (!src.contains(event.toElement)) {
src.style.cursor = 'default';
src.bgColor = clrIn;
}
}
//-->
</script>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="770">
<FORM name=thisForm action="" method=POST>
<tr>
<td width="100%" height="25" style="border-bottom-style: none; border-bottom-width: medium" valign="bottom" align="center" colspan="8">
<p align="right">
共<b><font color="#FF3300"><%=Allrecord%></font></b>条记录</td>
</tr>
<tr>
<td width="5%" height="20" bgcolor="#99CCFF" style="border-bottom-style: solid; border-bottom-width: 1; border-top-style:none; border-top-width:medium" valign="bottom" align="center" bordercolor="#CCCCCC">
<font style="FONT-SIZE: 9pt; FONT-WEIGHT: 700">编号</font></td>
<td width="30%" height="20" bgcolor="#99CCFF" style="border-bottom-style: solid; border-bottom-width: 1; border-top-style:none; border-top-width:medium" valign="bottom" align="left" bordercolor="#CCCCCC">
<span style="FONT-WEIGHT: 700">应聘</span><font style="FONT-SIZE: 12px"><span style="FONT-FAMILY: 宋体; FONT-WEIGHT: 700">岗位</span></font></td>
<td width="10%" height="20" bgcolor="#99CCFF" style="border-bottom-style: solid; border-bottom-width: 1; border-top-style:none; border-top-width:medium" valign="bottom" align="center" bordercolor="#CCCCCC">
<p style="LINE-HEIGHT: 17px" align="center"><b>姓名</b></td>
<td width="10%" height="20" bgcolor="#99CCFF" style="border-bottom-style: solid; border-bottom-width: 1; border-top-style:none; border-top-width:medium" valign="bottom" align="center" bordercolor="#CCCCCC">
<b>性别</b></td>
<td width="15%" height="20" bgcolor="#99CCFF" style="border-bottom-style: solid; border-bottom-width: 1; border-top-style:none; border-top-width:medium" valign="bottom" bordercolor="#CCCCCC">
<font style="FONT-SIZE: 12px">
<span style="FONT-FAMILY: 宋体; FONT-WEIGHT: 700">应聘地区</span></font></td>
<td width="10%" height="20" bgcolor="#99CCFF" style="border-bottom-style: solid; border-bottom-width: 1; border-top-style:none; border-top-width:medium" valign="bottom" bordercolor="#CCCCCC">
<p align="center">
<span style="FONT-SIZE: 12px; FONT-WEIGHT: 700">学历</span></td>
<td width="15%" height="20" bgcolor="#99CCFF" style="border-bottom-style: solid; border-bottom-width: 1; border-top-style:none; border-top-width:medium" valign="bottom" align="left" bordercolor="#CCCCCC">
<p align="center">
<span style="FONT-SIZE: 12px; FONT-WEIGHT: 700">发布时间</span></td>
<td width="5%" height="20" bgcolor="#99CCFF" style="border-bottom-style: solid; border-bottom-width: 1; border-top-style:none; border-top-width:medium" valign="bottom" bordercolor="#CCCCCC">
<p align="center">
<b>选择</b></td>
</tr>
<%
k=1
do while not rs.eof
if rs("name")<>"" or rs("selectedjob1")<>"" or rs("s_PWL1")<>"" then %>
<tr bgcolor="#f7f7f7" onmouseout="mOut(this,'#f7f7f7');" onmouseover="mOvr(this,'#E5F6CC');">
<td width="5%" height="22" align="center" valign="top" style="border-bottom-style: solid; border-bottom-width: 1" bordercolor="#CCCCCC">
<b><%=k%></b></td>
<td width="30%" height="22" align="left" valign="top" style="border-bottom-style: solid; border-bottom-width: 1" bordercolor="#CCCCCC"><a target=_blank title="查看简历" href="listjobs.asp?jobid=<%=rs("jobid")%>"><%=rs("selectedjob1")%>︽<%=rs("selectedjob2")%>..</a></td>
<td width="10%" height="22" align="center" valign="top" style="border-bottom-style: solid; border-bottom-width: 1" bordercolor="#CCCCCC"><a target="_blank" title="查看简历" href="listjobs.asp?jobid=<%=rs("jobid")%>"><%=rs("name")%></a></td>
<td width="10%" height="22" align="center" valign="top" style="border-bottom-style: solid; border-bottom-width: 1" bordercolor="#CCCCCC"><%if rs("xingbie")<>0 then%>男<%else%>女<%end if%></td>
<td width="15%" height="22" align="center" valign="top" style="border-bottom-style: solid; border-bottom-width: 1" bordercolor="#CCCCCC"><p align="left"><%=trim(rs("s_PWL1"))%><%if rs("s_PWL2")<>"" then%>/<%=trim(rs("s_PWL2"))%><%end if%><%if rs("s_PWL3")<>"" then%>/<%=trim(rs("s_PWL3"))%><%end if%></td>
<td width="10%" height="22" align="center" valign="top" style="border-bottom-style: solid; border-bottom-width: 1" bordercolor="#CCCCCC">
<p align="center">
<%
if rs("xueli")=0 then
response.write "高中"
elseif rs("xueli")=1 then
response.write "中专"
elseif rs("xueli")=2 then
response.write "大专"
elseif rs("xueli")=3 then
response.write "本科"
elseif rs("xueli")=4 then
response.write "硕士"
elseif rs("xueli")=5 then
response.write "博士"
end if
%> </td>
<td width="15%" height="22" align="left" valign="top" style="border-bottom-style: solid; border-bottom-width: 1" bordercolor="#CCCCCC"><%=rs("xgsj")%></td>
<td width="5%" height="22" align="center" valign="top" style="border-bottom-style: solid; border-bottom-width: 1" bordercolor="#CCCCCC">
<p align="center">
<INPUT type=checkbox value="<%=rs("jobid")%>" name=selectedid></td>
</tr>
<%
k=k+1
if k>=Pagesize+1 then exit do
rs.movenext
end if
loop
%>
<tr>
<td width="770" height="22" style="border-top-style: none; border-top-width: medium" align="center" colspan="8">
<p align="right">
<INPUT onclick=CheckAll(this.form) type=checkbox value=on name=chkall>选中所有人才信息</td>
</tr>
<tr>
<td width="770" height="22" style="border-top-style: none; border-top-width: medium" align="center" colspan="8">
<table border="0" cellspacing="0" cellpadding="0" align="right" style="border-collapse: collapse" bordercolor="#111111" width="770">
<tr>
<td width="4">
<p align="right"> </td>
<td width="82">
</td>
<td width="563">
共
<b><font color="#FF0000"><%=Allpage%></font></b>
页</td>
<td width="25">
<%
if ThisPage<2 then
response.write "<td width='10'><img name='link_r2_c1' src='../img/_1prev_.gif' width='22' height='18' border='0'></td><td width='10'><img name='link_r2_c1' src='../img/_prev_.gif' width='22' height='18' border='0'></td>"
else
response.write "<td width='10'><a href=?page=1><img name='_1prev' src='../img/_1prev.gif' width='22' height='18' border='0'></a></td>"
response.write "<td width='10'><a href=?page="&ThisPage-1&"><img name='_prev' src='../img/_prev.gif' width='22' height='18' border='0'></a></td>"
end if
%>
<p align="right">
<span style="font-size: 9pt"></span></td>
<td width="96">
<p align="center">第<b><font color="#FF0000"> <%=ThisPage%> </font></b>页</td>
<%
if Allpage-ThisPage<1 then
response.write "<td width='10'><img name='_next_' src='../img/_next_.gif' width='22' height='18' border='0'></td><td width='10'><img name='_next1_' src='../img/_next1_.gif' width='22' height='18' border='0'></td>"
else
response.write "<td width='10'><a href=?page="&(ThisPage+1)&"><img name='_prev' src='../img/_next.gif' width='22' height='18' border='0'></a></td>"
response.write "<td width='10'><a href=?page="&Allpage&"><img name='_next1' src='../img/_next1.gif' width='22' height='18' border='0'></a></td>"
end if
end if
%>
</tr>
</table>
</td>
</tr>
<tr>
<td width="770" height="22" style="border-top-style: none; border-top-width: medium" align="center" colspan="8">
<img border="0" onclick="javascript:showoperatealert(1)" src="../../person/img/WriteInterviews_But.gif" style="CURSOR: hand">
<img border="0" onclick="javascript:showoperatealert(2)" src="../../person/img/SendDept_But.gif" style="CURSOR: hand"></td>
</tr>
</form>
</table>
</center>
</div>
<%
rs.close
set cmdexample=nothing
call closedb
%><!--#include file=copyright.asp-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -