File "user_form.html"

Full Path: /home/analogde/www/private/templates/user_form.html
File size: 3.39 KB
MIME-type: text/html
Charset: utf-8

<html>
<head>
<title>FileMan</title>
<link rel="stylesheet" href="<%html_url%>/<%scheme%>.css">
</head>
<body  class="bg_main" leftmargin=5 topmargin=5 onLoad="top.loadStatus('Change user password');document.frm_main.Old_Password.focus()">
<form name=frm_main action='fileman.cgi' method=post>
<table height=80% width=100%>
  <tr>
    <td valign=middle align=center>
      <%if msg%>
      <table width="500" border="0" cellspacing="1" cellpadding="1" align="center">
              <tr><td><%font%><%msg%></font><BR></td></tr>
      </table>
      <%endif%>
      <table width="500" border="0" style="border:1px solid #326AAF" cellspacing="0" cellpadding="0" align="center"  class="bg_window">
        <tr>
          <td>
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr class="header_format">
                    <td height=20 width=60%><Font color=white><b>&nbsp;Change password</b></font></td>
                    <td height=20 width=40% align=right><a href="<%http_ref%>?fdo=cmd_main_display&work_path=<%work_path%>&<%url_opts%>"> <img src="<%html_url%>/icons/close.gif" border=0></a></td>
                  </tr>
            </table><BR>
            <table width="" border="0" cellspacing="1" cellpadding="1" align=center>
              <tr>
                <td>
                  <table width="100%" border="0" cellspacing="1" cellpadding="2" align="center">
                    <tr>
                      <td><nobr><%font%>Old Password: </font></td>
                      <td colspan=2>
                        <input class='object' name='Old_Password' size=20 maxlength=20 value="" type=password>
                        <input class='object' name='Username' type=hidden size=20 maxlength=20 value="<%username%>">
                      </td>
                    </tr>
                    <tr>
                      <td><nobr><%font%>New Password:</font></td>
                      <td colspan=2>
                        <input class='object' name='New_Password'  size=20 maxlength=20 value="" type=password>
                      </td>
                    </tr>
                  </table>
                </td>
              </tr>
              <tr>
                <td align=center><BR>
                  <input type=submit name=update value='Change' class='submit'>
                  <input type=button name=cancel value='Cancel' class='submit' onclick="window.location ='<%http_ref%>?fdo=cmd_main_display&work_path=<%work_path%>&<%url_opts%>'">
                  <br><br>
                </td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<input type=hidden name='work_path' value='<%work_path%>'>
<input type=hidden name="txt_input">
<input type=hidden name="page">
<input type=hidden name='cmd_do' value='cmd_admin'>
<input type=hidden name="status" value="Please enter options for the system">
<input type=hidden name=do value="fileman">

<!--Search options-->
<input type=hidden name="c_regex">
<input type=hidden name="c_case">
<input type=hidden name="c_word">
<input type=hidden name="c_content">
<input type=hidden name="c_bak">
<input type=hidden name="scope">
<input type=hidden name="txt_with">

<%ifnot user_sessions%>
<!--multi users-->
<input type=hidden name="session_id" value="<%session_id%>">
<%endif%>
<%if root_selected%>
<input type=hidden name='root_selected' value="<%root_selected%>">
<%endif%>
</form>
</body>
</html>