talentsedit.asp
来自「生成html的ASP企业站点,可以进行二次开发的」· ASP 代码 · 共 173 行
ASP
173 行
<HTML xmlns="http://www.w3.org/1999/xhtml">
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312" />
<TITLE>人才信息编辑</TITLE>
<link rel="stylesheet" href="Images/Admin.css">
<script language="javascript" src="../Script/Admin.js"></script>
</HEAD>
<!--#include file="../Include/Const.asp" -->
<!--#include file="../Include/ConnSiteData.asp" -->
<!--#include file="CheckAdmin.asp"-->
<BODY>
<%
Dim quanxian
quanxian=trim(Request.ServerVariables(name))
if Instr(session("AdminPurview"),"|27,")=0 then
response.write ("<br><br><div align=""center""><font style=""color:red; font-size:9pt; "")>您没有管理该模块的权限!</font></div>")
response.end
end if
dim Result
Result=request.QueryString("Result")
dim ReplyContent,ReplyTime,ID,JobID,TalentsName
dim mLinkman,mBirthDate,mStature,mMarriage,mRegResidence,mEduResume,mJobResume,mAddress,mZipCode,mTelephone,mMobile,mEmail,AddTime
ID=request.QueryString("ID")
call TalentsEdit()
%>
<br>
<table class="tableborder" width="95%" border="0" align="center" cellpadding="3" cellspacing="1">
<tr>
<th>人才信息:查看,回复,删除人才信息相关的内容</th>
</tr>
<tr>
<td height="24" align="center" nowrap class="forumrow"><a href="TalentsList.asp" onClick='changeAdminFlag("人才信息列表")'>查看人才信息</a><font color="#0000FF"> | </font><a href="SetSite.asp" target="mainFrame" onClick='changeAdminFlag("网站信息设置")'>网站信息设置</a></td>
</tr>
</table>
<br>
<table class="tableborder" width="95%" border="0" align="center" cellpadding="3" cellspacing="1">
<form name="editForm" method="post" action="TalentsEdit.asp?Action=SaveEdit&Result=<%=Result%>&ID=<%=ID%>">
<tr>
<th height="22" colspan="2">【<%If Result = "Add" then%>添加<%ElseIf Result = "Modify" then%>修改<%End If%>人才】</th>
</tr>
<tr>
<td width="20%" align="right" class="forumRow">应聘职位:</td>
<td width="80%" class="forumRowHighlight"><input name="TalentsName" type="text" id="TalentsName" style="width: 280" value="<%=TalentsName%>" readonly> <a href="JobsEdit.asp?Result=Modify&ID=<%=JobID%>" target="main">查看招聘</a></td>
</tr>
<tr>
<td align="right" class="forumRow">应聘人:</td>
<td class="forumRowHighlight"><%=mLinkman%></td>
</tr>
<tr>
<td align="right" class="forumRow">出生日期:</td>
<td class="forumRowHighlight"><input name="BirthDate" type="text" id="BirthDate" style="width: 180" value="<%=mBirthDate%>" readonly></td>
</tr>
<tr>
<td align="right" class="forumRow">身高:</td>
<td class="forumRowHighlight"><input name="Stature" type="text" id="Stature" style="width: 180" value="<%=mStature%>" readonly></td>
</tr>
<tr>
<td align="right" class="forumRow">婚姻状况:</td>
<td class="forumRowHighlight"><input name="Marriage" type="text" id="Marriage" style="width: 180" value="<%=mMarriage%>" readonly></td>
</tr>
<tr>
<td align="right" class="forumRow">户口所在地:</td>
<td class="forumRowHighlight"><input name="RegResidence" type="text" id="RegResidence" style="width: 280" value="<%=mRegResidence%>" readonly></td>
</tr>
<tr>
<td align="right" class="forumRow">教育经历:</td>
<td class="forumRowHighlight"><textarea name="EduResume" rows="10" id="EduResume" style="width: 500" readonly><%=mEduResume%></textarea></td>
</tr>
<tr>
<td align="right" class="forumRow">工作经历:</td>
<td class="forumRowHighlight"><textarea name="JobResume" rows="10" id="JobResume" style="width: 500" readonly><%=mJobResume%></textarea></td>
</tr>
<tr>
<td align="right" class="forumRow">通信地址:</td>
<td class="forumRowHighlight"><input name="Address" type="text" id="Address" style="width: 280" value="<%=mAddress%>" readonly></td>
</tr>
<tr>
<td align="right" class="forumRow">邮政编码:</td>
<td class="forumRowHighlight"><input name="ZipCode" type="text" id="ZipCode" style="width: 80" value="<%=mZipCode%>" readonly></td>
</tr>
<tr>
<td align="right" class="forumRow">联系电话:</td>
<td class="forumRowHighlight"><input name="Telephone" type="text" id="Telephone" style="width: 180" value="<%=mTelephone%>" readonly></td>
</tr>
<tr>
<td align="right" class="forumRow">手机号码:</td>
<td class="forumRowHighlight"><input name="Mobile" type="text" id="Mobile" style="width: 180" value="<%=mMobile%>" readonly></td>
</tr>
<tr>
<td align="right" class="forumRow">电子信箱:</td>
<td class="forumRowHighlight"><input name="Email" type="text" id="Email" style="width: 180" value="<%=mEmail%>" readonly></td>
</tr>
<tr>
<td align="right" class="forumRow">提交时间:</td>
<td class="forumRowHighlight"><input name="AddTime" type="text" id="AddTime" style="width: 180" value="<%=AddTime%>" readonly></td>
</tr>
<tr>
<td align="right" class="forumRow">回复时间:</td>
<td class="forumRowHighlight"><input name="ReplyTime" type="text" id="ReplyTime" style="width: 180" value="<%=ReplyTime%>" readonly></td>
</tr>
<tr>
<td align="right" class="forumRow">回复内容:</td>
<td class="forumRowHighlight"><textarea name="ReplyContent" rows="6" id="ReplyContent" style="width: 500"><%=ReplyContent%></textarea></td>
</tr>
<tr>
<td align="right" class="forumRow"></td>
<td class="forumRowHighlight"><input name="submitSaveEdit" type="submit" id="submitSaveEdit" value="保存"> <input type="button" value="返回上一页" onClick="history.back(-1)"></td>
</tr>
</form>
</table>
</BODY>
</HTML>
<%
sub TalentsEdit()
dim Action,rsCheckAdd,rs,sql
Action=request.QueryString("Action")
if Action="SaveEdit" then
set rs = server.createobject("adodb.recordset")
if Result="Modify" then
sql="select * from LiangJingCMS_Talents where ID="&ID
rs.open sql,conn,1,3
rs("ReplyContent")=StrReplace(Request.Form("ReplyContent"))
if not (trim(request.Form("ReplyContent"))="" or trim(request.Form("ReplyTime"))<>"") then
rs("ReplyTime")=now()
end if
end if
rs.update
rs.close
set rs=nothing
response.write "<script language='javascript'>alert('编辑、回复人才信息成功!');location.replace('TalentsList.asp');</script>"
else
if Result="Modify" then
set rs = server.createobject("adodb.recordset")
sql="select * from LiangJingCMS_Talents where ID="& ID
rs.open sql,conn,1,1
JobID=rs("JobID")
TalentsName=rs("TalentsName")
mLinkman=GuestInfo(rs("MemID"),rs("Linkman"),rs("Sex"))
mBirthDate=rs("BirthDate")
mStature=rs("Stature")
mMarriage=rs("Marriage")
mRegResidence=rs("RegResidence")
mEduResume=ReStrReplace(rs("EduResume"))
mJobResume=ReStrReplace(rs("JobResume"))
mAddress=rs("Address")
mZipCode=rs("ZipCode")
mTelephone=rs("Telephone")
mMobile=rs("Mobile")
mEmail=rs("Email")
AddTime=rs("AddTime")
ReplyContent=ReStrReplace(rs("ReplyContent"))
ReplyTime=rs("ReplyTime")
rs.close
set rs=nothing
end if
end if
end sub
function GuestInfo(ID,Guest,Sex)
Dim rs,sql
Set rs=server.CreateObject("adodb.recordset")
sql="Select * From LiangJingCMS_Members where ID="&ID
rs.open sql,conn,1,1
if rs.eof then
GuestInfo=Guest & " " & Sex
else
GuestInfo="<font color='green'>会员:</font><a href='MemEdit.asp?Result=Modify&ID="&ID&"'>"&Guest&"</a>"&Sex
end if
rs.close
set rs=nothing
end function
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?