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.

117 lines
3.4 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.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. <SPAN ID="idTest"></SPAN>
  27. <TABLE ALIGN=center BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH="100%" HEIGHT="100%">
  28. <TR>
  29. <TD ID=leftmargincell WIDTH=7%>
  30. <!-- This cell is empty by design -->
  31. </TD>
  32. <TD ID=maincell CLASS="text-primary">
  33. <BR><BR>
  34. <!-- TITLE TEXT -->
  35. <SPAN CLASS="title">
  36. <ID ID=migwiz_TitleText>
  37. <!-- TODO: modify page title text -->
  38. Create a Migration Wizard Program Disk
  39. </ID>
  40. </SPAN>
  41. <BR><BR>
  42. <!-- EXPLANATORY TEXT -->
  43. <DIV CLASS="text-primary">
  44. <ID ID=migwiz_Text1 style="display:none">
  45. <!-- TODO: Modify explanatory text -->
  46. You will use the Migration Wizard Program Disk to prepare your old computer's settings for transfer to your new computer.<p>
  47. To create the disk, insert a blank, formatted disk into this computer's floppy disk drive.
  48. </ID>
  49. </DIV>
  50. <SPAN ID=spanScreenResolution>
  51. <!--
  52. This span is used to create the correct amount of vertical space in
  53. 800x600 screen resolution.
  54. -->
  55. <BR><BR>
  56. </SPAN>
  57. <!--
  58. Insert the string instructing the user to click the next button
  59. to continue
  60. -->
  61. <script>
  62. document.write(window.parent.g_ClickNextStr);
  63. </script>
  64. <!-- NAVIGATION BUTTONS -->
  65. <!--
  66. TODO:
  67. * Modify TABINDEX as necessary
  68. * Modify ACCESSKEY as necessary
  69. * Modify button text as necessary
  70. -->
  71. <TABLE BORDER=0 CLASS="buttonposition4">
  72. <TR>
  73. <TD WIDTH=99%>
  74. </TD>
  75. <TD>
  76. <BUTTON ID="btnSkip" CLASS="buttons" TABINDEX=-1 STYLE="visibility:hidden">
  77. <U>S</U>kip
  78. </BUTTON>
  79. </TD>
  80. <TD>
  81. <BUTTON ID="btnBack" CLASS="buttons" TABINDEX=5 ACCESSKEY="B">
  82. <U>B</U>ack
  83. </BUTTON>
  84. </TD>
  85. <TD>
  86. <BUTTON ID="btnNext" CLASS="buttons" TABINDEX=6 ACCESSKEY="N">
  87. <U>N</U>ext
  88. </BUTTON>
  89. </TD>
  90. </TR>
  91. </TABLE>
  92. </TD>
  93. <TD ID=leftmargincell WIDTH=7%>
  94. <!-- This cell is empty by design -->
  95. </TD>
  96. </TR>
  97. </TABLE>
  98. </BODY>
  99. </HTML>