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.

119 lines
3.8 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.migwizInteriorPage5f_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 Windows was unable to load your files and settings.
  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 load the files and settings from your disks.
  47. If you would like to try to load the files and settings again from the same disks, click <b>Try Again</b>.<p>
  48. If you would like to create new floppy disks with your files and settings by starting this process again, click <b>Restart</b>.<p>
  49. 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>
  50. </ID>
  51. </DIV>
  52. <SPAN ID=spanScreenResolution>
  53. <!--
  54. This span is used to create the correct amount of vertical space in
  55. 800x600 screen resolution.
  56. -->
  57. <BR><BR>
  58. </SPAN>
  59. <!--
  60. Insert the string instructing the user to click the next button
  61. to continue
  62. -->
  63. <script>
  64. document.write(window.parent.g_ClickNextStr);
  65. </script>
  66. <!-- NAVIGATION BUTTONS -->
  67. <!--
  68. TODO:
  69. * Modify TABINDEX as necessary
  70. * Modify ACCESSKEY as necessary
  71. * Modify button text as necessary
  72. -->
  73. <TABLE BORDER=0 CLASS="buttonposition4">
  74. <TR>
  75. <TD WIDTH=99%>
  76. </TD>
  77. <TD>
  78. <BUTTON ID="btnSkip" CLASS="buttons" TABINDEX=4 ACCESSKEY="S">
  79. <U>S</U>kip
  80. </BUTTON>
  81. </TD>
  82. <TD>
  83. <BUTTON ID="btnBack" CLASS="buttons" TABINDEX=5 ACCESSKEY="R">
  84. <U>R</U>estart
  85. </BUTTON>
  86. </TD>
  87. <TD>
  88. <BUTTON ID="btnNext" CLASS="buttons" TABINDEX=6 ACCESSKEY="T">
  89. <U>T</U>ry Again
  90. </BUTTON>
  91. </TD>
  92. </TR>
  93. </TABLE>
  94. </TD>
  95. <TD ID=leftmargincell WIDTH=7%>
  96. <!-- This cell is empty by design -->
  97. </TD>
  98. </TR>
  99. </TABLE>
  100. </BODY>
  101. </HTML>