Source code of Windows XP (NT5)
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.

119 lines
3.2 KiB

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <HTML>
  3. <HEAD>
  4. <!-- PAGE TITLE: DO NOT MODIFY -->
  5. <TITLE>out of box experience</TITLE>
  6. <!-- LINK TO EXTERNAL STYLE SHEET: DO NOT MODIFY -->
  7. <LINK REL="stylesheet" TYPE="text/css" HREF="../../setup/oobestyl.css">
  8. <SCRIPT>
  9. function ScreenResolutionInit() {
  10. // TODO: Place code for spacing on 1024x768 resolution here
  11. //
  12. if(window.top.screen.width > 800) {
  13. spanScreenResolution.style.visibility='hidden';
  14. }
  15. }
  16. </SCRIPT>
  17. </HEAD>
  18. <BODY TABINDEX=-1
  19. ONLOAD="ScreenResolutionInit(); window.parent._MODULE_FirstPage_LoadMe();window.parent.Agent_Activate('MODULE');"
  20. ONUNLOAD="window.parent.Agent_Deactivate();"
  21. STYLE="background-image: url(../../images/watermrk.gif);
  22. background-position: bottom center;
  23. background-repeat: no-repeat;
  24. background-color:white;"
  25. >
  26. <TABLE ALIGN=center BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH="100%" HEIGHT="100%">
  27. <TR>
  28. <TD ID=leftmargincell WIDTH=7%>
  29. <!-- This cell is empty by design -->
  30. </TD>
  31. <TD ID=maincell CLASS="text-primary">
  32. <BR><BR>
  33. <!-- TITLE TEXT -->
  34. <SPAN CLASS="title">
  35. <ID ID=_MODULE__TitleText>
  36. <!-- TODO: modify page title text -->
  37. Title text
  38. </ID>
  39. </SPAN>
  40. <BR><BR>
  41. <!-- EXPLANATORY TEXT -->
  42. <DIV CLASS="text-primary">
  43. <ID ID=_MODULE__Text1>
  44. <!-- TODO: Modify explanatory text -->
  45. Page text 1
  46. </ID>
  47. </DIV>
  48. <SPAN ID=spanScreenResolution>
  49. <!--
  50. This span is used to create the correct amount of vertical space in
  51. 800x600 screen resolution.
  52. -->
  53. <BR><BR>
  54. </SPAN>
  55. <DIV CLASS="text-primary">
  56. <ID ID=_MODULE__Text2>
  57. <!-- TODO: Modify explanatory text or remove if not required -->
  58. Page text 2
  59. </ID>
  60. </DIV>
  61. <!--
  62. Insert the string instructing the user to click the next button
  63. to continue
  64. -->
  65. <script>
  66. document.write(window.parent.g_ClickNextStr);
  67. </script>
  68. <!-- NAVIGATION BUTTONS -->
  69. <!--
  70. TODO:
  71. * Modify TABINDEX as necessary
  72. * Modify ACCESSKEY as necessary
  73. * Modify button text as necessary
  74. -->
  75. <TABLE BORDER=0 CLASS="buttonposition4">
  76. <TR>
  77. <TD WIDTH=99%>
  78. </TD>
  79. <TD>
  80. <BUTTON ID="btnSkip" CLASS="buttons" TABINDEX=-1 STYLE="visibility:hidden">
  81. <U>S</U>kip
  82. </BUTTON>
  83. </TD>
  84. <TD>
  85. <BUTTON ID="btnBack" CLASS="buttons" TABINDEX=5 ACCESSKEY="B">
  86. <U>B</U>ack
  87. </BUTTON>
  88. </TD>
  89. <TD>
  90. <BUTTON ID="btnNext" CLASS="buttons" TABINDEX=6 ACCESSKEY="N">
  91. <U>N</U>ext
  92. </BUTTON>
  93. </TD>
  94. </TR>
  95. </TABLE>
  96. </TD>
  97. <TD ID=leftmargincell WIDTH=7%>
  98. <!-- This cell is empty by design -->
  99. </TD>
  100. </TR>
  101. </TABLE>
  102. </BODY>
  103. </HTML>