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.

237 lines
5.7 KiB

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <HTML>
  3. <HEAD>
  4. <TITLE>System Restore Fail (Step F)</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 g_bPageLoaded = false ;
  12. var L_HeaderNormal_Message =
  13. "Restoration Incomplete";
  14. var L_HeaderUndo_Message =
  15. "Undo Incomplete";
  16. var L_TxtMainNormal_Message =
  17. "Your computer cannot be restored to:";
  18. var L_TxtMainUndo_Message =
  19. "System Restore was unable to reverse the following restoration:";
  20. function OnLink_HelpF1()
  21. {
  22. OnLink_Failure();
  23. }
  24. function OnHome()
  25. {
  26. if ( g_bPageLoaded == false )
  27. return ;
  28. ObjSystemRestore.CanNavigatePage = true ;
  29. self.location = "SRUI-Main.htm";
  30. }
  31. function OnOK()
  32. {
  33. external.window.close();
  34. }
  35. </script>
  36. <SCRIPT FOR=window EVENT=onresize>
  37. ObjSystemRestore.CanNavigatePage = true ;
  38. self.location = "SRUI-fail.htm";
  39. </SCRIPT>
  40. <script for=window event=onload>
  41. fnSetLowColorImage();
  42. ObjSystemRestore.CanNavigatePage = false ;
  43. window.HomePageBody.style.visibility = "visible";
  44. if ( ObjSystemRestore.IsUndo )
  45. {
  46. TxtHeader.innerText = L_HeaderUndo_Message;
  47. TxtMain1.innerText = L_TxtMainUndo_Message;
  48. }
  49. else
  50. {
  51. TxtHeader.innerText = L_HeaderNormal_Message;
  52. TxtMain1.innerText = L_TxtMainNormal_Message;
  53. }
  54. TxtRPDate.innerText = ObjSystemRestore.FormatDate( ObjSystemRestore.UsedDate, true );
  55. var strName = ObjSystemRestore.UsedName;
  56. if (strName.length > 64)
  57. {
  58. strName = strName.slice(0,63);
  59. strName = strName.concat("...");
  60. }
  61. TxtRPName.innerText = strName;
  62. TxtRPName.title = strName;
  63. BtnOK.focus();
  64. g_bPageLoaded = true;
  65. </script>
  66. </HEAD>
  67. <!--
  68. Body of doc
  69. -->
  70. <BODY ID="HomePageBody">
  71. <!--
  72. Background image located on the bottom right of the page
  73. -->
  74. <DIV style="position: absolute; bottom: 0px; right: 0px; z-index: -1">
  75. <img src="watermark.jpg" border=0 width="270" height="297"></DIV>
  76. <table width=100% height=100% cellspacing=0 cellpadding=0 border=0><tbody>
  77. <!--
  78. Page header
  79. -->
  80. <tr height="60px"><td id="TdBranding" colspan=3 class="styHeaderBlock">
  81. <table class="styImage" width=100% height=100% cellspacing=0 cellpadding=0 background="SR_Grad.jpg" style="border-collapse: collapse" bordercolor="#111111"><tbody><tr>
  82. <td width="20px" nowrap>&nbsp;</td>
  83. <td id="NoLoc1" width="32px" align=center>
  84. <img src="failed_icon.gif" width="32" height="32">
  85. </td>
  86. <td width="13px" nowrap>&nbsp;</td>
  87. <td width=80% valign=top nowrap>
  88. <div id="TxtHeader" class="styHeaderText" style="color:#FFFFFF">&nbsp;</div>
  89. </td>
  90. <td>
  91. <table><tr>
  92. <td>
  93. <a id="NoLoc1" class="styLink" href="javascript:OnLink_Failure();">
  94. <img src="help.gif" border=0 width="32" height="32">
  95. </a>
  96. </td>
  97. <td>
  98. <a id="NoLoc1" class="styLink" href="javascript:OnLink_Failure();">
  99. <font color="#FFFFFF"> <id id=HelpId>Help</id></font>
  100. </a>
  101. </td>
  102. </tr></table>
  103. <id id="NoLoc2">&nbsp;</id>
  104. </td>
  105. </tr></tbody></table>
  106. </td></tr>
  107. <tr height="3px"><td class="styHorzLine" colspan=3></td></tr>
  108. <!--
  109. Top anchor
  110. -->
  111. <tr height="25px"><td colspan=3>
  112. <table width=100% height=100% cellspacing=0 cellpadding=0><tbody><tr>
  113. <td width=90%></td>
  114. <td class="styImage">
  115. </td>
  116. </tr></tbody></table>
  117. </td></tr>
  118. <tr>
  119. <!-- Left anchor -->
  120. <td id="NoLoc4" class="styImage" width=8% align=left valign=bottom>
  121. </td>
  122. <td>
  123. <table width=100% height=100% cellspacing=0 cellpadding=0 border=0><tbody>
  124. <tr>
  125. <!--
  126. PAGE CONTENT
  127. -->
  128. <td class="styContentBlock">
  129. <div id="TxtMain1" class="styTextRPTitle">
  130. &nbsp;
  131. </div>
  132. <div id="TxtRPDate" class="styTextRPInfo">
  133. &nbsp;
  134. </div>
  135. <div id="TxtRPName" class="styTextRPInfo">
  136. &nbsp;
  137. </div>
  138. <p id="TxtMain2" class="styTextBold">
  139. No changes have been made to your computer.
  140. </p>
  141. <br>
  142. <div id="TxtMain3" class="styText">
  143. To choose another restore point, restart System Restore.
  144. </div>
  145. </td>
  146. <!-- Right padding -->
  147. <td class="styText" width=17%>&nbsp;</td>
  148. </tr>
  149. <!--
  150. Navigation row
  151. -->
  152. <tr height="24px">
  153. <td class="styText" height="12px" colspan=2 nowrap>
  154. <table cellspacing=0 cellpadding=0 border=0><tbody><tr>
  155. <td id="TxtInstruction" class="styInstruction">
  156. To restart System Restore, click Home.
  157. </td>
  158. <td width="10%">&nbsp;</td>
  159. <td class="styText" width="10%" nowrap>
  160. <button id="BtnHome" class="styButton" onclick="OnHome()" accesskey="H" tabindex=0>
  161. <U>H</U>ome
  162. </button>
  163. &nbsp;&nbsp;
  164. <button id="BtnOK" class="styButton" onclick="OnOK()" tabindex=0>
  165. OK
  166. </button>
  167. </td>
  168. </tr></tbody></table>
  169. </td>
  170. </tr></tbody></table>
  171. </td>
  172. <!-- Right anchor -->
  173. <td id="NoLoc5" class="styImage" width=8% align=right valign=bottom>
  174. </td>
  175. </tr>
  176. <!--
  177. Bottom anchor
  178. -->
  179. <tr height="24px"><td colspan=3>
  180. <table cellspacing=0 cellpadding=0 width=100% height=100%><tbody><tr>
  181. <td width=90%></td><td class="styImage">
  182. </td>
  183. </tr></tbody></table>
  184. </td></tr>
  185. </tbody></table>
  186. </BODY>
  187. </HTML>