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.

48 lines
2.0 KiB

  1. <%@ CODEPAGE=65001 'UTF-8%>
  2. <%' certrsob.asp - (CERT)srv web - (R)e(S)ult: issued (O)ut of (B)and
  3. ' Copyright (C) Microsoft Corporation, 1998 - 1999 %>
  4. <!-- #include FILE=certsbrt.inc -->
  5. <!-- #include FILE=certdat.inc -->
  6. <!-- #include FILE=certsrck.inc -->
  7. <% ' came from certfnsh.asp
  8. sMode=Request.Form("Mode")
  9. ' If this is a pending request, remove it from the user's cookie
  10. If "chkpnd"=sMode Then
  11. RemoveReq(Request.Form("ReqID"))
  12. End If
  13. %>
  14. <HTML>
  15. <Head>
  16. <Meta HTTP-Equiv="Content-Type" Content="text/html; charset=UTF-8">
  17. <Title>Microsoft Certificate Services</Title>
  18. </Head>
  19. <Body BgColor=#FFFFFF Link=#0000FF VLink=#0000FF ALink=#0000FF><Font ID=locPageFont Face="Arial">
  20. <Table Border=0 CellSpacing=0 CellPadding=4 Width=100% BgColor=#008080>
  21. <TR>
  22. <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>
  23. <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>
  24. </TR>
  25. </Table>
  26. <P ID=locPageTitle> <B> Certificate Issued Out Of Band </B>
  27. <!-- 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>
  28. <P ID=locInfo> The certificate you requested was given to you,
  29. however, this wizard cannot install it.
  30. Contact your administrator for further information.
  31. </P>
  32. <!-- 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>
  33. <!-- 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>
  34. </Font>
  35. <!-- ############################################################ -->
  36. <!-- End of standard text. Scripts follow -->
  37. <!-- No scripts -->
  38. </Body>
  39. </HTML>
  40. <%Session.Abandon()%>