📄 update.asp
字号:
<td width="18%" class="cssupdate"><font color="#0000FF">最后学历毕业学校</font></td>
<td width="21%" class="cssupdate"> <input type="text" name="lastxlgradufrom" value="<%=(RS.Fields.Item("lastxlgradufrom").Value)%>">
</td>
<td width="15%" class="cssupdate"><font color="#0000FF">身份证号</font></td>
<td width="23%" class="cssupdate"> <input type="text" name="shenfenzheng" maxlength="18" value="<%=(RS.Fields.Item("shenfenzheng").Value)%>">
</td>
</tr>
<tr>
<td width="6%" class="cssupdate"><div align="center"><font color="#0000FF">籍贯</font></div></td>
<td width="17%" class="cssupdate"> <input type="text" name="jiguan" size="20" value="<%=(RS.Fields.Item("jiguan").Value)%>">
</td>
<td width="18%" class="cssupdate"><font color="#0000FF">最后学历时间</font></td>
<td width="21%" class="cssupdate"> <input type="text" name="lastxldate" value="<%=(RS.Fields.Item("lastxldate").Value)%>">
</td>
<td width="15%" class="cssupdate"><font color="#0000FF">是否人事代理</font></td>
<td width="23%" class="cssupdate"> <select name="renshidaili">
<option value="是">是</option>
<option value="否">否</option>
<%
While (NOT RS.EOF)
%>
<option value="<%=(RS.Fields.Item("renshidaili").Value)%>" selected ><%=(RS.Fields.Item("renshidaili").Value)%></option>
<%
RS.MoveNext()
Wend
If (RS.CursorType > 0) Then
RS.MoveFirst
Else
RS.Requery
End If
%>
</select> </td>
</tr>
<tr>
<td width="6%" height="12" class="cssupdate"><div align="center"><font color="#0000FF">专业</font></div></td>
<td width="17%" height="12" class="cssupdate"> <input type="text" name="zhuanye" size="20" value="<%=(RS.Fields.Item("zhuanye").Value)%>">
</td>
<td width="18%" height="12" class="cssupdate"><font color="#0000FF">职称</font></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>
<%
While (NOT RS.EOF)
%>
<option value="<%=(RS.Fields.Item("zhicheng").Value)%>" selected ><%=(RS.Fields.Item("zhicheng").Value)%></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"><font color="#0000FF">联系电话</font></td>
<td width="23%" height="12" class="cssupdate"> <input type="text" name="phone" value="<%=(RS.Fields.Item("phone").Value)%>">
</td>
</tr>
<tr>
<td width="6%" height="8" class="cssupdate"><div align="center"><font color="#0000FF">分类</font></div></td>
<td width="17%" height="8" class="cssupdate"> <input type="text" name="leibie" size="20" value="<%=(RS.Fields.Item("leibie").Value)%>">
</td>
<td width="18%" height="8" class="cssupdate"><font color="#0000FF">取得职称时间</font></td>
<td width="21%" height="8" class="cssupdate"> <input type="text" name="zhichengdate" value="<%=(RS.Fields.Item("zhichengdate").Value)%>">
</td>
<td width="15%" height="8" class="cssupdate"><font color="#0000FF">职务</font></td>
<td width="23%" height="8" class="cssupdate"> <input type="text" name="zhiwu" value="<%=(RS.Fields.Item("zhiwu").Value)%>">
</td>
</tr>
<tr>
<td width="6%" height="28" class="cssupdate"><div align="center"><font color="#0000FF">工龄</font></div></td>
<td width="17%" height="28" class="cssupdate"><%=(RS.Fields.Item("workage").Value)%></td>
<td width="18%" height="28" class="cssupdate"><font color="#0000FF">取得职称受聘时间</font></td>
<td width="21%" height="28" class="cssupdate"> <input type="text" name="zhichpingyongdate" value="<%=(RS.Fields.Item("zhichpingyongdate").Value)%>">
</td>
<td width="15%" height="28" class="cssupdate"><font color="#0000FF">任教部门</font></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.Fields.Item("renjiaobumen").Value)%>" selected ><%=(RS.Fields.Item("renjiaobumen").Value)%></option>
<%
RS.MoveNext()
Wend
If (RS.CursorType > 0) Then
RS.MoveFirst
Else
RS.Requery
End If
%>
</select> </td>
</tr>
<tr>
<td width="6%" height="0" class="cssupdate"><div align="center"><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.Fields.Item("bianzhi").Value)%>" selected ><%=(RS.Fields.Item("bianzhi").Value)%></option>
<%
RS.MoveNext()
Wend
If (RS.CursorType > 0) Then
RS.MoveFirst
Else
RS.Requery
End If
%>
</select> </td>
<td width="18%" height="0" class="cssupdate"><font color="#0000FF">编别</font></td>
<td width="21%" height="0" class="cssupdate"> <select name="bianzhileibie">
<option value="干部">干部</option>
<option value="工人">工人</option>
<option value="其他">其他</option>
<%
While (NOT RS.EOF)
%>
<option value="<%=(RS.Fields.Item("bianzhileibie").Value)%>" selected ><%=(RS.Fields.Item("bianzhileibie").Value)%></option>
<%
RS.MoveNext()
Wend
If (RS.CursorType > 0) Then
RS.MoveFirst
Else
RS.Requery
End If
%>
</select> </td>
<td width="15%" height="0" class="cssupdate"> </td>
<td width="23%" height="0" class="cssupdate"> </td>
</tr>
<tr bgcolor="#66CC00">
<td colspan="6" height="8" class="cssupdate"> <div align="center"></div></td>
</tr>
<tr class="cssresult">
<td width="10%" height="26"> <div align="center"><font color="#0000FF">婚否</font></div></td>
<td height="26"> <font color="#0000FF">
<select name="hunyin" >
<%
While (NOT RS.EOF)
%>
<option value="<%=(RS.Fields.Item("hunyin").Value)%>" ><%=(RS.Fields.Item("hunyin").Value)%></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"><font color="#0000FF">家庭成员</font></td>
<td height="26"> <font color="#0000FF">
<input type="text" name="chengyuan" value="<%=(RS.Fields.Item("chengyuan").Value)%>">
</font></td>
<td height="26"><font color="#0000FF">档案编号</font></td>
<td height="26"> <font color="#0000FF">
<input type="text" name="danganhao" value="<%=(RS.Fields.Item("danganhao").Value)%>">
</font></td>
</tr>
<tr class="cssresult">
<td width="10%" height="0"> <div align="center"><font color="#0000FF">医保</font></div></td>
<td height="0"> <font color="#0000FF">
<input type="text" name="yibao" size="18" value="<%=(RS.Fields.Item("yibao").Value)%>">
</font></td>
<td height="0"><font color="#0000FF">电子信箱</font></td>
<td height="0"> <font color="#0000FF">
<input type="text" name="email" value="<%=(RS.Fields.Item("email").Value)%>">
</font></td>
<td height="0"><font color="#0000FF">家庭出身</font></td>
<td height="0"> <font color="#0000FF">
<input type="text" name="chunshen" value="<%=(RS.Fields.Item("chushen").Value)%>">
</font></td>
</tr>
<tr class="cssresult">
<td width="10%" height="27"> <div align="center"><font color="#0000FF">住址</font></div></td>
<td height="27"> <font color="#0000FF">
<input type="text" name="zhuzhi" size="18" value="<%=(RS.Fields.Item("zhuzhi").Value)%>">
</font></td>
<td height="27"><font color="#0000FF">社会关系</font></td>
<td height="27"> <font color="#0000FF">
<input type="text" name="shehui" value="<%=(RS.Fields.Item("shehui").Value)%>">
</font></td>
<td height="27"><font color="#0000FF">退休</font></td>
<td height="27"> <font color="#0000FF">
<select name="tuxiu" >
<%
While (NOT RS.EOF)
%>
<option value="<%=(RS.Fields.Item("tuxiu").Value)%>" ><%=(RS.Fields.Item("tuxiu").Value)%></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="center"><font color="#0000FF">变动</font></div></td>
<td height="0"> <font color="#0000FF">
<input type="text" name="biandong" size="18" value="<%=(RS.Fields.Item("biandong").Value)%>">
</font></td>
<td height="0"><font color="#0000FF">教师证类别及证号</font></td>
<td height="0"> <font color="#0000FF">
<input type="text" name="teacherzheng" value="<%=(RS.Fields.Item("teacherzheng").Value)%>" >
</font></td>
<td height="0"> </td>
<td height="0"> <font color="#0000FF"> </font></td>
</tr>
<tr class="cssresult">
<td width="10%" height="0"> <div align="center"><font color="#0000FF">简历</font></div></td>
<td height="0" colspan="5"><font color="#0000FF">
<textarea name="jianli" cols="90" rows="2" ><%=RS.Fields.Item("jianli").Value %></textarea>
</font></td>
</tr>
<tr class="cssresult">
<td width="10%" height="0"> <div align="center"><font color="#0000FF">工资情况</font></div></td>
<td height="0" colspan="5"><font color="#0000FF">
<textarea name="gongzu" cols="90" rows="2" ><%=(RS.Fields.Item("gongzu").Value)%></textarea>
</font></td>
</tr>
<tr class="cssresult">
<td width="10%" height="0"> <div align="center"><font color="#0000FF">发表论文</font></div></td>
<td height="0" colspan="5"><font color="#0000FF">
<textarea name="lunwen" cols="90" rows="2" ><%=(RS.Fields.Item("lunwen").Value)%></textarea>
</font></td>
</tr>
<tr class="cssresult">
<td width="10%" height="0"> <div align="center"><font color="#0000FF">年度考核</font></div></td>
<td height="0" colspan="5"><font color="#0000FF">
<textarea name="niankao" cols="90" rows="2"> <%=(RS.Fields.Item("niankao").Value)%></textarea>
</font></td>
</tr>
<tr class="cssresult">
<td width="10%" height="0"> <div align="center"><font color="#0000FF">培训记录</font></div></td>
<td height="0" colspan="5"><font color="#0000FF">
<textarea name="peixunjl" cols="90" rows="2" ><%=(RS.Fields.Item("peixunjl").Value)%></textarea>
</font></td>
</tr>
<tr class="cssresult">
<td width="10%" height="0"> <div align="center"><font color="#0000FF">继续教育</font></div></td>
<td height="0" colspan="5"><font color="#0000FF">
<textarea name="jixujiaoyu" cols="90" rows="2"><%=(RS.Fields.Item("jixujiaoyu").Value)%></textarea>
</font></td>
</tr>
<tr class="cssresult">
<td width="10%" height="0"> <div align="center"><font color="#0000FF">奖惩</font></div></td>
<td height="0" colspan="5"><font color="#0000FF">
<textarea name="jiangcheng" cols="90" rows="2" ><%=(RS.Fields.Item("jiangcheng").Value)%></textarea>
</font></td>
</tr>
<tr>
<td width="6%" height="16" class="cssupdate"><div align="center"></div></td>
<td colspan="5" height="16" class="cssupdate"> </td>
</tr>
<tr>
<td width="6%" height="75" class="cssupdate"><div align="center"><font color="#0000FF">备注</font></div></td>
<td colspan="5" height="75" class="cssupdate"> <textarea name="beizhu" cols="80" rows="2"><%=(RS.Fields.Item("beizhu").Value)%></textarea>
<font color="#0000FF"> </font> </td>
</tr>
</table>
<div align="center">
<input type="submit" name="Submit" value="修改">
</div>
<input type="hidden" name="MM_update" value="form1">
<input type="hidden" name="MM_recordId" value="<%= RS.Fields.Item("ID").Value %>">
</form>
</body>
</html>
<%
RS.Close()
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -