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.

33 lines
986 B

  1. <%@ CODEPAGE=65001 %>
  2. <%
  3. '------------------------------------------------------------
  4. '
  5. ' Microsoft Internet Printing Project
  6. '
  7. ' Copyright (c) Microsoft Corporation. All rights reserved.
  8. '
  9. '------------------------------------------------------------
  10. Option Explicit
  11. %>
  12. <!-- #include file = "ipp_util.inc" -->
  13. <%
  14. Response.Expires = 0
  15. Const L_TitleDevStatus_Text = "Device Status Page Error"
  16. %>
  17. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  18. <html lang=<%=L_Language%>>
  19. <head>
  20. <Meta Http-equiv="Content-Type" Content="text/html; CHARSET=UTF-8">
  21. <title><% =Write(L_TitleDevStatus_Text) %></title>
  22. </head>
  23. <body>
  24. <%=Write(CLIENT_FONT)%>
  25. <%Const L_DevStatusErr_Text = "<p><H2>Device Status Page Error</H2></p>We are unable to generate the device status page for the selected printer. Please contact your system administrator for more information.<br><p>"%>
  26. <%=Write (L_DevStatusErr_Text)%>
  27. <%=END_FONT%>
  28. </body>
  29. </html>