| Current File : //var/wcp4/success2/public_html/tmp/templates/user_form.html |
<html>
<head>
<title>FileMan</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="<%html_url%>/<%scheme%>.css">
</head>
<body class="bg_main" leftmargin=5 topmargin=5 onLoad="top.js_status('Change user password');document.frm_main.Old_Password.focus()">
<form name=frm_main action='./' 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="1" cellspacing="0" cellpadding="0" align="center" class="bg_window">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="#000066">
<td class="header_format" height=20 width=60%><Font color=white><b> User password</b></font></td>
<td class="header_format" 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><%font%>Old Password: </font></td>
<td colspan=2>
<input class='button' name='Old_Password' size=20 maxlength=20 value="" type=password>
<input class='button' name='Username' type=hidden size=20 maxlength=20 value="<%username%>">
</td>
</tr>
<tr>
<td><%font%>New Password:</font></td>
<td colspan=2>
<input class='button' 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>
</div>
</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>