home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 October / Chip_1997-10_cd.bin / tema / explorer / ie40en / pwssetup.cab / DIREDTU.HTR < prev    next >
Text File  |  1996-08-19  |  2KB  |  64 lines

  1. <html>
  2. <%onerror error%>
  3. <title>Internet Services Administrator - Directory</title>
  4. <body bgcolor="#FFFFFF" BACKGROUND="/htmla/spec1.gif" LINK=#802020 VLINK=#802020>
  5. <%if reqparam RF "bdir"%>
  6. <%redirect%>/HtmlaScripts/htmla.dll?dir/bdir+<%servname%>/diredt%+<%urlparam%>?rootdir?<%msgbody.rootdir%><%/redirect%>
  7. <%endif%>
  8. <%if reqparam RF "cancel"%>
  9. <%goto end%>
  10. <%endif%>
  11. <%if reqparam RF "doalias"%>
  12.  <%!AliasVirtDir "/" msgbody.rootaddr%>
  13. <%elif msgbody.rootishome EQ "1"%>
  14.  <%!PosVirtDir urlparam%>
  15.  <%if rootishome EQ 0%>
  16.   <%!CheckForVirtDir "/" msgbody.rootaddr%>
  17.  <%endif%>
  18. <%endif%>
  19. <%!PosVirtDir urlparam%>
  20. <%!Clear rootisread%>
  21. <%!Clear rootiswrite%>
  22. <%!Clear rootisexec%>
  23. <%!Clear rootisssl%>
  24. <%!Update%>
  25. <%label end%>
  26. <%redirect%>/HtmlaScripts/htmla.dll?<%servname%>/dir<%/redirect%>
  27. <%label error%>
  28. <%if reqstatus EQ 14000%>
  29. <form method="POST" action="/HtmlaScripts/htmla.dll?<%servname%>/diredtu+<%urlparam%>">
  30. A home directory already exists for this service.
  31. Creating a new home directory will cause the existing directory
  32. to no longer be a home directory.
  33. An alias will be created for the existing home directory.<p>
  34. <input type="hidden" name=rootdir value="<%msgbody.rootdir%>">
  35. <input type="hidden" name=rootishome value="<%msgbody.rootishome%>">
  36. <input type="hidden" name=rootname value="<%msgbody.rootname%>">
  37.  
  38. <%if platformtype NE 3%>
  39. <!-- Not on Windows 95(CHICAGO) -->
  40. <input type="hidden" name=rootacctname value="<%msgbody.rootacctname%>">
  41. <input type="hidden" name=rootacctpw value="<%msgbody.rootacctpw%>">
  42. <%endif%>
  43.  
  44. <input type="hidden" name=rootaddr value="<%msgbody.rootaddr%>">
  45. <%if reqparam RF "rootisread"%>
  46. <input type="hidden" name=rootisread value="<%msgbody.rootisread%>">
  47. <%endif%>
  48. <%if reqparam RF "rootiswrite"%>
  49. <input type="hidden" name=rootiswrite value="<%msgbody.rootiswrite%>">
  50. <%endif%>
  51. <%if reqparam RF "rootisexec"%>
  52. <input type="hidden" name=rootisexec value="<%msgbody.rootisexec%>">
  53. <%endif%>
  54. <%if reqparam RF "rootisssl"%>
  55. <input type="hidden" name=rootisssl value="<%msgbody.rootisssl%>">
  56. <%endif%>
  57. <input type="submit" name="doalias" value=" OK ">
  58. <input type="submit" name="cancel" value=" CANCEL ">
  59. </form>
  60. <%else%>
  61. Error encountered : <%reqstatus%>
  62. <%endif%>
  63. </html>
  64.