home *** CD-ROM | disk | FTP | other *** search
/ Soft 19 / Soft19.iso / win95-rc / win95_23.cab / serv.htr < prev    next >
Text File  |  1996-07-09  |  5KB  |  142 lines

  1. <HTML>
  2. <title>Internet Services Administrator - WWW</title>
  3. <body bgcolor="#ffffff" BACKGROUND="/htmla/spec1.gif" LINK=#802020 VLINK=#802020>
  4.  
  5. <!-- Header -->
  6. <TABLE BORDER=0>
  7. <TR VALIGN=CENTER>
  8. <TD>
  9. <A HREF="http://www.microsoft.com/INFOSERV/">
  10. <IMG SRC="/htmla/iis_t.gif" ALT="Microsoft Peer Web Services" ALIGN=BOTTOM BORDER=0></A></TD>
  11. <TD><FONT SIZE=+2 COLOR=#802020>
  12. <B>Internet Services Administrator - <%if servid EQ 4%>WWW<%elif servid EQ 1%>FTP<%elif servid EQ 2%>Gopher<%endif%></B></FONT><BR>
  13. <FONT SIZE=+1 COLOR=#802020>Administration for <%servname%>://<%hostname%></FONT>
  14. </TD></TR>
  15. </TABLE>
  16. <HR>
  17. <P>
  18.  
  19. <%if reqstatus NE 0%>
  20.     <%if rpcstatus EQ 5%>
  21.     Access denied<p>
  22.     <%elif rpcstatus EQ 1062%>
  23.     This service has not been started<p>
  24.     <%else%>
  25.     Error accessing configuration information : <%rpcstatus%><p>
  26.     <%endif%>
  27.     <a href="/htmla/htmla.htm">Return to main menu</a>
  28.     <%goto end%>
  29. <%endif%>
  30.  
  31. <p>
  32. <!-- Menu Tabs -->
  33. <a href="/HtmlaScripts/htmla.dll?<%servname%>/serv"><img alt="Service" src="/htmla/serv1.gif" border="o"></a>
  34. <%if servid EQ 1%>
  35. <a href="/HtmlaScripts/htmla.dll?<%servname%>/msg"><img alt="Messages" src="/htmla/msg0.gif" border="o"></a>
  36. <%endif%>
  37. <a href="/HtmlaScripts/htmla.dll?<%servname%>/dir"><img alt="Directories" src="/htmla/dir0.gif" border="o"></a>
  38. <a href="/HtmlaScripts/htmla.dll?<%servname%>/log"><img alt="Logging" src="/htmla/log0.gif" border="o"></a>
  39. <%if cap1flag BA 16%>
  40. <a href="/HtmlaScripts/htmla.dll?<%servname%>/adv"><img alt="Advanced" src="/htmla/adv0.gif" border="o"></a>
  41. <%endif%>
  42. <img alt= "*" src="/htmla/lin.gif"><p>
  43.  
  44. <form method="POST" action="/HtmlaScripts/htmla.dll?<%servname%>/servu">
  45. <table>
  46. <tr>
  47. <td>Connection timeout :</td><td><input type="text" name="comconntimeout" value="<%comconntimeout%>" size=10></td>
  48. </tr>
  49. <%if cap1flag BA 32%>
  50. <tr>
  51. <td>Maximum Connections :</td><td><input type="text" name="commaxconn" value="<%commaxconn%>" size=10></td>
  52. </tr>
  53. <%endif%>
  54. </table>
  55. <br>
  56.  
  57. <!-- Service Administrator -->
  58. <%if servid EQ 2%>
  59. <TABLE border=1 WIDTH=570 BORDERCOLOR=#000080 NOWRAP>
  60. <TR><TD ALIGN=LEFT VALIGN=MIDDLE>
  61. <FONT SIZE=+1 COLOR=#000080><B>Service Administrator</B></FONT>
  62. <dl>
  63. <dd>Name : <input type="text" name="comadminname" value="<%comadminname%>" size=40>
  64. <dd>EMail : <input type="text" name="comadminemail" value="<%comadminemail%>" size=40>
  65. </dl></TD></TR>
  66. </TABLE>
  67. <P>
  68. <%endif%>
  69.  
  70. <!-- Anonymous/Anonymous-Only Check Boxes -->
  71. <%if servid EQ 1%>
  72. <input type="checkbox" name="ftpallowanon" value=1 <%if ftpallowanon EQ 1%>CHECKED<%endif%>> Allow anonymous connections<br>
  73. <%endif%>
  74. <%if servid EQ 1%>
  75. <input type="checkbox" name="ftpanononly" value=1 <%if ftpanononly EQ 1%>CHECKED<%endif%>> Allow only anonymous connections<p>
  76. <P>
  77. <%endif%>
  78.  
  79. <%if platformtype NE 3%>
  80. <!-- Not on Windows 95  -->
  81. <!-- Anonymous Login -->
  82. <TABLE border=1 WIDTH=570 BORDERCOLOR=#000080 NOWRAP>
  83. <TR><TD ALIGN=LEFT VALIGN=MIDDLE>
  84. <FONT SIZE=+1 COLOR=#000080><B>Anonymous Login</B></FONT>
  85. <dl>
  86. <dd>Username : <input type="text" name="anonun" value="<%anonun%>" size=40><br>
  87. <dd>Password : <input type="password" name="anonpw" value="<%anonpw%>" size=40><p>
  88. </dl>
  89. </TD></TR>
  90. </TABLE>
  91. <P>
  92.  
  93. <%endif%>
  94.  
  95.  
  96. <!-- Password Authentication -->
  97. <%if servid EQ 4%>
  98. <TABLE border=1 WIDTH=570 BORDERCOLOR=#000080 NOWRAP>
  99. <TR><TD ALIGN=LEFT VALIGN=MIDDLE>
  100. <FONT SIZE=+1 COLOR=#000080><B>Password Authentication</B></FONT><P>
  101. <dl>
  102. <dd><input type="checkbox" name="authanon" value=1 <%if authanon EQ 1%>CHECKED<%endif%>> Allow anonymous<br>
  103. <dd><input type="checkbox" name="authbasic" value=1 <%if authbasic EQ 1%>CHECKED<%endif%>> Basic<br>
  104. <dd><input type="checkbox" name="authnt" value=1 <%if authnt EQ 1%>CHECKED<%endif%>> Windows NT Challenge/Response<p>
  105. </dl>
  106. </TD></TR>
  107. </TABLE>
  108. <P>
  109. <%endif%>
  110.  
  111. <!-- Server Comment -->
  112. Comment : <input type="text" name="comservercomment" value="<%comservercomment%>" size=45><p>
  113.  
  114. <!-- Show Current Sessions -->
  115. <%if servid EQ 1%>
  116. <TABLE WIDTH=510 BORDER=0 NOWRAP>
  117. <TR><TD WIDTH=18> </TD>
  118. <TD ALIGN=LEFT VALIGN=MIDDLE BGCOLOR=#C0C0C0>
  119. <FONT FACE="Courier New"><B>
  120. <a href="/HtmlaScripts/htmla.dll?<%servname%>/conn">
  121. <IMG SRC="/htmla/hand.gif" ALT="*" BORDER=0> Show Current Sessions</A>
  122. </B></FONT>
  123. </TD></TR>
  124. </TABLE>
  125. <P>
  126. <%endif%>
  127.  
  128. <!-- OK/CANCEL/RESET Buttons -->
  129. <TABLE WIDTH=570 HEIGHT=75 BORDER=0 NOWRAP>
  130. <TR><TD ALIGN=RIGHT>
  131. <input type="submit" value="     OK     ">
  132. <input type="submit" name="cancel" value=" Cancel ">
  133. <input type="reset" value="  Reset  ">
  134. </TD></TR>
  135. </TABLE>
  136.  
  137. </form>
  138. <%label end%>
  139.  
  140. </body>
  141. </html>
  142.