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.

130 lines
4.1 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.migwizFirstPage_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. Do you want to transfer files and settings from your original computer to this one?
  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. You may transfer your desktop, accessibility, internet, and other settings from your original computer to this computer.
  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=migwiz_Text2>
  57. <!-- TODO: Modify explanatory text or remove if not required -->
  58. This wizard helps you transfer files and settings in three steps:<p>
  59. <ol>
  60. <li>Create a Migration Wizard Program Disk,
  61. <li>Use the migration Wizard Disk to prepare your settings for transfer, and
  62. <li>Transfer the files and settings to your new computer.
  63. </ol>
  64. </ID>
  65. </DIV>
  66. <DIV CLASS="text-primary">
  67. <ID ID=migwiz_Text3>
  68. <h3><input type=radio name=confirmed id=confirmyes checked>Yes, I want to transfer files and settings now.</h3>
  69. <h3><input type=radio name=confirmed id=confirmno>No, I want to continue setup without transferring files and settings.</h3>
  70. </ID>
  71. </DIV>
  72. <!--
  73. Insert the string instructing the user to click the next button
  74. to continue
  75. -->
  76. <script>
  77. document.write(window.parent.g_ClickNextStr);
  78. </script>
  79. <!-- NAVIGATION BUTTONS -->
  80. <!--
  81. TODO:
  82. * Modify TABINDEX as necessary
  83. * Modify ACCESSKEY as necessary
  84. * Modify button text as necessary
  85. -->
  86. <TABLE BORDER=0 CLASS="buttonposition4">
  87. <TR>
  88. <TD WIDTH=99%>
  89. </TD>
  90. <TD>
  91. <BUTTON ID="btnSkip" CLASS="buttons" TABINDEX=-1 ACCESSKEY="S">
  92. <U>S</U>kip
  93. </BUTTON>
  94. </TD>
  95. <TD>
  96. <BUTTON ID="btnBack" CLASS="buttons" TABINDEX=5 ACCESSKEY="B">
  97. <U>B</U>ack
  98. </BUTTON>
  99. </TD>
  100. <TD>
  101. <BUTTON ID="btnNext" CLASS="buttons" TABINDEX=6 ACCESSKEY="N">
  102. <U>N</U>ext
  103. </BUTTON>
  104. </TD>
  105. </TR>
  106. </TABLE>
  107. </TD>
  108. <TD ID=leftmargincell WIDTH=7%>
  109. <!-- This cell is empty by design -->
  110. </TD>
  111. </TR>
  112. </TABLE>
  113. </BODY>
  114. </HTML>