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.

145 lines
3.9 KiB

  1. <HTML XMLNS:helpcenter>
  2. <HEAD>
  3. <!--
  4. Copyright (c) 2001 Microsoft Corporation
  5. -->
  6. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=windows-1252">
  7. <META HTTP-EQUIV=PICS-Label CONTENT='(PICS-1.1 "http://www.rsac.org/ratingsv01.html" l comment "RSACi North America Server" by "[email protected]" r (n 0 s 0 v 0 l 0))'>
  8. <META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes">
  9. <OBJECT ID=pchealth classid=CLSID:FC7D9E02-3F9E-11d3-93C0-00C04F72DAF7></OBJECT>
  10. <TITLE>Support</TITLE>
  11. <LINK ID=Stylesheet_Ref0 href="hcp://system/css/shared.css" rel=STYLESHEET type=text/css>
  12. <LINK ID=Stylesheet_Ref1 href="hcp://system/css/Behaviors.css" rel=STYLESHEET type=text/css>
  13. <STYLE>
  14. .logo
  15. {
  16. z-index : -1;
  17. position : absolute;
  18. right : -30px;
  19. bottom : -30px;
  20. width : 300px;
  21. height : 300px;
  22. }
  23. .margins
  24. {
  25. margin-top : 44px;
  26. margin-left : 33px;
  27. margin-right : 33px;
  28. margin-bottom : 0px;
  29. }
  30. </STYLE>
  31. <SCRIPT>
  32. function window::onload()
  33. {
  34. var g_OEM = false;
  35. try
  36. {
  37. var v;
  38. v = pchealth.RegRead( "HKLM\\SOFTWARE\\Microsoft\\PCHealth\\HelpSvc\\OEMInfo\\Manufacturer" );
  39. if(v) { idOEMManufacturer.innerText = v; g_OEM = true; }
  40. v = pchealth.RegRead( "HKLM\\SOFTWARE\\Microsoft\\PCHealth\\HelpSvc\\OEMInfo\\Model" );
  41. if(v) { idOEMModel.innerText = v; g_OEM = true; }
  42. v = pchealth.RegRead( "HKLM\\SOFTWARE\\Microsoft\\PCHealth\\HelpSvc\\OEMInfo\\Text" );
  43. if(v)
  44. {
  45. v = pchealth.TextHelpers.HTMLEscape( v ); v = v.replace( /#BR#/g, "<BR>" );
  46. idOEMText.innerHTML = v; g_OEM = true;
  47. }
  48. }
  49. catch(e)
  50. {
  51. g_OEM = false;
  52. }
  53. if(g_OEM)
  54. {
  55. var oFS = new ActiveXObject( "Scripting.FileSystemObject" );
  56. idOEMLogo.src = oFS.GetSpecialFolder( 0 ) + "\\system32\\oemlogo.bmp";
  57. idOEM.style.display = "";
  58. }
  59. else
  60. {
  61. locDesc.style.display = "";
  62. }
  63. }
  64. </SCRIPT>
  65. </HEAD>
  66. <BODY id=loc0 scroll=no CLASS="sys-rhp-splash-bgcolor sys-rhp-splash-color margins">
  67. <helpcenter:bitmap id=idLogo class="logo" AutoRTL="true" SRCNORMAL="watermark_300x.bmp"></helpcenter:bitmap>
  68. <DIV id=locTitle CLASS="sys-font-heading2 sys-rhp-splash-color-title">
  69. Welcome to Support
  70. </DIV>
  71. <P><BR>
  72. <DIV id=locDesc CLASS="sys-font-heading4" style="line-height: 150%; display: none">
  73. If you are connected to the Internet, there are a variety of ways to get help.
  74. <P LOC>
  75. Remote Assistance enables you to authorize persons to view and work on your computer from anywhere. You can also offer Remote Assistance to clients on your network.
  76. <P LOC>
  77. Microsoft Online Assisted Support enables an online support professional to answer your questions.
  78. <P LOC>
  79. The Windows Server Community is your launch pad for communicating online with others about deploying, managing, and troubleshooting Windows-based servers.
  80. <P LOC>
  81. To get started, click a link under <B>Support</B>.
  82. </DIV>
  83. <DIV id=idOEM style='display: none'>
  84. <IMG id=idOEMLogo BORDER=0 ALIGN=right VALIGN=top HSPACE=5 VSPACE=5>
  85. <DIV id=locOEM1 CLASS="sys-font-heading4">
  86. You can get help in a variety of ways.
  87. If you are connected to the Internet, for example, a support professional can
  88. answer your questions in e-mail or an online chat session, or view your screen.
  89. You can even allow a technician to take control of your computer to solve a problem.
  90. Or by using Remote Assistance, friends or family can work on your computer over the
  91. Internet in a similar way.
  92. </DIV>
  93. <BR>
  94. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  95. <TR>
  96. <TD VALIGN=top>
  97. <DIV id=idOEMManufacturer CLASS="sys-font-heading3" STYLE="border-top: 5px"></DIV>
  98. </TD>
  99. <TD VALIGN=top>
  100. <DIV id=idOEMModel CLASS="sys-font-heading3" STYLE="border-top: 5px"></DIV>
  101. </TD>
  102. </TR>
  103. <TR>
  104. <TD VALIGN=top COLSPAN=2><HR size=0>
  105. <DIV id=idOEMText CLASS="sys-font-heading4" STYLE="border-top: 5px"></DIV>
  106. </TD>
  107. </TR>
  108. </TABLE>
  109. </DIV>
  110. </BODY>
  111. </HTML>