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.

198 lines
5.5 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. function ApplySettings() {
  17. Engine.ApplySettings("g:\\windows\\system32\\usmt\\migism.inf");
  18. }
  19. function CancelApply() {
  20. Engine.Cancel();
  21. }
  22. function CancelApplySetup() {
  23. document.all("btnSkip").onclick = CancelApply;
  24. }
  25. function IntDiv(x, y) {
  26. return ((x - (x % y)) / y);
  27. }
  28. </SCRIPT>
  29. <script for="Engine" event="OnProgress(total,done,msg)">
  30. var ticks = IntDiv((done * 32), total);
  31. for (var j = 1; j <= ticks; j++)
  32. {
  33. document.all("progress"+j).style.background="blue";
  34. }
  35. for (var j = ticks+1; j <= 32; j++)
  36. {
  37. document.all("progress"+j).style.background="lightblue";
  38. }
  39. </script>
  40. <script for="Engine" event="OnComplete(msg)">
  41. if (msg == "Fail")
  42. {
  43. window.parent.migwizPage5_Fail();
  44. }
  45. else if (msg == "Cancel")
  46. {
  47. window.parent.migwizPage5_Back();
  48. }
  49. else if (msg == "No Disk")
  50. {
  51. window.parent.migwizPage5_NoDisk();
  52. }
  53. else
  54. {
  55. window.parent.migwizPage5_Next();
  56. }
  57. </script>
  58. </HEAD>
  59. <BODY TABINDEX=-1
  60. ONLOAD="ScreenResolutionInit(); window.parent.migwizInteriorPage5_LoadMe();CancelApplySetup();window.parent.Agent_Activate('MODULE');ApplySettings();"
  61. ONUNLOAD="window.parent.Agent_Deactivate();"
  62. STYLE="background-image: url(../../images/watermrk.gif);
  63. background-position: bottom center;
  64. background-repeat: no-repeat;
  65. background-color:white;"
  66. >
  67. <OBJECT id="Engine" classid="clsid:67331D85-BE17-42f6-8D3F-47B8E8B26637" tabIndex=-1></object>
  68. <TABLE ALIGN=center BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH="100%" HEIGHT="100%">
  69. <TR>
  70. <TD ID=leftmargincell WIDTH=7%>
  71. <!-- This cell is empty by design -->
  72. </TD>
  73. <TD ID=maincell CLASS="text-primary">
  74. <BR><BR>
  75. <!-- TITLE TEXT -->
  76. <SPAN CLASS="title">
  77. <ID ID=migwiz_TitleText>
  78. <!-- TODO: modify page title text -->
  79. Transfer in Progress
  80. </ID>
  81. </SPAN>
  82. <BR><BR>
  83. <!-- EXPLANATORY TEXT -->
  84. <DIV CLASS="text-primary">
  85. <ID ID=migwiz_Text1>
  86. <!-- TODO: Modify explanatory text -->
  87. The Migration Wizard is now transferring files and settings to your new computer.
  88. </ID>
  89. </DIV>
  90. <SPAN ID=spanScreenResolution>
  91. <!--
  92. This span is used to create the correct amount of vertical space in
  93. 800x600 screen resolution.
  94. -->
  95. <BR><BR>
  96. </SPAN>
  97. <DIV CLASS="text-primary">
  98. <ID ID=migwiz_Text2>
  99. <!-- TODO: Modify explanatory text or remove if not required -->
  100. <table height=10 bgcolor=lightblue width=86%>
  101. <tr>
  102. <td ID=progress1></td>
  103. <td ID=progress2></td>
  104. <td ID=progress3></td>
  105. <td ID=progress4></td>
  106. <td ID=progress5></td>
  107. <td ID=progress6></td>
  108. <td ID=progress7></td>
  109. <td ID=progress8></td>
  110. <td ID=progress9></td>
  111. <td ID=progress10></td>
  112. <td ID=progress11></td>
  113. <td ID=progress12></td>
  114. <td ID=progress13></td>
  115. <td ID=progress14></td>
  116. <td ID=progress15></td>
  117. <td ID=progress16></td>
  118. <td ID=progress17></td>
  119. <td ID=progress18></td>
  120. <td ID=progress19></td>
  121. <td ID=progress20></td>
  122. <td ID=progress21></td>
  123. <td ID=progress22></td>
  124. <td ID=progress23></td>
  125. <td ID=progress24></td>
  126. <td ID=progress25></td>
  127. <td ID=progress26></td>
  128. <td ID=progress27></td>
  129. <td ID=progress28></td>
  130. <td ID=progress29></td>
  131. <td ID=progress30></td>
  132. <td ID=progress31></td>
  133. <td ID=progress32></td>
  134. </tr>
  135. </table>
  136. </ID>
  137. <ID ID=migwiz_ProgressBar>
  138. </ID>
  139. Time Elapsed: <ID ID=migwiz_Time>1:30</ID>
  140. </DIV>
  141. <!-- NAVIGATION BUTTONS -->
  142. <!--
  143. TODO:
  144. * Modify TABINDEX as necessary
  145. * Modify ACCESSKEY as necessary
  146. * Modify button text as necessary
  147. -->
  148. <TABLE BORDER=0 CLASS="buttonposition4">
  149. <TR>
  150. <TD WIDTH=99%>
  151. </TD>
  152. <TD>
  153. <BUTTON ID="btnSkip" CLASS="buttons" onClick="CancelApply" TABINDEX=4 ACCESSKEY="C">
  154. <U>C</U>ancel
  155. </BUTTON>
  156. </TD>
  157. <TD>
  158. <BUTTON ID="btnBack" CLASS="buttons" TABINDEX=-1 STYLE="visibility:hidden">
  159. <U>B</U>ack
  160. </BUTTON>
  161. </TD>
  162. <TD>
  163. <BUTTON ID="btnNext" CLASS="buttons" TABINDEX=-1 STYLE="visibility:hidden">
  164. <U>N</U>ext
  165. </BUTTON>
  166. </TD>
  167. </TR>
  168. </TABLE>
  169. </TD>
  170. <TD ID=leftmargincell WIDTH=7%>
  171. <!-- This cell is empty by design -->
  172. </TD>
  173. </TR>
  174. </TABLE>
  175. </BODY>
  176. </HTML>