2025-04-27 07:49:33 -04:00

135 lines
4.1 KiB
Plaintext

<HTML>
<title>^IISDIR^</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%> - ^DirEdt^</B></FONT><BR>
<FONT SIZE=+1 COLOR=^SubTitleColor^>^AdmFor^ <%servname%>://<%hostname%></FONT>
</TD></TR>
</TABLE>
<P>
<%onerror error%>
<%!PosVirtDir urlparam%>
<form method="POST" action="^HtmlaDll^?<%servname%>/diredtu+<%"&z",rootref%>">
<table border=0 BGCOLOR=^BkrdClr^ WIDTH=^DirBoxWidth^ nowrap>
<BR>
<!-- Directory -->
^DirPrompt^ <input type="text" name="rootdir" value="<%if reqparam RF "rootdir"%><%msgbody.rootdir%><%else%><%rootdir%><%endif%>" size=46>
<input type="submit" name="bdir" value=" ^Browse^ ">
<!-- Home Directory -->
<TABLE border=0 WIDTH=^DirBoxWidth^ NOWRAP>
<TR><TD ALIGN=LEFT VALIGN=MIDDLE>
<dl>
<DD><input type="radio" name="rootishome" value="1" <%if rootishome EQ 1%>CHECKED<%endif%>> ^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" <%if rootishome EQ 0%>CHECKED<%endif%>> ^VirtDir^
<BR>
<dd>^DirAliasPrompt^ <input type="text" name="rootname" value="<%rootname%>" 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><P>
<dl>
<dd>^UsernamePrompt^ <input type="text" name="rootacctname" value="<%rootacctname%>" size=40><BR>
<dd>^PasswordPrompt^ <input type="password" name="rootacctpw" value="<%rootacctpw%>" 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="<%rootaddr%>" SIZE=16><p>
</DL>
</TD></TR>
</TABLE>
<p>
<HR Noshade>
<%else%>
<input type="hidden" name="rootaddr" value="">
<%endif%>
<%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 <%if rootisread EQ 1%>CHECKED<%endif%>> ^Read^
<dd><input type="checkbox" name="rootiswrite" value=1 <%if rootiswrite EQ 1%>CHECKED<%endif%>> ^Write^
<%elif servid EQ 4%>
<dd><input type="checkbox" name="rootisread" value=1 <%if rootisread EQ 1%>CHECKED<%endif%>> ^Read^
<dd><input type="checkbox" name="rootisexec" value=1 <%if rootisexec EQ 1%>CHECKED<%endif%>> ^Execute^
<%if w3cryptcapable NE 0%>
<dd><input type="checkbox" name="rootisssl" value=1 <%if rootisssl EQ 1%>CHECKED<%endif%>> ^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%>^HtDire^<%elif servid EQ 1%>^FtDire^<%elif servid EQ 2%>^GoDire^<%endif%>">
<input type="submit" name="help" value="^HelpButton^">
<%endif%>
</TD></TR>
</TABLE>
</TABLE>
</form>
</body>
<%goto end%>
<%label error%>
^DirNonExist^<p>
<a href="^TopMenuPage^">^RetMain^</a>
<%label end%>
</html>