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.

71 lines
2.9 KiB

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <HTML><HEAD><TITLE>Windows Application Compatibility Report</TITLE>
  3. <META http-equiv=Content-Language content=en-us>
  4. <META content=FrontPage.Editor.Document name=ProgId>
  5. <META http-equiv=Content-Type content="text/html; charset=windows-1252">
  6. <LINK href="/main.css" type=text/css
  7. rel=stylesheet></HEAD>
  8. <BODY>
  9. <SCRIPT LANGUAGE="VBSCRIPT">
  10. <%
  11. Dim g_Result
  12. Dim g_ResultString
  13. g_Result = Request( "result" )
  14. select case g_Result
  15. case 0
  16. g_ResultString = "Application compatibility report was successfully created."
  17. case 100
  18. g_ResultString = "ERROR: An error occurred in launching DWWin.exe to upload the application compatibility report."
  19. case 101
  20. g_ResultString = "ERROR: DwWin Timeout expired. This happens when reports isn't sent within 5 minutes after error reporting dialog is launched. Please try to submit your report again."
  21. case 102
  22. g_ResultString = "ERROR: Application Compatibility Reporting is supported only for Windows XP or newer operating systems."
  23. case 103
  24. g_ResultString = "ERROR: There was a problem in collecting information about the file you specified."
  25. case 104
  26. g_ResultString = "ERROR: There was a problem in preparing error report for upload."
  27. case Else
  28. g_ResultString = "ERROR: " + g_Result + " occurred in creating application compatibility report."
  29. end select
  30. %>
  31. </SCRIPT>
  32. <STYLE>DIV.Section1 {
  33. page: Section1
  34. }
  35. </STYLE>
  36. <TABLE cellSpacing=0 cellPadding=5 width="100%" bgColor=#ffffff border=0 HEIGHT=95%
  37. VALIGN="bottom" >
  38. <TBODY>
  39. <TR vAlign=center align=left>
  40. <TD vAlign=bottom width="100%" height=30>
  41. <P class=clsPTitle><B>Windows Application Compatibility Report - Done</B></P>
  42. <P class=clsPBody>Thank-you for using this page to report an application
  43. compatibility issue.</P><BR>
  44. <P class=clsPBody>
  45. <%
  46. Response.write( g_ResultString)
  47. %></P>
  48. <BR>
  49. </TD></TR>
  50. <TR vAlign=center align=left>
  51. <TD vAlign=bottom width="100%" > </TD></TR>
  52. <TR vAlign=bottom align=left>
  53. <TD vAlign=bottom width="100%" bgColor=#6487dc height=30><FONT
  54. face="Verdana, Arial, Helvetica" color=#ffffff size=1><NOBR>&nbsp;&#169 2002
  55. Microsoft Corporation. All rights reserved. <A style="COLOR: #ffffff"
  56. href="http://www.microsoft.com/isapi/gomscom.asp?target=/info/cpyright.htm">Terms
  57. of Use</A>&nbsp;<FONT color=#ffffff>|</FONT> <A style="COLOR: #ffffff"
  58. href="http://www.microsoft.com/isapi/gomscom.asp?target=/info/privacy.htm">Privacy
  59. Statement</A>&nbsp;<FONT color=#ffffff>|</FONT> <A style="COLOR: #ffffff"
  60. href="http://www.microsoft.com/enable/default.htm">Accessibility</A>
  61. </NOBR></FONT></TD></TR></TBODY></TABLE>
  62. <P>&nbsp;</P></BODY></HTML>