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.

113 lines
3.2 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.migwizLastPage_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. Transfer complete
  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 have successfully transferred your files and settings to your new 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. <!--
  56. Insert the string instructing the user to click the next button
  57. to continue
  58. -->
  59. <script>
  60. document.write(window.parent.g_ClickNextStr);
  61. </script>
  62. <!-- NAVIGATION BUTTONS -->
  63. <!--
  64. TODO:
  65. * Modify TABINDEX as necessary
  66. * Modify ACCESSKEY as necessary
  67. * Modify button text as necessary
  68. -->
  69. <TABLE BORDER=0 CLASS="buttonposition4">
  70. <TR>
  71. <TD WIDTH=99%>
  72. </TD>
  73. <TD>
  74. <BUTTON ID="btnSkip" CLASS="buttons" TABINDEX=-1 STYLE="visibility:hidden">
  75. <U>S</U>kip
  76. </BUTTON>
  77. </TD>
  78. <TD>
  79. <BUTTON ID="btnBack" CLASS="buttons" TABINDEX=-1 STYLE="visibility:hidden">
  80. <U>B</U>ack
  81. </BUTTON>
  82. </TD>
  83. <TD>
  84. <BUTTON ID="btnNext" CLASS="buttons" TABINDEX=6 ACCESSKEY="N">
  85. <U>N</U>ext
  86. </BUTTON>
  87. </TD>
  88. </TR>
  89. </TABLE>
  90. </TD>
  91. <TD ID=leftmargincell WIDTH=7%>
  92. <!-- This cell is empty by design -->
  93. </TD>
  94. </TR>
  95. </TABLE>
  96. </BODY>
  97. </HTML>