home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / iis4_01.cab / anot.htr < prev    next >
Text File  |  1997-11-16  |  2KB  |  73 lines

  1. <html>
  2. <title>IIS - Authentication Manager</title>
  3.  
  4. <FONT COLOR=FFFFFF>
  5. <STYLE>
  6.   A  {text-decoration: none}
  7. </STYLE>
  8. </FONT>
  9.  
  10. <BODY BGCOLOR=#FFFFFF LINK=000000 VLINK=000000>
  11.  
  12. <!-- Windows NT Server with IIS  -->
  13. <%if platformtype EQ 1%>
  14. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
  15. <TR VALIGN=CENTER>
  16.     <TD></TD>
  17.     <TD WIDTH=20> </TD>
  18.     <TD><FONT SIZE=+3 COLOR=#000000><B>Internet Service Manager<BR> <FONT SIZE=-1>for Internet Information Server 4.0<FONT></B></FONT></TD>
  19. </TR>
  20. </Table>
  21. <%endif%>   
  22.  
  23. <!-- Windows NT Workstation with PWS  -->
  24. <%if platformtype EQ 2%>
  25. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
  26. <TR VALIGN=CENTER>
  27.     <TD></TD>
  28.     <TD WIDTH=20> </TD>
  29.     <TD><FONT SIZE=+3 COLOR=#000000><B>Internet Service Manager<BR> <FONT SIZE=-1>for Peer Web Services<FONT></B></FONT></TD>
  30. </TR>
  31. </Table>
  32. <%endif%>
  33.  
  34. <%onerror error%>
  35.  
  36. <p>
  37.  
  38. Your password will expire in <%iis.HTTP_REQ_PWD_EXPIRE%> days.<p>
  39.  
  40. <form method="POST" action="/iisadmpwd/aexp2.htr?<%urlparam%>">
  41.  
  42. <%if w3cryptcapable EQ 0%>
  43.  
  44. A secure channel ( SSL or PCT ) is necessary in order to change a password.<p>
  45. SSL/PCT is not installed/enabled on your system, please install it to enable this functionality.<p><p>
  46.  
  47. <input type="submit" name="cancel" value="   OK   ">
  48.  
  49. <%else%>
  50.  
  51. Do you want to change it now ?<p><p>
  52.  
  53. <input type="hidden" name="acct" value="<%iis.REMOTE_USER%>">
  54. <input type="submit" value="   OK   ">
  55. <input type="submit" name="cancel" value=" Cancel ">
  56.  
  57. <%endif%>
  58.  
  59. </form>
  60.  
  61. <%goto exit%>
  62.  
  63. <%label error%>
  64. <%if rpcstatus EQ 86%>
  65. The specified password is incorrect.<p>
  66. <%else%>
  67. Error <%rpcstatus%>
  68. <%endif%>
  69. <br>
  70. <%label main%>
  71. <a href="http://<%iis.SERVER_NAME%>/">Access default document</a> or select another document.
  72. <%label exit%>
  73. </body></html>