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.

54 lines
2.4 KiB

  1. <%@ CODEPAGE=65001 'UTF-8%>
  2. <%' certrqus.asp - (CERT)srv web - (R)e(Q)uest, show (US)er types
  3. ' Copyright (C) Microsoft Corporation, 1998 - 1999 %>
  4. <!-- #include FILE=certsbrt.inc -->
  5. <!-- #include FILE=certdat.inc -->
  6. <!-- #include FILE=certrqtp.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. <P ID=locPageTitle> <B> Request a Certificate </B>
  20. <!-- 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>
  21. <P ID=locInstructions> Select the certificate type:
  22. <Table Border=0 CellPadding=0 CellSpacing=0>
  23. <% 'options are the user cert types in the AvailReqType array
  24. Dim nIndex
  25. For nIndex=0 To nAvailReqTypes-1
  26. %>
  27. <TR><TD ID=locSpc2 Colspan=2><Img Src="certspc.gif" Alt="" Height=3 Width=1></TD></TR>
  28. <TR>
  29. <TD ID=locSpc1><Img Src="certspc.gif" Alt="" Height=1 Width=20></TD>
  30. <TD><Font Face="Arial"><A Href="certrqbi.asp?type=<%=nIndex%>"><%=rgAvailReqTypes(nIndex, FIELD_FRIENDLYNAME)%></A></Font></TD>
  31. </TR>
  32. <%
  33. Next
  34. %>
  35. </Table>
  36. </P>
  37. <P ID=locAdvReqLabel><Font Face="Arial">Or, submit an <%If "IE"=sBrowser Then%><A Href="certrqad.asp"><% Else %><A Href="certrqxt.asp"><%End If%><LocID ID=locAdvReqLabelContd>advanced certificate request</A>.</LocID</Font>
  38. </P>
  39. <!-- 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>
  40. <!-- 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>
  41. </Font>
  42. <!-- ############################################################ -->
  43. <!-- End of standard text. Scripts follow -->
  44. <!-- no scripts -->
  45. </Body>
  46. </HTML>