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.

194 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 MakeDisk() {
  17. Engine.CreateToolDisk("a:\\", "g:\\windows\\system32\\usmt", "g:\\windows\\system32\\usmt\\migwiz.inf");
  18. }
  19. function CancelDisk() {
  20. Engine.Cancel();
  21. }
  22. function CancelDiskSetup() {
  23. document.all("btnSkip").onclick = CancelDisk;
  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.migwizPage3_Fail();
  44. }
  45. else if (msg == "Cancel")
  46. {
  47. window.parent.migwizPage3_Back();
  48. }
  49. else if (msg == "No Disk")
  50. {
  51. window.parent.migwizPage3_NoDisk();
  52. }
  53. else
  54. {
  55. window.parent.migwizPage3_Next();
  56. }
  57. </script>
  58. </HEAD>
  59. <BODY TABINDEX=-1
  60. ONLOAD="ScreenResolutionInit(); window.parent.migwizInteriorPage3_LoadMe(); CancelDiskSetup(); window.parent.Agent_Activate('MODULE');MakeDisk();"
  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. <OBJECT id="Engine" classid="clsid:67331D85-BE17-42f6-8D3F-47B8E8B26637" tabIndex=-1></object>
  67. <TABLE ALIGN=center BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH="100%" HEIGHT="100%">
  68. <TR>
  69. <TD ID=leftmargincell WIDTH=7%>
  70. <!-- This cell is empty by design -->
  71. </TD>
  72. <TD ID=maincell CLASS="text-primary">
  73. <BR><BR>
  74. <!-- TITLE TEXT -->
  75. <SPAN CLASS="title">
  76. <ID ID=migwiz_TitleText>
  77. <!-- TODO: modify page title text -->
  78. Creating Migration Wizard Program Disk
  79. </ID>
  80. </SPAN>
  81. <BR><BR>
  82. <!-- EXPLANATORY TEXT -->
  83. <DIV CLASS="text-primary">
  84. <ID ID=migwiz_Text1>
  85. <!-- TODO: Modify explanatory text -->
  86. Please wait while Windows creates the Migration Wizard Program Disk...
  87. </ID>
  88. </DIV>
  89. <SPAN ID=spanScreenResolution>
  90. <!--
  91. This span is used to create the correct amount of vertical space in
  92. 800x600 screen resolution.
  93. -->
  94. <BR><BR>
  95. </SPAN>
  96. <DIV CLASS="text-primary">
  97. <ID ID=migwiz_Text2>
  98. <!-- TODO: Modify explanatory text or remove if not required -->
  99. <table height=10 bgcolor=lightblue width=86%>
  100. <tr>
  101. <td ID=progress1></td>
  102. <td ID=progress2></td>
  103. <td ID=progress3></td>
  104. <td ID=progress4></td>
  105. <td ID=progress5></td>
  106. <td ID=progress6></td>
  107. <td ID=progress7></td>
  108. <td ID=progress8></td>
  109. <td ID=progress9></td>
  110. <td ID=progress10></td>
  111. <td ID=progress11></td>
  112. <td ID=progress12></td>
  113. <td ID=progress13></td>
  114. <td ID=progress14></td>
  115. <td ID=progress15></td>
  116. <td ID=progress16></td>
  117. <td ID=progress17></td>
  118. <td ID=progress18></td>
  119. <td ID=progress19></td>
  120. <td ID=progress20></td>
  121. <td ID=progress21></td>
  122. <td ID=progress22></td>
  123. <td ID=progress23></td>
  124. <td ID=progress24></td>
  125. <td ID=progress25></td>
  126. <td ID=progress26></td>
  127. <td ID=progress27></td>
  128. <td ID=progress28></td>
  129. <td ID=progress29></td>
  130. <td ID=progress30></td>
  131. <td ID=progress31></td>
  132. <td ID=progress32></td>
  133. </tr>
  134. </table>
  135. </ID>
  136. </ID>
  137. </DIV>
  138. <!-- NAVIGATION BUTTONS -->
  139. <!--
  140. TODO:
  141. * Modify TABINDEX as necessary
  142. * Modify ACCESSKEY as necessary
  143. * Modify button text as necessary
  144. -->
  145. <TABLE BORDER=0 CLASS="buttonposition4">
  146. <TR>
  147. <TD WIDTH=99%>
  148. </TD>
  149. <TD>
  150. <BUTTON ID="btnSkip" CLASS="buttons" onClick="CancelDisk" TABINDEX=4 ACCESSKEY="C">
  151. <U>C</U>ancel
  152. </BUTTON>
  153. </TD>
  154. <TD>
  155. <BUTTON ID="btnBack" CLASS="buttons" TABINDEX=-1 STYLE="visibility:hidden">
  156. <U>B</U>ack
  157. </BUTTON>
  158. </TD>
  159. <TD>
  160. <BUTTON ID="btnNext" CLASS="buttons" TABINDEX=-1 STYLE="visibility:hidden">
  161. <U>N</U>ext
  162. </BUTTON>
  163. </TD>
  164. </TR>
  165. </TABLE>
  166. </TD>
  167. <TD ID=leftmargincell WIDTH=7%>
  168. <!-- This cell is empty by design -->
  169. </TD>
  170. </TR>
  171. </TABLE>
  172. </BODY>
  173. </HTML>