Tryag File Manager
Home
-
Turbo Force
Current Path :
/
home
/
cluster1
/
data
/
bu01
/
1121861
/
html
/
admin
/
Upload File :
New :
File
Dir
/home/cluster1/data/bu01/1121861/html/admin/frm-set.html
<!-- rev 07/20/2000 --> <html> <head> <meta author="Guangbin Liu"> <link rel="stylesheet" type="text/css" href="admin.css" /> <script language="JavaScript"> <!-- function NewWindow(path) { newWindow = window.open(path, "NewHelpWindow", "resizable=yes,scrollbars=yes,width=400,height=300") } function preSubmit(insethtaccess) { document.frmMain.name.value = parent.fraHeader.document.frmLogin.username.value; document.frmMain.passwd.value = parent.fraHeader.document.frmLogin.password.value; document.frmMain.sethtaccess.value = insethtaccess; document.frmMain.submit(); } // --> </script> </head> <body CLASS=Frame> <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%> <TR><TD WIDTH=95%> <center> <form name="frmMain" action="/adminpage/admin-request" method="post"> <input type="hidden" name="function" value="SET"> <input type="hidden" name="name" value=""> <input type="hidden" name="passwd" value=""> <input type="hidden" name="sethtaccess" value=""> <table> <tr> <TD colspan=2 ALIGN=center><font face="sans-serif"><h4>Set .htaccess</h4></font></td> </tr> <tr> <td align="right"><font face="sans-serif">User Name:</font></td> <td><input type="text" name="newuser" size="20" onFocus="this.select();" CLASS=Frame></td> </tr> <tr> <td align="right"><font face="sans-serif">Password:</font></td> <td><input type="password" name="newpasswd" size="20" onFocus="this.select();" CLASS=Frame></td> </tr> <tr> <td align="right"><font face="sans-serif">Directory:</font></td> <td> <script> <!-- document.write('<select name="dir" CLASS=Frame>' + parent.fraHeader.document.frmLogin.htmldirs.value + '</select>'); // --> </script> </td> </tr> <tr> <td colspan=2 valign="bottom" height=75> <center> <table> <tr> <td> <input type="button" width=100 value=" Add User " onclick="preSubmit('add')" CLASS=Frame> </td> <td> <input type="button" width=100 value=" Delete User" onclick="preSubmit('delete')" CLASS=Frame> </td> </tr> <tr> <td> <input type="button" width=100 value="Remove File" onclick="preSubmit('remove')" CLASS=Frame> </td> <td> <input type="button" width=100 value=" View Users" onclick="preSubmit('view')" CLASS=Frame> </td> </tr> </table> </center> </td> </tr> </table> </form> </center> </TD><TD WIDTH=5% VALIGN=top CLASS=Frame> <A HREF=JavaScript:NewWindow('/admin/hlp-set.html')>HELP</A> </TD></TR> </TABLE> <script language="JavaScript"> <!-- if ( ( parent.fraHeader.document.frmLogin.username.value == '' ) || ( parent.fraHeader.document.frmLogin.password.value == '' )) { alert('You must set your login information\nbefore using any functions.'); parent.fraHeader.loadForm('login'); } // --> </script> </body> </html>