Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

98 lines
4.1 KiB

  1. <%@ CODEPAGE=65001 'UTF-8%>
  2. <%' certdflt.asp - (CERT)srv web - (D)e(F)au(LT)
  3. ' Copyright (C) Microsoft Corporation, 1998 - 1999 %>
  4. <!-- #include FILE=certsbrt.inc -->
  5. <!-- #include FILE=certdat.inc -->
  6. <!-- #include FILE=certsgcl.inc -->
  7. <HTML>
  8. <Head>
  9. <Meta HTTP-Equiv="Content-Type" Content="text/html; charset=UTF-8">
  10. <Title>Microsoft Certificate Services</Title>
  11. </Head>
  12. <Body BgColor=#FFFFFF Link=#0000FF VLink=#0000FF ALink=#0000FF><Font ID=locPageFont Face="Arial">
  13. <Table Border=0 CellSpacing=0 CellPadding=4 Width=100% BgColor=#008080>
  14. <TR>
  15. <TD><Font Color=#FFFFFF><LocID ID=locMSCertSrv><Font Face="Arial" Size=-1><B><I>Microsoft</I></B> Certificate Services &nbsp;--&nbsp; <%=sServerDisplayName%> &nbsp;</Font></LocID></Font></TD>
  16. <TD ID=locHomeAlign Align=Right><A Href="/certsrv"><Font Color=#FFFFFF><LocID ID=locHomeLink><Font Face="Arial" Size=-1><B>Home</B></Font></LocID></Font></A></TD>
  17. </TR>
  18. </Table>
  19. <!-- Diagnostics:
  20. Browser type: <%=sBrowser%>
  21. Recommend Upgrade: <%If True=bRecommendUpgrade Then%> yes <%Else%> no <%End If%>
  22. -->
  23. <P ID=locPageTitle> <B> Welcome </B>
  24. <!-- Green HR --><Table Border=0 CellSpacing=0 CellPadding=0 Width=100%><TR><TD BgColor=#008080><Img Src="certspc.gif" Alt="" Height=2 Width=1></TD></TR></Table>
  25. <P ID=locPageDesc>
  26. Use this Web site to request a certificate for your Web browser,
  27. e-mail client, or other program. By using a certificate, you can verify
  28. your identity to people you communicate with over the Web, sign and
  29. encrypt messages, and, depending upon the type of certificate you
  30. request, perform other security tasks.
  31. <P ID=locPageDesc2>
  32. You can also use this Web site to download a certificate authority (CA)
  33. certificate, certificate chain, or certificate revocation list (CRL),
  34. or to view the status of a pending request.
  35. <P ID=locPageDesc3>
  36. For more information about Certificate Services, see <A TARGET=_blank HREF="http://www.microsoft.com/isapi/redir.dll?prd=whistler&sbp=server&ar=help&o1=sag_CSW_Usingpages">Certificate Services Documentation</A>.
  37. <%If "Text"=sBrowser Then%>
  38. <P ID=locNoSupportWarning>
  39. <B> Important Note: </B><BR>
  40. This Web browser does not support the generation of certificate requests.
  41. You may only submit an externally generated request.
  42. <%If bRecommendUpgrade Then%>
  43. <LocID ID=locRecommendUpgrade>
  44. To generate certificate requests, upgrade to the latest version of Internet Explorer.</LocID>
  45. <%End If 'bRecommentUpgrade%>
  46. <%End If '"Text"=sBrowser%>
  47. <P>
  48. <%Const sRequestCert="Request a certificate"%>
  49. <Table Border=0 CellSpacing=0 CellPadding=0>
  50. <TR>
  51. <TD ColSpan=2 ID=locPrompt><Font Face="Arial"><B>Select a task:</B></Font></TD>
  52. </TR><TR>
  53. <TD RowSpan=5><Img Src="certspc.gif" Alt="" Height=1 Width=20></TD>
  54. <%
  55. Dim fShowRQAD
  56. fShowRQAD = False
  57. If "Enterprise"=sServerType Then
  58. If IsUserTemplateAvailable()=False Then
  59. fShowRQAD = True %>
  60. <TD ID=locLblRequestCert><A Href="certrqad.asp"><Font Face="Arial"><%=sRequestCert%></Font></A></TD>
  61. <% End If
  62. End If
  63. If fShowRQAD=False Then %>
  64. <TD ID=locLblRequestCert><A <%If "Text"=sBrowser Then%> Href="certrqxt.asp" <%Else%> Href="certrqus.asp" <%End If%>><Font Face="Arial"><%=sRequestCert%></Font></A></TD>
  65. <%End If%>
  66. </TR><TR>
  67. <TD><Img Src="certspc.gif" Alt="" Height=3 Width=1></TD>
  68. </TR> <TR>
  69. <TD ID=locLblCheckPend><A Href="certckpn.asp"><Font Face="Arial">View the status of a pending certificate request</Font></A></TD>
  70. </TR><TR>
  71. <TD><Img Src="certspc.gif" Alt="" Height=3 Width=1></TD>
  72. </TR> <TR>
  73. <TD ID=locLblRetrieveRoot><A Href="certcarc.asp"><Font Face="Arial">Download a CA certificate, certificate chain, or CRL</Font></A></TD>
  74. </TR>
  75. </Table>
  76. <%If "Text"=sBrowser Then%><P><%Else%><BR><%End If%>
  77. <!-- Green HR --><Table Border=0 CellSpacing=0 CellPadding=0 Width=100%><TR><TD BgColor=#008080><Img Src="certspc.gif" Alt="" Height=2 Width=1></TD></TR></Table>
  78. <!-- White HR --><Table Border=0 CellSpacing=0 CellPadding=0 Width=100%><TR><TD BgColor=#FFFFFF><Img Src="certspc.gif" Alt="" Height=5 Width=1></TD></TR></Table>
  79. </Font>
  80. <!-- ############################################################ -->
  81. <!-- End of standard text. Scripts follow -->
  82. <!-- no scripts -->
  83. </Body>
  84. </HTML>