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.

126 lines
3.9 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.migwizInteriorPage_LoadMe();window.parent.migwizInteriorPage4_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=migwiz_TitleText>
  36. <!-- TODO: modify page title text -->
  37. Prepare settings for transfer
  38. </ID>
  39. </SPAN>
  40. <BR><BR>
  41. <!-- EXPLANATORY TEXT -->
  42. <DIV CLASS="text-primary">
  43. <ID ID=migwiz_Text1>
  44. <!-- TODO: Modify explanatory text -->
  45. To prepare settings:
  46. <ol>
  47. <li>Insert the Migration Wizard Program Disk into the disk drive of your original computer.</li><br>
  48. <li>Click Start, and then click Run.</li><br>
  49. <li>Type <b>a:\migwiz</b> and then click OK.</li><br>
  50. </ol>
  51. </ID>
  52. After you have prepared the settings on your original computer, return to this screen and then click <b>Next</b>.
  53. </DIV>
  54. <SPAN ID=spanScreenResolution>
  55. <!--
  56. This span is used to create the correct amount of vertical space in
  57. 800x600 screen resolution.
  58. -->
  59. <BR><BR>
  60. </SPAN>
  61. <DIV CLASS="text-primary">
  62. <ID ID=migwiz_Text2>
  63. <!-- TODO: Modify explanatory text or remove if not required -->
  64. If you would like to skip copying files and settings for now, click <b>Skip</b> and you can run the Migration Wizard from the Start Menu after you finish setting up your computer.<p>
  65. </ID>
  66. </DIV>
  67. <!--
  68. Insert the string instructing the user to click the next button
  69. to continue
  70. -->
  71. <script>
  72. document.write(window.parent.g_ClickNextStr);
  73. </script>
  74. <!-- NAVIGATION BUTTONS -->
  75. <!--
  76. TODO:
  77. * Modify TABINDEX as necessary
  78. * Modify ACCESSKEY as necessary
  79. * Modify button text as necessary
  80. -->
  81. <TABLE BORDER=0 CLASS="buttonposition4">
  82. <TR>
  83. <TD WIDTH=99%>
  84. </TD>
  85. <TD>
  86. <BUTTON ID="btnSkip" CLASS="buttons" TABINDEX=4 ACCESSKEY="S">
  87. <U>S</U>kip
  88. </BUTTON>
  89. </TD>
  90. <TD>
  91. <BUTTON ID="btnBack" CLASS="buttons" TABINDEX=-1 STYLE="visibility:hidden">
  92. <U>B</U>ack
  93. </BUTTON>
  94. </TD>
  95. <TD>
  96. <BUTTON ID="btnNext" CLASS="buttons" TABINDEX=6 ACCESSKEY="N">
  97. <U>N</U>ext
  98. </BUTTON>
  99. </TD>
  100. </TR>
  101. </TABLE>
  102. </TD>
  103. <TD ID=leftmargincell WIDTH=7%>
  104. <!-- This cell is empty by design -->
  105. </TD>
  106. </TR>
  107. </TABLE>
  108. </BODY>
  109. </HTML>