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.

80 lines
4.8 KiB

  1. <%
  2. Dim L_CRASH_TITLE_MSG_TEXT
  3. Dim L_CRASH_TITLE_INFO_TEXT
  4. Dim L_CRASH_TITLE_SUBTITLE_TEXT
  5. Dim L_CRASH_BULLET_ONE_TEXT
  6. Dim L_CRASH_BULLET_TWO_TEXT
  7. Dim L_CRASH_BULLET_THREE_TEXT
  8. Dim L_CRASH_BULLET_FOUR_TEXT
  9. Dim L_CRASH_BULLET_FIVE_TEXT
  10. Dim L_CRASH_BULLET_SIX_TEXT
  11. Dim L_CRASH_BULLET_SEVEN_TEXT
  12. Dim L_CRASH_BULLET_EIGHT_TEXT
  13. Dim L_CRASH_BULLET_NINE_TEXT
  14. Dim L_CRASH_BULLET_TEN_TEXT
  15. Dim L_CRASH_FOOTER_LINK_TEXT
  16. Dim L_CRASH_MS_DN_TEXT
  17. Dim L_CRASH_PRIVACY_BUTTON_TEXT
  18. Dim L_CRASH_WHISTLER_SUBTITLE_TEXT
  19. Dim L_CRASH_WHISTLERBULLET_ONE_TEXT
  20. Dim L_CRASH_WHISTLERBULLET_TWO_TEXT
  21. Dim L_CRASH_WHISTLERBULLET_THREE_TEXT
  22. Dim L_CRASH_WHISTLERBULLET_FOUR_TEXT
  23. Dim L_CRASH_WHISTLERBULLET_FIVE_TEXT
  24. Dim L_CRASH_WHISTLERBULLET_SIX_TEXT
  25. Dim L_CRASH_WHISTLERBULLET_SEVEN_TEXT
  26. Dim L_CRASH_WHISTLERBULLET_EIGHT_TEXT
  27. Dim L_CRASH_WHISTLERBULLET_NINE_TEXT
  28. Dim L_CRASH_WHISTLERBULLET_TEN_TEXT
  29. Dim L_CRASH_WHISTLERSUBBULLET_ONE_TEXT
  30. Dim L_CRASH_WHISTLERSUBBULLET_TWO_TEXT
  31. Dim L_CRASH_WHISTLERSUBBULLET_THREE_TEXT
  32. Dim L_CRASH_WHISTLERSUBBULLET_FOUR_TEXT
  33. Dim L_CRASH_WHISTLERSUBBULLET_FIVE_TEXT
  34. Dim L_PRIVACY_CONTINUE_BUTTON_TEXT
  35. Dim L_CUSTOMER_NEXT_LINK_TEXT
  36. Dim L_CRASH_MSDN_LINK_TEXT
  37. '-------------------------crashinfo.asp Page Strings-------------------------
  38. L_CUSTOMER_NEXT_LINK_TEXT = "Continue"
  39. L_CRASH_PRIVACY_BUTTON_TEXT = "Home"
  40. L_CRASH_BULLET_ONE_TEXT = "Operating system version, including any system updates."
  41. L_CRASH_BULLET_TWO_TEXT = "Number of available processors."
  42. L_CRASH_BULLET_THREE_TEXT = "Amount of random access memory (RAM)."
  43. L_CRASH_BULLET_FOUR_TEXT = "Time stamp that indicates when the Stop error occurred."
  44. L_CRASH_BULLET_FIVE_TEXT = "Stop code or bug check messages and parameters that describe the Stop error."
  45. L_CRASH_BULLET_SIX_TEXT = "Loaded and recently unloaded drivers. This identifies the modules used by the kernel when the Stop error occurred and those that were used recently."
  46. L_CRASH_BULLET_SEVEN_TEXT = "Processor context for the process that stopped. This includes the processor, hardware state, performance counters, multiprocessor packet information, deferred procedure call information, and interrupts (requests from software or devices for processor attention)."
  47. L_CRASH_BULLET_EIGHT_TEXT = "Process information and kernel context for the halted process. This includes the offset (location) of the directory table and the page frame number database that maintains the information about every physical page (block of memory) in the operating system."
  48. L_CRASH_BULLET_NINE_TEXT = "Process information and kernel context for the thread that stopped. This identifies registers (data-storage blocks of memory in the processor), interrupt request levels, and includes pointers to operating system data structures."
  49. L_CRASH_BULLET_TEN_TEXT = "Kernel-mode call stack for the interrupted thread. This is a data structure that consists of a series of memory locations and includes a pointer to the initial location."
  50. L_CRASH_FOOTER_LINK_TEXT = "For the exact specifications of Stop error reports (in small memory dump file format), see the "
  51. L_CRASH_MS_DN_TEXT = "Microsoft Developers Network Online Web site."
  52. L_CRASH_TITLE_MSG_TEXT = "Error report information"
  53. L_CRASH_TITLE_INFO_TEXT = "Each error report contains the minimum information needed to help identify the cause of the Stop error. "
  54. L_CRASH_TITLE_SUBTITLE_TEXT = "An error report identifies the following items: "
  55. L_CRASH_WHISTLER_SUBTITLE_TEXT = "For Microsoft Windows XP submissions the following information is also collected:"
  56. L_CRASH_WHISTLERBULLET_ONE_TEXT = "The operating system (OS) name (for example, Windows XP Professional)."
  57. L_CRASH_WHISTLERBULLET_TWO_TEXT = "The OS version (for example, 5.1.2426.0.0)."
  58. L_CRASH_WHISTLERBULLET_THREE_TEXT = "The OS language as represented by the locale identifier (LCID) (for example, 1033 for U.S. English). This is a standard international numeric abbreviation."
  59. L_CRASH_WHISTLERBULLET_FOUR_TEXT = "The list of drivers in the Drivers folder on your hard disk. The folder is usually located at C:\winnt\system32\drivers. "
  60. L_CRASH_WHISTLERBULLET_FIVE_TEXT = ""
  61. L_CRASH_WHISTLERBULLET_SIX_TEXT = ""
  62. L_CRASH_WHISTLERBULLET_SEVEN_TEXT = ""
  63. L_CRASH_WHISTLERBULLET_EIGHT_TEXT = ""
  64. L_CRASH_WHISTLERBULLET_NINE_TEXT = ""
  65. L_CRASH_WHISTLERBULLET_TEN_TEXT = "For each driver:"
  66. L_CRASH_WHISTLERSUBBULLET_ONE_TEXT = "File size"
  67. L_CRASH_WHISTLERSUBBULLET_TWO_TEXT = "Date created"
  68. L_CRASH_WHISTLERSUBBULLET_THREE_TEXT = "Version"
  69. L_CRASH_WHISTLERSUBBULLET_FOUR_TEXT = "Manufacturer"
  70. L_CRASH_WHISTLERSUBBULLET_FIVE_TEXT = "Full product name"
  71. L_PRIVACY_CONTINUE_BUTTON_TEXT = "Privacy information"
  72. L_CRASH_MSDN_LINK_TEXT = "http://msdn.microsoft.com/"
  73. '-------------------------End-------------------------
  74. %>