<!--#include file="conn.asp"-->
<!--#include file="yanzheng.asp"-->

<%
set rs=server.createobject("adodb.recordset")
sql="select * from user where id="&request("id") 
rs.open sql,conn,1,1
id=rs("id")
yhm=rs("yhm")
pas=rs("pas")
name=rs("name")
sr=rs("sr")
rs.close
set rs=noting
conn.close
set conn=nothing
%>
<title><!--#include file="title.txt"--></title>
<!--#include file="style.txt"-->
<meta http-equiv="Content-Language" content="zh-cn">
<body bgcolor="#4AA5FF" topmargin="0" leftmargin="0">

<p style="line-height: 150%; margin-top: 3; margin-bottom: 3">　</p>
<p style="line-height: 150%; margin-top: 3; margin-bottom: 3">　</p>
<div align="center">
  <center>
    <table border="0" cellpadding="0" cellspacing="0" style="border-style:ridge; border-width:1; border-collapse: collapse" bordercolor="#111111" width="300" id="AutoNumber1" height="96" bgcolor="#287EFF">
      <tr>
      <td width="456" height="1">
      <form method="POST" action="user-xg-ok.asp?id=<%=id%>&page=<%=request("page")%>">
            <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber2" height="20">
              <tr>
          <td width="100%" bgcolor="#003399" height="20">
          <p align="center"><font color="#FFFFFF">修改用户信息</font></td>
        </tr>
      </table>
            <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="300" id="AutoNumber4">
              <tr>
            <td colspan="2">
            <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" id="AutoNumber9" bgcolor="#000000" width="100%">
              <tr>
                <td width="100%">
                <p style="margin-top: -12; margin-bottom: -12">　</td>
              </tr>
            </table>
            <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="101%" id="AutoNumber8" bgcolor="#FFFFFF">
              <tr>
                <td width="100%">
                <p style="margin-top: -12; margin-bottom: -12">　</td>
              </tr>
            </table>
            </td>
          </tr>
          <tr>
            <td width="63">
            <p style="line-height: 200%; margin-top: 3; margin-bottom: 3">&nbsp;帐号：</td>
            <td width="237">
            <p style="line-height: 200%; margin-top: 3; margin-bottom: 3">
            <font color="#FF0000">
            <input type="text" name="yhm" size="14" style="color: #000080" value="<%=yhm%>">&nbsp;<span lang="en-us">*</span></font></td>
          </tr>
          <tr>
            <td width="63">
            <p style="line-height: 200%; margin-top: 3; margin-bottom: 3">&nbsp;密码：</td>
            <td width="237">
            <p style="line-height: 200%; margin-top: 3; margin-bottom: 3">
            <font color="#FF0000">
            <input type="password" name="pas" size="16" value="<%=pas%>">
            <span lang="en-us">*</span></font></td>
          </tr>
          <tr>
                <td width="68"> 
                  <p style="line-height: 200%; margin-top: 3; margin-bottom: 3">&nbsp;公司名称：</td>
            <td width="237">
            <p style="line-height: 200%; margin-top: 3; margin-bottom: 3">
            <font color="#FF0000">
                    <input name="name" size="18" value="<%=name%>">
            <span lang="en-us">*</span></font></td>
          </tr>
          <tr>
            <td width="63">
            <p style="line-height: 200%; margin-top: 3; margin-bottom: 3">&nbsp;电话：</td>
            <td width="237">
            <p style="line-height: 200%; margin-top: 3; margin-bottom: 3">
            <font color="#FF0000">
            <input name="sr" size="14" value="<%=sr%>">
            <span lang="en-us">*</span></font></td>
          </tr>
          <tr>
            <td colspan="2">
            <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber7" bgcolor="#000000">
              <tr>
                <td width="100%" bgcolor="#FFFFFF">
                <p style="margin-top: -12; margin-bottom: -12">　</td>
              </tr>
            </table>
            <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber6" bgcolor="#FFFFFF">
              <tr>
                <td width="100%" bgcolor="#9B9B9B">
                <p style="margin-top: -12; margin-bottom: -12">　</td>
              </tr>
            </table>
            </td>
          </tr>
        </table>
        <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber5">
          <tr>
            <td width="100%">
            <p align="center" style="line-height: 150%; margin-top: 3; margin-bottom: 3">
            <input type="submit" value="确认" name="B3"></td>
          </tr>
        </table>
      </form>
      </td>
    </tr>
    </table>
  </center>
</div>