adminuserprofile.htm

来自「下在管理系统2.0」· HTM 代码 · 共 36 行

HTM
36
字号
$header<br>
$banner
<table border="0"  width="760" align="center">
  <tr>
    <td width="25%" valign="top">$adminMenu</td>
    <td width="75%" valign="top">
      <table border="0" width="100%" bgcolor="#006699" cellspacing="1" cellpadding="2">
        <tr>
          <td width="100%" align="center" colspan="2"><font color="#FFFFFF"><b>修改用户信息</b></font></td>
        </tr>
        <form method="POST" action="admin.php?modules=user&action=modProfile">
        <tr>
          <td width="33%" bgcolor="#FFFFFF">编号</td>
          <td width="67%" bgcolor="#FFFFFF"><input type="text" name="userid" size="20" value="{$this->input[userid]}" readonly></td>
        </tr>
        <tr>
          <td width="33%" bgcolor="#FFFFFF">用户名</td>
          <td width="67%" bgcolor="#FFFFFF"><input type="text" name="username" size="20" value="$aUser->username"></td>
        </tr>
        <tr>
          <td width="33%" bgcolor="#FFFFFF">密码</td>
          <td width="67%" bgcolor="#FFFFFF"><input type="text" name="password" size="20" value="$aUser->password"></td>
        </tr>
        <tr>
          <td width="33%" bgcolor="#FFFFFF">用户组</td>
          <td width="67%" bgcolor="#FFFFFF"><select size="1" name="groupid">
             $optionGroup 
            </select></td>
        </tr>
        <tr>
          <td width="100%" bgcolor="#FFFFFF" colspan="2" align="center"><input type="submit" value="提交" name="submit"><input type="reset" value="取消" name="reset"></td>
        </tr>
      </table>
    </td>
  </tr>
</table>

⌨️ 快捷键说明

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