📄 复件 expert_edit.asp
字号:
<option value="男" <%=selected%>>男</option>
<option value="女" <%=selected%>>女</option>
</select>
<font color="#ff0000">**</font> </td>
<td height="20" width="9%" bgcolor="#eaeaea"> </td>
</tr>
<tr>
<td height="20" width="6%" bgcolor="#ffffff"> </td>
<td height="20" width="20%" bgcolor="#ffffff"> </td>
<td height="20" width="65%" bgcolor="#ffffff"> </td>
<td height="20" width="9%" bgcolor="#ffffff"> </td>
</tr>
<tr>
<td height="20" width="6%" bgcolor="#eaeaea"> </td>
<td height="20" width="20%" bgcolor="#eaeaea">出生年月</td>
<td height="20" width="65%" bgcolor="#eaeaea">
<input name="year"maxlength=4 size="4" value="<%=year1%>">
年
<select name="Month">
<%for i=1 to 12%>
<option value="<%=i%>"<%if month1=i then response.write "selected" end if %>>
<%=i%></option>
<%next %>
</select>
月
<select name="Day">
<%for i=1 to 31%>
<option value="<%=i%>"<%if day1=i then response.write "selected" end if %>>
<%=i%></option>
<%next %>
</select>
日 (请输入4位年份数字)</td>
<td height="20" width="9%" bgcolor="#eaeaea"> </td>
</tr>
<tr>
<td height="20" width="6%" bgcolor="#ffffff"> </td>
<td height="20" width="20%" bgcolor="#ffffff"> </td>
<td height="20" width="65%" bgcolor="#ffffff"> </td>
<td height="20" width="9%" bgcolor="#ffffff"> </td>
</tr>
<tr>
<td height="20" width="6%" bgcolor="#eaeaea"> </td>
<td height="20" width="20%" bgcolor="#eaeaea">
<div align="left">民族</div>
</td>
<td height="20" width="65%" bgcolor="#eaeaea">
<input type="text" name="MinZhu" value="<%=MinZhu%>" maxlength="10">
<font color="#ff0000">**</font> </td>
<td height="20" width="9%" bgcolor="#eaeaea"> </td>
</tr>
<tr>
<td height="20" width="6%" bgcolor="#ffffff"> </td>
<td height="20" width="20%" bgcolor="#ffffff"> </td>
<td height="20" width="65%" bgcolor="#ffffff"> </td>
<td height="20" width="9%" bgcolor="#ffffff"> </td>
</tr>
<tr>
<td height="20" width="6%" bgcolor="#eaeaea"> </td>
<td height="20" width="20%" bgcolor="#eaeaea">毕业院校</td>
<td height="20" width="65%" bgcolor="#eaeaea">
<input type="text" name="YuanXiao" size="30" maxlength="50" value="<%=YuanXiao%>">
</td>
<td height="20" width="9%" bgcolor="#eaeaea"> </td>
</tr>
<tr>
<td height="20" width="6%" bgcolor="#FFFFFF"> </td>
<td height="20" width="20%" bgcolor="#FFFFFF"> </td>
<td height="20" width="65%" bgcolor="#FFFFFF"> </td>
<td height="20" width="9%" bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td height="20" width="6%" bgcolor="#eaeaea"> </td>
<td height="20" width="20%" bgcolor="#eaeaea">所学专业</td>
<td height="20" width="65%" bgcolor="#eaeaea">
<input type="text" name="ZhuanYe" size="30" maxlength="50" value="<%=ZhuanYe%>">
</td>
<td height="20" width="9%" bgcolor="#eaeaea"> </td>
</tr>
<tr>
<td height="20" width="6%" bgcolor="#FFFFFF"> </td>
<td height="20" width="20%" bgcolor="#FFFFFF"> </td>
<td height="20" width="65%" bgcolor="#FFFFFF"> </td>
<td height="20" width="9%" bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td height="20" width="6%" bgcolor="#eaeaea"> </td>
<td height="20" width="20%" bgcolor="#eaeaea">学位</td>
<td height="20" width="65%" bgcolor="#eaeaea">
<select name="XueWei">
<option value="无"<%if XueWei="无" then response.write "selected" end if %>>无</option>
<option value="博士"<%if XueWei="博士" then response.write "selected" end if %>>博士</option>
<option value="硕士"<%if XueWei="硕士" then response.write "selected" end if %>>硕士</option>
<option value="学士"<%if XueWei="学士" then response.write "selected" end if %>>学士</option>
<option value="其它"<%if XueWei="其它" then response.write "selected" end if %>>其它</option>
</select>
</td>
<td height="20" width="9%" bgcolor="#eaeaea"> </td>
</tr>
<tr>
<td height="20" width="6%" bgcolor="#FFFFFF"> </td>
<td height="20" width="20%" bgcolor="#FFFFFF"> </td>
<td height="20" width="65%" bgcolor="#FFFFFF"> </td>
<td height="20" width="9%" bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td height="20" width="6%" bgcolor="#eaeaea"> </td>
<td height="20" width="20%" bgcolor="#eaeaea">
<div align="left">学历</div>
</td>
<td height="20" width="65%" bgcolor="#eaeaea">
<select name="XueLi">
<option value="无" <%if XueWei="无" then response.write "selected" end if %>>无</option>
<option value="博士"<%if XueLi="博士" then response.write "selected" end if %>>博士</option>
<option value="硕士"<%if XueLi="硕士" then response.write "selected" end if %>>硕士</option>
<option value="本科"<%if XueLi="本科" then response.write "selected" end if %>>本科</option>
<option value="大专"<%if XueLi="大专" then response.write "selected" end if %>>大专</option>
<option value="其它"<%if XueLi="其它" then response.write "selected" end if %>>其它</option>
</select>
</td>
<td height="20" width="9%" bgcolor="#eaeaea"> </td>
</tr>
<tr>
<td height="20" width="6%" bgcolor="#FFFFFF"> </td>
<td height="20" width="20%" bgcolor="#FFFFFF"> </td>
<td height="20" width="65%" bgcolor="#FFFFFF"> </td>
<td height="20" width="9%" bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td height="20" width="6%" bgcolor="#eaeaea"> </td>
<td height="20" width="20%" bgcolor="#eaeaea">
<div align="left">专业技术职称</div>
</td>
<td height="20" width="65%" bgcolor="#eaeaea">
<select name="ZhiCheng">
<option value="无" <%if ZhiCheng="无" then response.write "selected" end if %>>无</option>
<option value="正高"<%if ZhiCheng="正高" then response.write "selected" end if %>>正高</option>
<option value="副高"<%if ZhiCheng="副高" then response.write "selected" end if %>>副高</option>
<option value="中级"<%if ZhiCheng="中级" then response.write "selected" end if %>>中级</option>
<option value="其它"<%if ZhiCheng="其它" then response.write "selected" end if %>>其它</option>
</select>
</td>
<td height="20" width="9%" bgcolor="#eaeaea"> </td>
</tr>
<tr>
<td height="20" width="6%" bgcolor="#ffffff"> </td>
<td height="20" width="20%" bgcolor="#ffffff"> </td>
<td height="20" width="65%" bgcolor="#ffffff"> </td>
<td height="20" width="9%" bgcolor="#ffffff"> </td>
</tr>
<tr>
<td height="20" width="6%" bgcolor="#eaeaea"> </td>
<td height="20" width="20%" bgcolor="#eaeaea">行政职务</td>
<td height="20" width="65%" bgcolor="#eaeaea">
<input type="text" name="ZhiWu" maxlength="50" value="<%=ZhiWu%>">
</td>
<td height="20" width="9%" bgcolor="#eaeaea"> </td>
</tr>
<tr>
<td height="20" width="6%" bgcolor="#ffffff"> </td>
<td height="20" width="20%" bgcolor="#ffffff"> </td>
<td height="20" width="65%" bgcolor="#ffffff"> </td>
<td height="20" width="9%" bgcolor="#ffffff"> </td>
</tr>
<tr>
<td height="20" width="6%" bgcolor="#eaeaea"> </td>
<td height="20" width="20%" bgcolor="#eaeaea">荣誉称号</td>
<td height="20" width="65%" bgcolor="#eaeaea">
<select name="ChengHao">
<option value="无"<%if ChengHao="无" then response.write "selected" end if %>>无</option>
<option value="院士"<%if ChengHao="院士" then response.write "selected" end if %>>院士</option>
<option value="国务院特贴专家"<%if ChengHao="国务院特贴专家" then response.write "selected" end if %>>国务院特贴专家</option>
<option value="突出贡献专家"<%if ChengHao="突出贡献专家" then response.write "selected" end if %>>突出贡献专家</option>
<option value="其它"<%if ChengHao="其它" then response.write "selected" end if %>>其它</option>
</select>
</td>
<td height="20" width="9%" bgcolor="#eaeaea"> </td>
</tr>
<tr>
<td height="20" width="6%" bgcolor="#ffffff"> </td>
<td height="20" width="20%" bgcolor="#ffffff"> </td>
<td height="20" width="65%" bgcolor="#ffffff"> </td>
<td height="20" width="9%" bgcolor="#ffffff"> </td>
</tr>
<tr>
<td height="20" width="6%" bgcolor="#eaeaea"> </td>
<td height="20" width="20%" bgcolor="#eaeaea">工作单位名称</td>
<td height="20" width="65%" bgcolor="#eaeaea">
<input type="text" name="CompanyName" maxlength="60" size="30" value="<%=CompanyName%>">
</td>
<td height="20" width="9%" bgcolor="#eaeaea"> </td>
</tr>
<tr>
<td height="20" width="6%" bgcolor="#FFFFFF"> </td>
<td height="20" width="20%" bgcolor="#FFFFFF"> </td>
<td height="20" width="65%" bgcolor="#FFFFFF"> </td>
<td height="20" width="9%" bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td height="20" width="6%" bgcolor="#eaeaea"> </td>
<td height="20" width="20%" bgcolor="#eaeaea">单位性质</td>
<td height="20" width="65%" bgcolor="#eaeaea">
<select name="ComProperty">
<option value="大专院校" <%if ComProperty="大专院校" then response.write "selected" end if %>>大专院校</option>
<option value="研究院所"<%if ComProperty="研究院所" then response.write "selected" end if %>>研究院所</option>
<option value="企业"<%if ComProperty="企业" then response.write "selected" end if %>>企业</option>
<option value="其它"<%if ComProperty="其它" then response.write "selected" end if %>>其它</option>
</select>
</td>
<td height="20" width="9%" bgcolor="#eaeaea"> </td>
</tr>
<tr>
<td height="20" width="6%" bgcolor="#FFFFFF"> </td>
<td height="20" width="20%" bgcolor="#FFFFFF"> </td>
<td height="20" width="65%" bgcolor="#FFFFFF"> </td>
<td height="20" width="9%" bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td height="20" width="6%" bgcolor="#eaeaea"> </td>
<td height="20" width="20%" bgcolor="#eaeaea">
<div align="left">通讯地址</div>
</td>
<td height="20" width="65%" bgcolor="#eaeaea">
<input name="Add" size="40" maxlength=100 value="<%=add%>">
</td>
<td height="20" width="9%" bgcolor="#eaeaea"> </td>
</tr>
<tr>
<td height="20" width="6%" bgcolor="#FFFFFF"> </td>
<td height="20" width="20%" bgcolor="#FFFFFF"> </td>
<td height="20" width="65%" bgcolor="#FFFFFF"> </td>
<td height="20" width="9%" bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td height="20" width="6%" bgcolor="#eaeaea"> </td>
<td height="20" width="20%" bgcolor="#eaeaea">邮编</td>
<td height="20" width="65%" bgcolor="#eaeaea">
<input type="text" name="YouBian" maxlength="6" value="<%=YouBian%>">
</td>
<td height="20" width="9%" bgcolor="#eaeaea"> </td>
</tr>
<tr>
<td height="20" width="6%"> </td>
<td height="20" width="20%"> </td>
<td height="20" width="65%"> </td>
<td height="20" width="9%"> </td>
</tr>
<tr>
<td height="20" width="6%" bgcolor="#eaeaea"> </td>
<td height="20" width="20%" bgcolor="#eaeaea">家庭电话</td>
<td height="20" width="65%" bgcolor="#eaeaea">
<input name="FTel" maxlength=20 value="<%=FTel%>">
</td>
<td height="20" width="9%" bgcolor="#eaeaea"> </td>
</tr>
<tr>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -