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.

227 lines
5.9 KiB

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