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.

110 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.migwizInteriorPage5a_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. Please insert a floppy 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. Windows did not detect a disk in your floppy drive. Please check to make sure that a floppy disk is fully inserted into the floppy disk drive.<p>
  47. 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>
  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. <!-- NAVIGATION BUTTONS -->
  58. <!--
  59. TODO:
  60. * Modify TABINDEX as necessary
  61. * Modify ACCESSKEY as necessary
  62. * Modify button text as necessary
  63. -->
  64. <TABLE BORDER=0 CLASS="buttonposition4">
  65. <TR>
  66. <TD WIDTH=99%>
  67. </TD>
  68. <TD>
  69. <BUTTON ID="btnSkip" CLASS="buttons" TABINDEX=4 ACCESSKEY="S">
  70. <U>S</U>kip
  71. </BUTTON>
  72. </TD>
  73. <TD>
  74. <BUTTON ID="btnBack" CLASS="buttons" TABINDEX=-1 STYLE="visibility:hidden">
  75. <U>B</U>ack
  76. </BUTTON>
  77. </TD>
  78. <TD>
  79. <BUTTON ID="btnNext" CLASS="buttons" TABINDEX=6 ACCESSKEY="N">
  80. <U>N</U>ext
  81. </BUTTON>
  82. </TD>
  83. </TR>
  84. </TABLE>
  85. </TD>
  86. <TD ID=leftmargincell WIDTH=7%>
  87. <!-- This cell is empty by design -->
  88. </TD>
  89. </TR>
  90. </TABLE>
  91. </BODY>
  92. </HTML>