⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 yuangonmodify.asp

📁 20041230162250801409: 浙江省丽水市公铁联运有限公司OA系统(物流) 开发语言:PHP/ASP/PERL 本系统包括各个部门的管理
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT"%>
<!--#include file="conn.asp"-->
<%
id=request("id")
page=request("page")
set rs=server.createobject("adodb.recordset")
sqltext="select * from worker where id=" & id
rs.open sqltext,conn,1,1
%>
<html>
<head>
<link rel="stylesheet" href="../appmain.css" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>信息修改页面</title>
<style type="text/css">
<!--
body {
	background-color: #e1f4ee;
}
.style5 {
	color: #FF0000;
	font-size: 18pt;
}
-->
</style></head>

<body>
<FORM language=javascript name=FORM1   action=yuangonmodify_ok.asp method=post >
  <div align="center"> 
    <p> 
      <INPUT  type=hidden value=<%=rs("id")%> name="id">
    </p>
    <table width="257" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td class="TOOLBARTABLE"><div align="center"><font size="4">公铁联运员工------信息修改 
            </font></div></td>
      </tr>
    </table>
    <p>&nbsp;</p>
  </div>
	   
  <table width="257" align="center" cellpadding="0" cellspacing="0" bordercolorlight="#000000" bordercolordark="#FFFFFF" class="TOOLBARTABLE">
    <tr> 
      <td width="96">员工编号:</td>
      <td width="159"><input name="aa" type="text" class="input_plane2" id="aa"  onmouseover="this.style.backgroundColor='#e1f4ee'" onmouseout="this.style.backgroundColor='#ffffff'" value="<%=rs("number")%>"></td>
    </tr>
    <tr> 
      <td>姓名:</td>
      <td><input name="bb" type="text" class="input_plane2" id="bb"  onmouseover="this.style.backgroundColor='#e1f4ee'" onmouseout="this.style.backgroundColor='#ffffff'" value="<%=rs("username")%>"></td>
    </tr>
    <tr> 
      <td>性别:</td>
      <td><font color="#FF0000">
        <select name="cc" id="cc">
          <option value="--请选择性别--" selected <%If (Not isNull(rs("sex"))) Then If ("--请选择性别--" = CStr(rs("sex"))) Then Response.Write("SELECTED") : Response.Write("")%>>--请选择性别--</option>
          <option value="男性" <%If (Not isNull(rs("sex"))) Then If ("男性" = CStr(rs("sex"))) Then Response.Write("SELECTED") : Response.Write("")%>>男性</option>
          <option value="女性" <%If (Not isNull(rs("sex"))) Then If ("女性" = CStr(rs("sex"))) Then Response.Write("SELECTED") : Response.Write("")%>>女性</option>
        </select>
        </font></td>
    </tr>
    <tr> 
      <td>所属组织:</td>
      <td><input name="dd" type="text" class="input_plane2" id="dd2"  onMouseOver="this.style.backgroundColor='#e1f4ee'" onMouseOut="this.style.backgroundColor='#ffffff'" value="<%=rs("zhuzhi")%>"></td>
    </tr>
    <tr> 
      <td>职务:</td>
      <td><input name="ee" type="text" class="input_plane2" id="ee"  onmouseover="this.style.backgroundColor='#e1f4ee'" onmouseout="this.style.backgroundColor='#ffffff'" value="<%=rs("task")%>"></td>
    </tr>
    <tr> 
      <td>出生日期:</td>
      <td><input name="ff" type="text" class="input_plane2" id="ff"  onmouseover="this.style.backgroundColor='#e1f4ee'" onmouseout="this.style.backgroundColor='#ffffff'" value="<%=rs("born_date")%>"></td>
    </tr>
    <tr> 
      <td>在职状态:</td>
      <td><font color="#FF0000">
        <select name="gg" id="gg">
          <option value="--选择在职状况--" selected <%If (Not isNull(rs("work"))) Then If ("--选择在职状况--" = CStr(rs("work"))) Then Response.Write("SELECTED") : Response.Write("")%>>--选择在职状况--</option>
          <option value="在职" <%If (Not isNull(rs("work"))) Then If ("在职" = CStr(rs("work"))) Then Response.Write("SELECTED") : Response.Write("")%>>在职</option>
          <option value="退休" <%If (Not isNull(rs("work"))) Then If ("退休" = CStr(rs("work"))) Then Response.Write("SELECTED") : Response.Write("")%>>退休</option>
        </select>
        </font></td>
    </tr>
    <tr> 
      <td>手机号码:</td>
      <td><input name="hh" type="text" class="input_plane2" id="hh"  onmouseover="this.style.backgroundColor='#e1f4ee'" onmouseout="this.style.backgroundColor='#ffffff'" value="<%=rs("cellphone")%>"></td>
    </tr>
    <tr> 
      <td colspan="2"> <div align="center"> 
          <table width="100%" cellspacing="0" cellpadding="0">
            <tr> 
              <td width="94">办公电话:</td>
              <td width="159" bordercolorlight="#FFFFFF" bordercolordark="#000000"><input name="ii" type="text" class="input_plane2" id="ii" onmouseover="this.style.backgroundColor='#e1f4ee'" onmouseout="this.style.backgroundColor='#ffffff'" value="<%=rs("office_tel")%>"></td>
            </tr>
            <tr> 
              <td height="20">家庭电话:</td>
              <td bordercolorlight="#FFFFFF" bordercolordark="#000000"><input name="jj" type="text" class="input_plane2" id="jj" onmouseover="this.style.backgroundColor='#e1f4ee'" onmouseout="this.style.backgroundColor='#ffffff'" value="<%=rs("home_tel")%>"></td>
            </tr>
            <tr> 
              <td>电子信箱:</td>
              <td bordercolorlight="#FFFFFF" bordercolordark="#000000"><input name="kk" type="text" class="input_plane2" id="homephone5" onmouseover="this.style.backgroundColor='#e1f4ee'" onmouseout="this.style.backgroundColor='#ffffff'" value="<%=rs("email")%>"></td>
            </tr>
            <tr> 
              <td>身份证:</td>
              <td bordercolorlight="#FFFFFF" bordercolordark="#000000"><input name="ll" type="text" class="input_plane2" id="cellphone5" onmouseover="this.style.backgroundColor='#e1f4ee'" onmouseout="this.style.backgroundColor='#ffffff'" value="<%=rs("body")%>"></td>
            </tr>
            <tr> 
              <td>婚姻状况:</td>
              <td bordercolorlight="#FFFFFF" bordercolordark="#000000"><select name="mm" size="1" id="select12">
                  <option value="--婚姻情况--" selected <%If (Not isNull(rs("marry"))) Then If ("--婚姻情况--" = CStr(rs("marry"))) Then Response.Write("SELECTED") : Response.Write("")%>>--婚姻情况--</option>
                  <option value="单身" <%If (Not isNull(rs("marry"))) Then If ("单身" = CStr(rs("marry"))) Then Response.Write("SELECTED") : Response.Write("")%>>单身</option>
                  <option value="已婚" <%If (Not isNull(rs("marry"))) Then If ("已婚" = CStr(rs("marry"))) Then Response.Write("SELECTED") : Response.Write("")%>>已婚</option>
                  <option value="离异" <%If (Not isNull(rs("marry"))) Then If ("离异" = CStr(rs("marry"))) Then Response.Write("SELECTED") : Response.Write("")%>>离异</option>
                </select></td>
            </tr>
            <tr> 
              <td bordercolorlight="#FFFFFF" bordercolordark="#000000">籍贯:</td>
              <td bordercolorlight="#FFFFFF" bordercolordark="#000000"><input name="nn" type="text" class="input_plane2" id="nn" onmouseover="this.style.backgroundColor='#e1f4ee'" onmouseout="this.style.backgroundColor='#ffffff'" value="<%=rs("addrress")%>"></td>
            </tr>
            <tr> 
              <td bordercolorlight="#FFFFFF" bordercolordark="#000000">学历:</td>
              <td bordercolorlight="#FFFFFF" bordercolordark="#000000"><select name="oo" size="1" id="select11">
                  <option value="家里穷没上过学" selected <%If (Not isNull(rs("study"))) Then If ("家里穷没上过学" = CStr(rs("study"))) Then Response.Write("SELECTED") : Response.Write("")%>>家里穷没上过学</option>
                  <option value="小学文化" <%If (Not isNull(rs("study"))) Then If ("小学文化" = CStr(rs("study"))) Then Response.Write("SELECTED") : Response.Write("")%>>小学文化</option>
                  <option value="初中文化" <%If (Not isNull(rs("study"))) Then If ("初中文化" = CStr(rs("study"))) Then Response.Write("SELECTED") : Response.Write("")%>>初中文件</option>
                  <option value="普通高中" <%If (Not isNull(rs("study"))) Then If ("普通高中" = CStr(rs("study"))) Then Response.Write("SELECTED") : Response.Write("")%>>普通高中</option>
                  <option value="职高/技校" <%If (Not isNull(rs("study"))) Then If ("职高/技校" = CStr(rs("study"))) Then Response.Write("SELECTED") : Response.Write("")%>>职高/技校</option>
                  <option value="大专" <%If (Not isNull(rs("study"))) Then If ("大专" = CStr(rs("study"))) Then Response.Write("SELECTED") : Response.Write("")%>>大专</option>
                  <option value="本科" <%If (Not isNull(rs("study"))) Then If ("本科" = CStr(rs("study"))) Then Response.Write("SELECTED") : Response.Write("")%>>本科</option>
                  <option value="研究生" <%If (Not isNull(rs("study"))) Then If ("研究生" = CStr(rs("study"))) Then Response.Write("SELECTED") : Response.Write("")%>>研究生</option>
                  <option value="硕士" <%If (Not isNull(rs("study"))) Then If ("硕士" = CStr(rs("study"))) Then Response.Write("SELECTED") : Response.Write("")%>>硕士</option>
                  <option value="博士" <%If (Not isNull(rs("study"))) Then If ("博士" = CStr(rs("study"))) Then Response.Write("SELECTED") : Response.Write("")%>>博士</option>
                  <option value="教授" <%If (Not isNull(rs("study"))) Then If ("教授" = CStr(rs("study"))) Then Response.Write("SELECTED") : Response.Write("")%>>教授</option>
                  <option value="其它" <%If (Not isNull(rs("study"))) Then If ("其它" = CStr(rs("study"))) Then Response.Write("SELECTED") : Response.Write("")%>>其它</option>
                </select></td>
            </tr>
            <tr> 
              <td bordercolorlight="#FFFFFF" bordercolordark="#000000">毕业学校:</td>
              <td bordercolorlight="#FFFFFF" bordercolordark="#000000"><input name="pp" type="text" class="input_plane2" id="workaddrew5" onmouseover="this.style.backgroundColor='#e1f4ee'" onmouseout="this.style.backgroundColor='#ffffff'" value="<%=rs("school")%>"> 
              </td>
            </tr>
            <tr> 
              <td bordercolorlight="#FFFFFF" bordercolordark="#000000">专业:</td>
              <td bordercolorlight="#FFFFFF" bordercolordark="#000000"> <input name="qq" type="text" class="input_plane2" id="oicq5" onmouseover="this.style.backgroundColor='#e1f4ee'" onmouseout="this.style.backgroundColor='#ffffff'" value="<%=rs("major")%>"></td>
            </tr>
            <tr> 
              <td bordercolorlight="#FFFFFF" bordercolordark="#000000">毕业时间:</td>
              <td bordercolorlight="#FFFFFF" bordercolordark="#000000"><input name="rr" type="text" class="input_plane2" id="icq5" onmouseover="this.style.backgroundColor='#e1f4ee'" onmouseout="this.style.backgroundColor='#ffffff'" value="<%=rs("left_date")%>"></td>
            </tr>
            <tr> 
              <td bordercolorlight="#FFFFFF" bordercolordark="#000000">工作时间:</td>
              <td bordercolorlight="#FFFFFF" bordercolordark="#000000"><input name="ss" type="text" class="input_plane2" id="ss" onmouseover="this.style.backgroundColor='#e1f4ee'" onmouseout="this.style.backgroundColor='#ffffff'" value="<%=rs("work_date")%>"></td>
            </tr>
            <tr> 
              <td bordercolorlight="#FFFFFF" bordercolordark="#000000">注册时间:</td>
              <td bordercolorlight="#FFFFFF" bordercolordark="#000000"><input name="tt" type="text" class="input_plane2" id="tt" onmouseover="this.style.backgroundColor='#e1f4ee'" onmouseout="this.style.backgroundColor='#ffffff'" value="<%=rs("zhuche_date")%>"></td>
            </tr>
            <tr> 
              <td>家庭住址:</td>
              <td><input name="uu" type="text" class="input_plane2" id="uu" onmouseover="this.style.backgroundColor='#e1f4ee'" onmouseout="this.style.backgroundColor='#ffffff'" value="<%=rs("address")%>"></td>
            </tr>
          </table>
          <p>&nbsp;</p>
          <p>
            <input name="Submit" type="submit" class="button"  onmouseover="this.style.backgroundColor='#e1f4ee'" onmouseout="this.style.backgroundColor='#eac3cf'" value="确定修改">
          </p>
        </div></td>
    </tr>
  </table>
       <div align="center"></div>
</form>
</body>
</html>
<% rs.close
   set rs=nothing
   conn.close
   set conn=nothing
   %>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -