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.

111 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.migwizInteriorPage3f_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. We're sorry, but we were unable to create the tool 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. We're sorry, but Windows was unable to create your tool disk on the floppy that you inserted.<p>
  47. If you would like to try again with a different floppy disk, click <b>Try Again</b>.<p>
  48. 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>
  49. </ID>
  50. </DIV>
  51. <SPAN ID=spanScreenResolution>
  52. <!--
  53. This span is used to create the correct amount of vertical space in
  54. 800x600 screen resolution.
  55. -->
  56. <BR><BR>
  57. </SPAN>
  58. <!-- NAVIGATION BUTTONS -->
  59. <!--
  60. TODO:
  61. * Modify TABINDEX as necessary
  62. * Modify ACCESSKEY as necessary
  63. * Modify button text as necessary
  64. -->
  65. <TABLE BORDER=0 CLASS="buttonposition4">
  66. <TR>
  67. <TD WIDTH=99%>
  68. </TD>
  69. <TD>
  70. <BUTTON ID="btnSkip" CLASS="buttons" TABINDEX=4 ACCESSKEY="S">
  71. <U>S</U>kip
  72. </BUTTON>
  73. </TD>
  74. <TD>
  75. <BUTTON ID="btnBack" CLASS="buttons" TABINDEX=-1 STYLE="visibility:hidden">
  76. <U>B</U>ack
  77. </BUTTON>
  78. </TD>
  79. <TD>
  80. <BUTTON ID="btnNext" CLASS="buttons" TABINDEX=6 ACCESSKEY="T">
  81. <U>T</U>ry Again
  82. </BUTTON>
  83. </TD>
  84. </TR>
  85. </TABLE>
  86. </TD>
  87. <TD ID=leftmargincell WIDTH=7%>
  88. <!-- This cell is empty by design -->
  89. </TD>
  90. </TR>
  91. </TABLE>
  92. </BODY>
  93. </HTML>