Metropoli BBS
VIEWER: bdir.htr MODE: TEXT (ASCII)
<html>
<title>Internet services Administrator</title>
<body bgcolor="#FFFFFF" BACKGROUND="/htmla/spec1.gif" LINK=#802020 VLINK=#802020>
<h1>Select Directory</h1>
<%!GenerateDirList arg3%>


<hr>
<form method="POST" action="/HtmlaScripts/htmla.dll?dir/bdiru+<%arg1%>?<%arg2%>?<%"&z",rootdir%>">
<table border=0 width=550 nowrap><tr>
<td><%rootdir%></td>
<td align=right><input type="submit" name="ok" value="  OK  ">
<input type="submit" name="cancel" value="Cancel"></td>
</tr></table></form>
<hr>

Directories:<br>
<%beginiteration dircompcount%>
<dl><img alt="Folder" src="/htmla/of.gif"><a href="/HtmlaScripts/htmla.dll?dir/bdir+<%arg1%>?<%arg2%>?<%"&z",dirfcompentry%>"><%dircompentry%></a>
<%enditeration%><dl>

<%beginiteration dircount%>
<img alt="Folder" src="/htmla/cf.gif">
<a href="/HtmlaScripts/htmla.dll?dir/bdir+<%arg1%>?<%arg2%>?<%"&z",basedir%>%5c<%"&z",direntry%>"><%direntry%></a><br>
<%enditeration%>

<%beginiteration dircompcount%>
</dl>
<%enditeration%>
</dl>
<hr><br>

New directory name:
<form method="POST" action="/HtmlaScripts/htmla.dll?dir/bdiru+<%arg1%>?<%arg2%>?<%"&z",rootdir%>">
<table border=0 width=550 nowrap><tr>
 <td><input type="text" name="cdirname" value="" size=40></td>
 <td align=right><input type="submit" name="cdir" value="Create Directory"></td>
</tr></table>
</form>
<hr><br>

Drives:<p>
<dl>
<%beginiteration drivecount%>
<%if drivetypeentry EQ 3%>
<img alt="Hard disk" src="/htmla/hd.gif">
<a href="/HtmlaScripts/htmla.dll?dir/bdir+<%arg1%>?<%arg2%>?<%"&z",drivenameentry%>"><%drivenameentry%><%drivelabelentry%></a><br>
<%elif drivetypeentry EQ 4%>
<img alt="Network share" src="/htmla/nd.gif">
<a href="/HtmlaScripts/htmla.dll?dir/bdir+<%arg1%>?<%arg2%>?<%"&z",drivenameentry%>"><%drivenameentry%><%drivelabelentry%></a><br>
<%else%>
<%endif%>
<%enditeration%>
</dl>
<hr>

</form>

</body>
</html>
[ RETURN TO DIRECTORY ]