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

61 lines
1.8 KiB
Plaintext

<html>
<title>^IISISM^</title>
^BodyTag^
<h1>^SelectDir^</h1>
<%!GenerateDirList arg3%>
<hr>
<form method="POST" action="^HtmlaDll^?dir/bdiru+<%arg1%>?<%arg2%>?<%"&z",rootdir%>">
<table border=0 width=^CurDirAndButtonsWidth^ nowrap><tr>
<td><FONT COLOR=000000> ^SelectedDir^ </FONT><%rootdir%></td>
<td align=right><input type="submit" name="ok" value="^OKButton^">
<input type="submit" name="cancel" value="^CancelButton^"></td>
</tr></table></form>
<hr>
^Drives^
<dl>
<%beginiteration drivecount%>
<%if drivetypeentry EQ 3%>
<img alt="^HardDisk^" src="^GifPath^hd.gif">
<a href="^HtmlaDll^?dir/bdir+<%arg1%>?<%arg2%>?<%"&z",drivenameentry%>"><%drivenameentry%><%drivelabelentry%></a><br>
<%elif drivetypeentry EQ 4%>
<img alt="^NetShare^" src="^GifPath^nd.gif">
<a href="^HtmlaDll^?dir/bdir+<%arg1%>?<%arg2%>?<"&z",%drivenameentry%>"><%drivenameentry%><%drivelabelentry%></a><br>
<%else%>
<%endif%>
<%enditeration%>
</dl>
<hr>
^Directories^
<%beginiteration dircompcount%>
<dl><img alt="^Folder^" src="^GifPath^of.gif"><a href="^HtmlaDll^?dir/bdir+<%arg1%>?<%arg2%>?<%"&z",dirfcompentry%>"><%dircompentry%></a>
<%enditeration%><dl>
<%beginiteration dircount%>
<img alt="^Folder^" src="^GifPath^cf.gif">
<a href="^HtmlaDll^?dir/bdir+<%arg1%>?<%arg2%>?<%"&z",basedir%>%5c<%direntry%>"><%direntry%></a><br>
<%enditeration%>
<%beginiteration dircompcount%>
</dl>
<%enditeration%>
</dl>
<hr><br>
^NewDirName^
<form method="POST" action="^HtmlaDll^?dir/bdiru+<%arg1%>?<%arg2%>?<%"&z",rootdir%>">
<table border=0 width=^CurDirAndButtonsWidth^ nowrap><tr>
<td><input type="text" name="cdirname" value="" size=40></td>
<td align=right><input type="submit" name="cdir" value="^CreateDir^"></td>
</tr></table>
</form>
<hr><br>
</form>
</body>
</html>