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.

115 lines
3.9 KiB

  1. <HTML XMLNS:helpcenter>
  2. <HEAD>
  3. <!--
  4. Copyright (c) 2000 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. <LINK ID=Stylesheet_Ref0 href="hcp://system/css/shared.css" rel=STYLESHEET type=text/css>
  11. <LINK ID=Stylesheet_Ref1 href="hcp://system/css/Behaviors.css" rel=STYLESHEET type=text/css>
  12. <LINK ID=Stylesheet_Ref2 href="hcp://system/css/Layout.css" rel=STYLESHEET type=text/css>
  13. </HEAD>
  14. <BODY id=noloc0 tabindex=-1 SCROLL=NO class="sys-lhp-bgcolor-scope" style='padding: 11px'>
  15. <TABLE border=0 cellPadding=0 cellSpacing=0 WIDTH=100% HEIGHT=100% style="table-layout: fixed">
  16. <TR WIDTH=100%>
  17. <TD>
  18. <DIV id=noloc1 style='width: 100%; text-overflow: ellipsis; overflow: hidden; border : 1pt solid'
  19. class='sys-font-body sys-toppane-color-border sys-toppane-header-color sys-toppane-header-bgcolor'>
  20. <DIV ID=tree_Title style='padding: 0.5em 11px'>
  21. <A class='sys-link-header sys-font-body-bold' tabIndex=1 href="hcp://system/blurbs/Index.htm" target="HelpCtrContents">Index</A>
  22. </DIV>
  23. </DIV>
  24. </TD>
  25. </TR>
  26. <TR>
  27. <TD HEIGHT=100%>
  28. <DIV id="idDisplay"
  29. class='sys-font-body sys-toppane-color-border sys-toppane-bgcolor'
  30. style='width: 100%; height: 100%; border-left : 1pt solid; border-bottom : 1pt solid; border-right : 1pt solid; padding: 11px'>
  31. </DIV>
  32. </TD>
  33. </TR>
  34. </TABLE>
  35. </BODY>
  36. <SCRIPT>
  37. //
  38. // localizable variables/filenames
  39. //
  40. // Here are the possible values for CharSet (KB article Q165478):
  41. // http://support.microsoft.com/support/kb/articles/Q165/4/78.ASP
  42. //
  43. // DEFAULT_CHARSET 1 (x01)
  44. // SYMBOL_CHARSET 2 (x02)
  45. // OEM_CHARSET 255 (xFF)
  46. // ANSI_CHARSET 0 (x00) 1252
  47. // RUSSIAN_CHARSET 204 (xCC) 1251
  48. // EE_CHARSET 238 (xEE) 1250
  49. // GREEK_CHARSET 161 (xA1) 1253
  50. // TURKISH_CHARSET 162 (xA2) 1254
  51. // BALTIC_CHARSET 186 (xBA) 1257
  52. // HEBREW_CHARSET 177 (xB1) 1255
  53. // ARABIC _CHARSET 178 (xB2) 1256
  54. // SHIFTJIS_CHARSET 128 (x80) 932
  55. // HANGEUL_CHARSET 129 (x81) 949
  56. // GB2313_CHARSET 134 (x86) 936
  57. // CHINESEBIG5_CHARSET 136 (x88) 950
  58. //
  59. // Its 129 for Korean, 128 for Japanese, etc.
  60. var L_CharSet_Number = "0";
  61. var g_File = null;
  62. function index_Show( file )
  63. {
  64. if(file && file != "<SYSTEM>")
  65. {
  66. file = pchealth.UserSettings.IndexFile( file );
  67. }
  68. else
  69. {
  70. file = pchealth.UserSettings.IndexFile;
  71. }
  72. var elem = document.all.idDisplay;
  73. while(elem && elem.currentStyle.backgroundColor == "transparent") elem = elem.parentElement;
  74. if(g_File != file)
  75. {
  76. var obj = pchealth.TextHelpers;
  77. var sText = "<OBJECT id=HHIndex type='application/x-oleobject' classid='clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11' WIDTH=100% HEIGHT=100%><PARAM name='Command' value='index'>";
  78. if(elem)
  79. {
  80. var szColor = obj.QuoteEscape( elem.currentStyle.backgroundColor , "'" );
  81. var szFont = obj.QuoteEscape( elem.currentStyle.fontFamily + "," + elem.currentStyle.fontSize, "'" );
  82. sText += "<PARAM name='BgColor' value='" + szColor + "'>";
  83. sText += "<PARAM name='Font' value='" + szFont + "," + L_CharSet_Number + "'>";
  84. }
  85. sText += "<PARAM name='Item1' value='" + obj.QuoteEscape( file, "'" ) + "'></OBJECT>";
  86. idDisplay.innerHTML = sText;
  87. g_File = file;
  88. }
  89. }
  90. </SCRIPT>
  91. <helpcenter:state id=idState identity="Index" />
  92. </HTML>