126 lines
3.6 KiB
Plaintext
126 lines
3.6 KiB
Plaintext
<HTML>
|
|
<title>^IISISM^</title>
|
|
^BodyTag^
|
|
|
|
<!-- Header -->
|
|
<TABLE BORDER=0>
|
|
<TR VALIGN=CENTER>
|
|
<TD>
|
|
<A HREF="^TopMenuPage^">
|
|
<IMG SRC="^GifPath^logo.gif" ALT="" ALIGN=BOTTOM BORDER=0></A></TD>
|
|
<TD><FONT SIZE=+2 COLOR=^TitleColor^>
|
|
<B><%if servid EQ 4%>^WWWAdm^<%elif servid EQ 1%>^FTPAdm^<%elif servid EQ 2%>^GopherAdm^<%endif%> - ^DirAdd^</B></FONT><BR>
|
|
<FONT SIZE=+1 COLOR=^SubTitleColor^>^AdmFor^ <%servname%>://<%hostname%></FONT>
|
|
</TD></TR>
|
|
</TABLE>
|
|
|
|
<P>
|
|
|
|
<form method="POST" action="^HtmlaDll^?<%servname%>/diraddu">
|
|
|
|
<table border=0 BGCOLOR=^BkrdClr^ WIDTH=^DirBoxWidth^ nowrap>
|
|
<BR>
|
|
<!-- Directory -->
|
|
^DirPrompt^ <input type="text" name="rootdir" value="<%if reqparam RF "rootdir"%><%msgbody.rootdir%><%endif%>" size=46>
|
|
<input type="submit" name="bdir" value=" ^Browse^ "><p>
|
|
|
|
<!-- Home Directory -->
|
|
<TABLE border=0 WIDTH=^DirBoxWidth^ NOWRAP>
|
|
<TR><TD ALIGN=LEFT VALIGN=MIDDLE>
|
|
<dl>
|
|
<DD><input type="radio" name="rootishome" value="1"> ^HomeDir^ <IMG SRC="^GifPath^house_t.gif" ALT="" BORDER=0>
|
|
</dl>
|
|
</TD></TR>
|
|
</TABLE>
|
|
<HR Noshade>
|
|
<!-- Virtual Directory -->
|
|
<TABLE Border=0 BGCOLOR=^BkrdClr^ WIDTH=^DirBoxWidth^ NOWRAP>
|
|
<TR><TD ALIGN=LEFT VALIGN=MIDDLE>
|
|
<FONT SIZE=+1 COLOR=#000080><B>^VirtDir^</B></FONT>
|
|
<dl>
|
|
<DD><input type="radio" name="rootishome" value="0" CHECKED> ^VirtDir^
|
|
<BR>
|
|
<dd>^DirAliasPrompt^ <input type="text" name="rootname" value="" size=36>
|
|
</dl>
|
|
</TD></TR>
|
|
</TABLE>
|
|
<HR Noshade>
|
|
|
|
<!-- Account Info -->
|
|
<TABLE Border=0 BGCOLOR=^BkrdClr^ WIDTH=^DirBoxWidth^ NOWRAP>
|
|
<TR><TD ALIGN=LEFT VALIGN=MIDDLE>
|
|
<FONT SIZE=+1 COLOR=#000080><B>^AcctInfo^</B></FONT><BR>
|
|
<FONT SIZE=-1>
|
|
^AcctHelp^<P>
|
|
|
|
^AcctHelp2^
|
|
</FONT>
|
|
<dl>
|
|
<dd>^UsernamePrompt^ <input type="text" name="rootacctname" value="" size=40><BR>
|
|
<dd>^PasswordPrompt^ <input type="password" name="rootacctpw" value="" size=40>
|
|
</dl>
|
|
</TD></TR>
|
|
</TABLE>
|
|
<HR Noshade>
|
|
|
|
<!-- Virtual Server -->
|
|
<%if servid EQ 4%>
|
|
<%if cap1flag BA 4%>
|
|
<TABLE Border=0 BGCOLOR=^BkrdClr^ WIDTH=^DirBoxWidth^ NOWRAP>
|
|
<TR><TD ALIGN=LEFT VALIGN=MIDDLE>
|
|
<FONT SIZE=+1 COLOR=#000080><B>^VirtServ^</B></FONT><BR>
|
|
<FONT SIZE=-1>^IfIpVirt^</FONT>
|
|
<DL>
|
|
<DD>^VirtIPPrompt^<input type="text" name="rootaddr" value="" SIZE=16><p>
|
|
</DL>
|
|
</TD></TR>
|
|
</TABLE>
|
|
<p>
|
|
<%else%>
|
|
<input type="hidden" name="rootaddr" value="">
|
|
<%endif%>
|
|
<HR Noshade>
|
|
<%else%>
|
|
<input type="hidden" name="rootaddr" value="">
|
|
<%endif%>
|
|
|
|
<!-- Access -->
|
|
<%if servid NE 2%>
|
|
<TABLE Border=0 BGCOLOR=^BkrdClr^ WIDTH=^DirBoxWidth^ NOWRAP>
|
|
<TR><TD ALIGN=LEFT VALIGN=MIDDLE>
|
|
<FONT SIZE=+1 COLOR=#000080><B>^Access^</B></FONT>
|
|
<dl>
|
|
<%if servid EQ 1%>
|
|
<dd><input type="checkbox" name="rootisread" value=1 CHECKED> ^Read^
|
|
<dd><input type="checkbox" name="rootiswrite" value=1> ^Write^
|
|
<%elif servid EQ 4%>
|
|
<dd><input type="checkbox" name="rootisread" value=1 CHECKED> ^Read^
|
|
<dd><input type="checkbox" name="rootisexec" value=1> ^Execute^
|
|
<%if w3cryptcapable NE 0%>
|
|
<dd><input type="checkbox" name="rootisssl" value=1> ^SSL^
|
|
<%endif%>
|
|
<%endif%>
|
|
</dl>
|
|
</TD></TR>
|
|
</TABLE>
|
|
<HR Noshade>
|
|
<%endif%>
|
|
|
|
|
|
<!-- OK/CANCEL/RESET Buttons -->
|
|
<TABLE WIDTH=^DirBoxWidth^ HEIGHT=^DirButtonsHeight^ BORDER=0 NOWRAP>
|
|
<TR><TD ALIGN=RIGHT>
|
|
<input type="submit" value="^OKButton^">
|
|
<input type="submit" name="cancel" value="^CancelButton^">
|
|
<input type="reset" value="^ResetButton^">
|
|
<%if ^DoHelp^ EQ 1%>
|
|
<input type="hidden" name="helptopic" value="^SrcHelpPath^<%if servid EQ 4%>^HtDira^<%elif servid EQ 1%>^FtDira^<%elif servid EQ 2%>^GoDira^<%endif%>">
|
|
<input type="submit" name="help" value="^HelpButton^">
|
|
<%endif%>
|
|
</TD></TR>
|
|
</TABLE>
|
|
|
|
</TABLE>
|
|
|
|
</form>
|
|
</body></html> |