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.

116 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.migwizInteriorPage7_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. How to run the Migration Wizard Later
  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 can run the Migration Wizard later from the Start Menu. It is located under More Programs / Accessories / System Tools / Migration wizard.
  47. </ID>
  48. </DIV>
  49. <SPAN ID=spanScreenResolution>
  50. <!--
  51. This span is used to create the correct amount of vertical space in
  52. 800x600 screen resolution.
  53. -->
  54. <BR><BR>
  55. </SPAN>
  56. <!--
  57. Insert the string instructing the user to click the next button
  58. to continue
  59. -->
  60. <script>
  61. document.write(window.parent.g_ClickNextStr);
  62. </script>
  63. <!-- NAVIGATION BUTTONS -->
  64. <!--
  65. TODO:
  66. * Modify TABINDEX as necessary
  67. * Modify ACCESSKEY as necessary
  68. * Modify button text as necessary
  69. -->
  70. <TABLE BORDER=0 CLASS="buttonposition4">
  71. <TR>
  72. <TD WIDTH=99%>
  73. </TD>
  74. <TD>
  75. <BUTTON ID="btnSkip" CLASS="buttons" TABINDEX=-1 STYLE="visibility:hidden">
  76. <U>S</U>kip
  77. </BUTTON>
  78. </TD>
  79. <TD>
  80. <BUTTON ID="btnBack" CLASS="buttons" TABINDEX=-1 STYLE="visibility:hidden">
  81. <U>B</U>ack
  82. </BUTTON>
  83. </TD>
  84. <TD>
  85. <BUTTON ID="btnNext" CLASS="buttons" TABINDEX=6 ACCESSKEY="N">
  86. <U>N</U>ext
  87. </BUTTON>
  88. </TD>
  89. </TR>
  90. </TABLE>
  91. </TD>
  92. <TD ID=leftmargincell WIDTH=7%>
  93. <!-- This cell is empty by design -->
  94. </TD>
  95. </TR>
  96. </TABLE>
  97. </BODY>
  98. </HTML>