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.

197 lines
4.9 KiB

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <HTML>
  3. <HEAD>
  4. <TITLE>System Restore Progress (Step 4)</TITLE>
  5. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
  6. <META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes">
  7. <OBJECT ID=ObjSystemRestore CLASSID="CLSID:fd589b7c-7ce0-11d3-b9e5-00c04f79e399"></OBJECT>
  8. <SCRIPT ID="RestoreUI" LANGUAGE=JavaScript SRC="RestoreUI.js"></SCRIPT>
  9. <LINK id="UI_StyleSheet" REL="stylesheet" TYPE="text/css" HREF="rstrui.css">
  10. <script>
  11. var L_HeaderNormal_Message =
  12. "Restoration in Progress";
  13. var L_HeaderUndo_Message =
  14. "Undoing Last Restoration";
  15. var L_TxtMainNormal_Message =
  16. "Restoring your computer may take a few moments. After the restoration is complete, your computer automatically restarts.";
  17. var L_TxtMainUndo_Message =
  18. "Undoing your last restoration may take a few moments. After the process is complete, your computer automatically restarts.";
  19. var L_RPTitleNormal_Message =
  20. "Selected restore point:";
  21. var L_RPTitleUndo_Message =
  22. "Undoing the following restoration:";
  23. </script>
  24. <SCRIPT FOR=ObjProgress EVENT=oncreate>
  25. //
  26. // Start the creation of a restore
  27. //
  28. ObjSystemRestore.Restore( ObjProgress.hWnd );
  29. ObjProgress.Min = 0 ;
  30. ObjProgress.Max = 100 ;
  31. </SCRIPT>
  32. <SCRIPT FOR=window EVENT=onresize>
  33. ObjSystemRestore.CanNavigatePage = true ;
  34. self.location = "SRUI-Progress.htm";
  35. </SCRIPT>
  36. <script for=window event=onload>
  37. fnSetLowColorImage();
  38. ObjSystemRestore.CanNavigatePage = false ;
  39. window.HomePageBody.style.visibility = "visible";
  40. if ( ObjSystemRestore.IsUndo )
  41. {
  42. TxtHeader.innerText = L_HeaderUndo_Message;
  43. TxtMain.innerText = L_TxtMainUndo_Message;
  44. TxtRPTitle.innerText = L_RPTitleUndo_Message;
  45. }
  46. else
  47. {
  48. TxtHeader.innerText = L_HeaderNormal_Message;
  49. TxtMain.innerText = L_TxtMainNormal_Message;
  50. TxtRPTitle.innerText = L_RPTitleNormal_Message;
  51. }
  52. TxtRPDate.innerText = ObjSystemRestore.FormatDate( ObjSystemRestore.SelectedDate, true );
  53. TxtRPName.innerText = ObjSystemRestore.SelectedName;
  54. TxtRPName.title = ObjSystemRestore.SelectedName;
  55. </script>
  56. </HEAD>
  57. <!--
  58. Body of doc
  59. -->
  60. <BODY ID="HomePageBody">
  61. <!--
  62. Background image located on the bottom right of the page
  63. -->
  64. <DIV style="position: absolute; bottom: 0px; right: 0px; z-index: -1">
  65. <img src="watermark.jpg" border=0 width="270" height="297"></DIV>
  66. <table width=100% height=100% cellspacing=0 cellpadding=0 border=0><tbody>
  67. <!--
  68. Page header
  69. -->
  70. <tr height="60px"><td id="TdBranding" colspan=3 class="styHeaderBlock">
  71. <table class="styImage" width=100% height=100% cellspacing=0 cellpadding=0 background="SR_Grad.jpg" style="border-collapse: collapse" bordercolor="#111111"><tbody><tr>
  72. <td width="65px" nowrap>&nbsp;</td>
  73. <td valign=top nowrap>
  74. <div id="TxtHeader" class="styHeaderText" style="color:#FFFFFF">&nbsp;</div>
  75. </td>
  76. <td width=90%>&nbsp;</td>
  77. </tr></tbody></table>
  78. </td></tr>
  79. <tr height="3px"><td class="styHorzLine" colspan=3></td></tr>
  80. <!--
  81. Top anchor
  82. -->
  83. <tr height="25px"><td colspan=3>
  84. <table width=100% height=100% cellspacing=0 cellpadding=0><tbody><tr>
  85. <td width=90%></td>
  86. <td class="styImage">
  87. </td>
  88. </tr></tbody></table>
  89. </td></tr>
  90. <tr>
  91. <!-- Left anchor -->
  92. <td id="NoLoc1" class="styImage" width=8% align=left valign=bottom>
  93. </td>
  94. <td>
  95. <table width=100% height=100% cellspacing=0 cellpadding=0 border=0><tbody>
  96. <tr>
  97. <!--
  98. PAGE CONTENT
  99. -->
  100. <td class="styContentBlock">
  101. <p id="TxtMain" class="styText">
  102. &nbsp;
  103. </p>
  104. <div id="TxtRPTitle" class="styTextRPTitleBold">
  105. &nbsp;
  106. </div>
  107. <div id="TxtRPDate" class="styTextRPInfo">
  108. &nbsp;
  109. </div>
  110. <div id="TxtRPName" class="styTextRPInfo">
  111. &nbsp;
  112. </div>
  113. <br><br>
  114. <object classid=clsid:bf404da2-7d3b-11d3-b9e5-00c04f79e399 width=90% height=20 dir=ltr
  115. id=ObjProgress VIEWASTEXT>
  116. </OBJECT>
  117. <br><br><br><br>
  118. <div id="TxtMain2" class="styTextBold" style="color:red">
  119. Do not alter, open, or delete any files or programs until the restoration is complete.
  120. </div>
  121. </td>
  122. <!-- Right padding -->
  123. <td class="styText" width=17%>&nbsp;</td>
  124. </tr>
  125. <!--
  126. Navigation row
  127. -->
  128. <tr height="24px">
  129. <td class="styText" height="12px" colspan=2 nowrap>
  130. &nbsp;
  131. </td>
  132. </tr></tbody></table>
  133. </td>
  134. <!-- Right anchor -->
  135. <td id="NoLoc2" class="styImage" width=8% align=right valign=bottom>
  136. </td>
  137. </tr>
  138. <!--
  139. Bottom anchor
  140. -->
  141. <tr height="24px"><td colspan=3>
  142. <table width=100% height=100% cellspacing=0 cellpadding=0><tbody><tr>
  143. <td width=90%></td><td class="styImage">
  144. </td>
  145. </tr></tbody></table>
  146. </td></tr>
  147. </tbody></table>
  148. </BODY>
  149. </HTML>