Leaked source code of windows server 2003
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.

97 lines
4.2 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><LocID ID=locPageTitle> <B> Welcome </B></LocID>
  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><LocID 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.</LocID>
  31. <P><LocID 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.</LocID>
  35. <P><LocID ID=locPageDesc3>
  36. For more information about Certificate Services, see </LocID><A TARGET=_blank HREF="http://go.microsoft.com/fwlink/?LinkId=4451"><LocID ID=locPageDesc4>Certificate Services Documentation</LocID></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. <Table Border=0 CellSpacing=0 CellPadding=0>
  49. <TR>
  50. <TD ColSpan=2 ID=locPrompt><Font Face="Arial"><B>Select a task:</B></Font></TD>
  51. </TR><TR>
  52. <TD RowSpan=5><Img Src="certspc.gif" Alt="" Height=1 Width=20></TD>
  53. <%
  54. Dim fShowRQAD
  55. fShowRQAD = False
  56. If "Enterprise"=sServerType Then
  57. If IsUserTemplateAvailable()=False Then
  58. fShowRQAD = True %>
  59. <TD><LocID ID=locLblRequestCert><A Href="certrqad.asp"><Font Face="Arial">Request a certificate</Font></A></LocID></TD>
  60. <% End If
  61. End If
  62. If fShowRQAD=False Then %>
  63. <TD><LocID ID=locLblRequestCert><A <%If "Text"=sBrowser Then%> Href="certrqxt.asp" <%Else%> Href="certrqus.asp" <%End If%>><Font Face="Arial">Request a certificate</Font></A><LocID></TD>
  64. <%End If%>
  65. </TR><TR>
  66. <TD><Img Src="certspc.gif" Alt="" Height=3 Width=1></TD>
  67. </TR> <TR>
  68. <TD><LocID ID=locLblCheckPend><A Href="certckpn.asp"><Font Face="Arial">View the status of a pending certificate request</Font></A></LocID></TD>
  69. </TR><TR>
  70. <TD><Img Src="certspc.gif" Alt="" Height=3 Width=1></TD>
  71. </TR> <TR>
  72. <TD><LocID ID=locLblRetrieveRoot><A Href="certcarc.asp"><Font Face="Arial">Download a CA certificate, certificate chain, or CRL</Font></A></LocID></TD>
  73. </TR>
  74. </Table>
  75. <%If "Text"=sBrowser Then%><P><%Else%><BR><%End If%>
  76. <!-- 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>
  77. <!-- 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>
  78. </Font>
  79. <!-- ############################################################ -->
  80. <!-- End of standard text. Scripts follow -->
  81. <!-- no scripts -->
  82. </Body>
  83. </HTML>