📄 adminjg_update.asp
字号:
<td width="15%" class="cssupdate"><div align="right"><font color="#0000FF">是否人事代理:</font></div></td>
<td width="23%" class="cssupdate">
<select name="renshidaili">
<option value="是">是</option>
<option value="否">否</option>
<%
While (NOT RS.EOF)
%>
<option value="<%=rs("renshidaili")%>" selected ><%=rs("renshidaili")%></option>
<%
RS.MoveNext()
Wend
If (RS.CursorType > 0) Then
RS.MoveFirst
Else
RS.Requery
End If
%>
</select>
</td>
</tr>
<tr>
<td width="10%" height="12" class="cssupdate"><div align="right"><font color="#0000FF">专业:</font></div></td>
<td width="17%" height="12" class="cssupdate">
<input type="text" name="zhuanye" size="20" value="<%=rs("zhuanye")%>">
</td>
<td width="18%" height="12" class="cssupdate"><div align="right"><font color="#0000FF">职称:</font></div></td>
<td width="21%" height="12" class="cssupdate">
<select name="zhicheng">
<option value="中学三级">中学三级</option>
<option value="中学二级">中学二级</option>
<option value="中学一级">中学一级</option>
<option value="中学高级">中学高级</option>
<option value="特级">特级</option>
<option value="试用期">试用期</option>
<option value="小学一级">小学一级</option>
<option value="小学二级">小学二级</option>
<option value="小学高级">小学高级</option>
<%
While (NOT RS.EOF)
%>
<option value="<%=rs("zhicheng")%>" selected ><%=rs("zhicheng")%></option>
<%
RS.MoveNext()
Wend
If (RS.CursorType > 0) Then
RS.MoveFirst
Else
RS.Requery
End If
%>
</select>
</td>
<td width="15%" height="12" class="cssupdate"><div align="right"><font color="#0000FF">联系电话:</font></div></td>
<td width="23%" height="12" class="cssupdate">
<input type="text" name="phone" value="<%=rs("phone")%>">
</td>
</tr>
<tr>
<td width="10%" height="8" class="cssupdate"><div align="right"><font color="#0000FF">分类:</font></div></td>
<td width="17%" height="8" class="cssupdate">
<input type="text" name="leibie" size="20" value="<%=rs("leibie")%>">
</td>
<td width="18%" height="8" class="cssupdate"><div align="right"><font color="#0000FF">取得职称时间:</font></div></td>
<td width="21%" height="8" class="cssupdate">
<input type="text" name="zhichengdate" value="<%=rs("zhichengdate")%>">
</td>
<td width="15%" height="8" class="cssupdate"><div align="right"><font color="#0000FF">职务:</font></div></td>
<td width="23%" height="8" class="cssupdate">
<input type="text" name="zhiwu" value="<%=rs("zhiwu")%>">
</td>
</tr>
<tr>
<td width="10%" height="28" class="cssupdate"><div align="right"><font color="#0000FF">工龄:</font></div></td>
<td width="17%" height="28" class="cssupdate"><%=rs("workage")%></td>
<td width="18%" height="28" class="cssupdate"><div align="right"><font color="#0000FF">取得职称受聘时间:</font></div></td>
<td width="21%" height="28" class="cssupdate">
<input type="text" name="zhichpingyongdate" value="<%=rs("zhichpingyongdate")%>">
</td>
<td width="15%" height="28" class="cssupdate"><div align="right"><font color="#0000FF">任教部门:</font></div></td>
<td width="23%" height="28" class="cssupdate">
<select name="renjiaobumen">
<option value="初中">初中</option>
<option value="高中">高中</option>
<option value="教辅">教辅</option>
<option value="无">无</option>
<%
While (NOT RS.EOF)
%>
<option value="<%=rs("renjiaobumen")%>" selected ><%=rs("renjiaobumen")%></option>
<%
RS.MoveNext()
Wend
If (RS.CursorType > 0) Then
RS.MoveFirst
Else
RS.Requery
End If
%>
</select>
</td>
</tr>
<tr>
<td width="10%" height="8" class="cssupdate"><div align="right"><font color="#0000FF">编制:</font></div></td>
<td width="17%" height="8" class="cssupdate">
<select name="bianzhi">
<option value="在编">在编</option>
<option value="无编">无编</option>
<%
While (NOT RS.EOF)
%>
<option value="<%=rs("bianzhi")%>" selected ><%=rs("bianzhi")%></option>
<%
RS.MoveNext()
Wend
If (RS.CursorType > 0) Then
RS.MoveFirst
Else
RS.Requery
End If
%>
</select>
</td>
<td width="18%" height="8" class="cssupdate"><div align="right"><font color="#0000FF">编别:</font></div></td>
<td width="21%" height="8" class="cssupdate">
<select name="bianzhileibie">
<option value="干部">干部</option>
<option value="工人">工人</option>
<option value="其他">其他</option>
<%
While (NOT RS.EOF)
%>
<option value="<%=rs("bianzhileibie")%>" selected ><%=rs("bianzhileibie")%></option>
<%
RS.MoveNext()
Wend
If (RS.CursorType > 0) Then
RS.MoveFirst
Else
RS.Requery
End If
%>
</select>
</td>
<td width="15%" height="8" class="cssupdate"><div align="right"></div></td>
<td width="23%" height="8" class="cssupdate"> </td>
</tr>
<tr class="cssresult">
<td width="10%" height="26">
<div align="right"><font color="#0000FF">婚否:</font></div></td>
<td height="26"> <font color="#0000FF">
<select name="hunyin" >
<%
While (NOT RS.EOF)
%>
<option value="<%=rs("hunyin")%>" ><%=rs("hunyin")%></option>
<%
RS.MoveNext()
Wend
If (RS.CursorType > 0) Then
RS.MoveFirst
Else
RS.Requery
End If
%>
<option value="已婚">已婚</option>
<option value="未婚">未婚</option>
</select>
</font></td>
<td height="26"><div align="right"><font color="#0000FF">家庭成员:</font></div></td>
<td height="26"> <font color="#0000FF">
<input type="text" name="chengyuan" value="<%=rs("chengyuan")%>">
</font></td>
<td height="26"><div align="right"><font color="#0000FF">档案编号:</font></div></td>
<td height="26"> <font color="#0000FF">
<input type="text" name="danganhao" value="<%=rs("danganhao")%>">
</font></td>
</tr>
<tr class="cssresult">
<td width="10%" height="0">
<div align="right"><font color="#0000FF">医保:</font></div></td>
<td height="0"> <font color="#0000FF">
<input type="text" name="yibao" size="18" value="<%=rs("yibao")%>">
</font></td>
<td height="0"><div align="right"><font color="#0000FF">电子信箱:</font></div></td>
<td height="0"> <font color="#0000FF">
<input type="text" name="email" value="<%=rs("email")%>">
</font></td>
<td height="0"><div align="right"><font color="#0000FF">家庭出身:</font></div></td>
<td height="0"> <font color="#0000FF">
<input name="chushen" type="text" id="chushen" value="<%=rs("chushen")%>">
</font></td>
</tr>
<tr class="cssresult">
<td width="10%" height="27">
<div align="right"><font color="#0000FF">住址:</font></div></td>
<td height="27"> <font color="#0000FF">
<input type="text" name="zhuzhi" size="18" value="<%=rs("zhuzhi")%>">
</font></td>
<td height="27"><div align="right"><font color="#0000FF">社会关系:</font></div></td>
<td height="27"> <font color="#0000FF">
<input type="text" name="shehui" value="<%=rs("shehui")%>">
</font></td>
<td height="27"><div align="right"><font color="#0000FF">退休:</font></div></td>
<td height="27"> <font color="#0000FF">
<select name="tuxiu" >
<%
While (NOT RS.EOF)
%>
<option value="<%=rs("tuxiu")%>" ><%=rs("tuxiu")%></option>
<%
RS.MoveNext()
Wend
If (RS.CursorType > 0) Then
RS.MoveFirst
Else
RS.Requery
End If
%>
<option value="退休"><font color="#0000FF">是</font></option>
<option value="没有退休"><font color="#0000FF">否</font></option>
</select>
</font></td>
</tr>
<tr class="cssresult">
<td width="10%" height="0">
<div align="right"><font color="#0000FF">变动:</font></div></td>
<td height="0"> <font color="#0000FF">
<input type="text" name="biandong" size="18" value="<%=rs("biandong")%>">
</font></td>
<td height="0"><div align="right"><font color="#0000FF">教师证类别及证号:</font></div></td>
<td height="0"> <font color="#0000FF">
<input type="text" name="teacherzheng" value="<%=rs("teacherzheng")%>" >
</font></td>
<td height="0"> </td>
<td height="0"> <font color="#0000FF"> </font></td>
</tr>
<tr class="cssresult">
<td height="0" colspan="6"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="64"><font color="#0000FF">简历<% jianli2 = Replace(RS("jianli"),"<br>",chr(13))%></font></td>
<td width="307"><font color="#0000FF">
<textarea name="jianli" cols="40" rows="4" ><%=jianli2%></textarea>
</font></td>
<td width="80"><font color="#0000FF">工资情况
<% gongzu2 = Replace(RS("gongzu"),"<br>",chr(13))%>
</font></td>
<td width="315"><font color="#0000FF">
<textarea name="gongzu" cols="40" rows="4" ><%=gongzu2%></textarea>
</font></td>
</tr>
<tr>
<td><font color="#0000FF">发表论文
<% lunwen = Replace(RS("lunwen"),"<br>",chr(13))%>
</font></td>
<td><font color="#0000FF">
<textarea name="lunwen" cols="40" rows="4" ><%=lunwen%></textarea>
</font></td>
<td><font color="#0000FF">年度考核
<% niankao = Replace(RS("niankao"),"<br>",chr(13))%>
</font></td>
<td><font color="#0000FF">
<textarea name="niankao" cols="40" rows="4"> <%=niankao%></textarea>
</font></td>
</tr>
<tr>
<td><font color="#0000FF">培训记录
<% peixunjl = Replace(RS("peixunjl"),"<br>",chr(13))%>
</font></td>
<td><font color="#0000FF">
<textarea name="peixunjl" cols="40" rows="4" ><%=peixunjl%></textarea>
</font></td>
<td><font color="#0000FF">继续教育
<% jixujiaoyu = Replace(RS("jixujiaoyu"),"<br>",chr(13))%>
</font></td>
<td><font color="#0000FF">
<textarea name="jixujiaoyu" cols="40" rows="4"><%=jixujiaoyu%></textarea>
</font></td>
</tr>
<tr>
<td><font color="#0000FF">奖惩
<% jiangcheng = Replace(RS("jiangcheng"),"<br>",chr(13))%>
</font></td>
<td><font color="#0000FF">
<textarea name="jiangcheng" cols="40" rows="4" ><%=jiangcheng%></textarea>
</font></td>
<td><font color="#0000FF">备注
<% beizhu = Replace(RS("beizhu"),"<br>",chr(13))%>
</font></td>
<td><textarea name="beizhu" cols="40" rows="4"><%=beizhu%></textarea></td>
</tr>
</table></td>
</tr>
</table>
<div align="center"><br>
<input name="id" type="hidden" id="id" value="<%=rs("id")%>">
<input type="submit" name="Submit" value="确定修改">
<br>
<br>
</div>
</form>
</body>
</html>
<%
else
response.write "<script language=JavaScript>{window.alert('对不起,您没有访问该页面的权限!系统自动返回...');window.history.go(-1);}</script>"
response.end
end if
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -