home *** CD-ROM | disk | FTP | other *** search
/ Soft 19 / Soft19.iso / win95-rc / win95_23.cab / bdir.htr < prev    next >
Text File  |  1996-08-08  |  2KB  |  61 lines

  1. <html>
  2. <title>Internet services Administrator</title>
  3. <body bgcolor="#FFFFFF" BACKGROUND="/htmla/spec1.gif" LINK=#802020 VLINK=#802020>
  4. <h1>Select Directory</h1>
  5. <%!GenerateDirList arg3%>
  6.  
  7.  
  8. <hr>
  9. <form method="POST" action="/HtmlaScripts/htmla.dll?dir/bdiru+<%arg1%>?<%arg2%>?<%"&z",rootdir%>">
  10. <table border=0 width=550 nowrap><tr>
  11. <td><%rootdir%></td>
  12. <td align=right><input type="submit" name="ok" value="  OK  ">
  13. <input type="submit" name="cancel" value="Cancel"></td>
  14. </tr></table></form>
  15. <hr>
  16.  
  17. Directories:<br>
  18. <%beginiteration dircompcount%>
  19. <dl><img alt="Folder" src="/htmla/of.gif"><a href="/HtmlaScripts/htmla.dll?dir/bdir+<%arg1%>?<%arg2%>?<%"&z",dirfcompentry%>"><%dircompentry%></a>
  20. <%enditeration%><dl>
  21.  
  22. <%beginiteration dircount%>
  23. <img alt="Folder" src="/htmla/cf.gif">
  24. <a href="/HtmlaScripts/htmla.dll?dir/bdir+<%arg1%>?<%arg2%>?<%"&z",basedir%>%5c<%"&z",direntry%>"><%direntry%></a><br>
  25. <%enditeration%>
  26.  
  27. <%beginiteration dircompcount%>
  28. </dl>
  29. <%enditeration%>
  30. </dl>
  31. <hr><br>
  32.  
  33. New directory name:
  34. <form method="POST" action="/HtmlaScripts/htmla.dll?dir/bdiru+<%arg1%>?<%arg2%>?<%"&z",rootdir%>">
  35. <table border=0 width=550 nowrap><tr>
  36.  <td><input type="text" name="cdirname" value="" size=40></td>
  37.  <td align=right><input type="submit" name="cdir" value="Create Directory"></td>
  38. </tr></table>
  39. </form>
  40. <hr><br>
  41.  
  42. Drives:<p>
  43. <dl>
  44. <%beginiteration drivecount%>
  45. <%if drivetypeentry EQ 3%>
  46. <img alt="Hard disk" src="/htmla/hd.gif">
  47. <a href="/HtmlaScripts/htmla.dll?dir/bdir+<%arg1%>?<%arg2%>?<%"&z",drivenameentry%>"><%drivenameentry%><%drivelabelentry%></a><br>
  48. <%elif drivetypeentry EQ 4%>
  49. <img alt="Network share" src="/htmla/nd.gif">
  50. <a href="/HtmlaScripts/htmla.dll?dir/bdir+<%arg1%>?<%arg2%>?<%"&z",drivenameentry%>"><%drivenameentry%><%drivelabelentry%></a><br>
  51. <%else%>
  52. <%endif%>
  53. <%enditeration%>
  54. </dl>
  55. <hr>
  56.  
  57. </form>
  58.  
  59. </body>
  60. </html>
  61.