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.

236 lines
5.5 KiB

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <HTML>
  3. <HEAD>
  4. <TITLE>System Restore Confirm Restore Point (Step RP-C)</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. function OnLink_HelpF1()
  13. {
  14. OnLink_CreatedRP();
  15. }
  16. function OnBack()
  17. {
  18. if ( g_bPageLoaded == false )
  19. return ;
  20. ObjSystemRestore.CancelRestorePoint();
  21. ObjSystemRestore.CanNavigatePage = true ;
  22. self.location = "SRUI-AddRP.htm";
  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. if ( g_bPageLoaded == false )
  34. return ;
  35. external.window.close();
  36. }
  37. </script>
  38. <SCRIPT FOR=window EVENT=onresize>
  39. ObjSystemRestore.CanNavigatePage = true ;
  40. self.location = "SRUI-confrp.htm";
  41. </SCRIPT>
  42. <script for=window event=onload>
  43. fnSetLowColorImage();
  44. ObjSystemRestore.CanNavigatePage = false ;
  45. window.HomePageBody.style.visibility = "visible";
  46. var rpi = ObjSystemRestore( ObjSystemRestore.Count-1 );
  47. var date = rpi.TimeStamp( 0 );
  48. TxtRPDate.innerText = ObjSystemRestore.FormatDate( date, true );
  49. TxtRPTime.innerText = ObjSystemRestore.FormatTime( date );
  50. var strName = rpi.Name;
  51. if (strName.length > 64)
  52. {
  53. strName = strName.slice(0,63);
  54. strName = strName.concat("...");
  55. }
  56. TxtRPName.innerText = strName;
  57. window.BtnClose.focus();
  58. //
  59. // Set page loaded
  60. //
  61. g_bPageLoaded = true ;
  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="65px" nowrap>&nbsp;</td>
  80. <td width=80% valign=top nowrap>
  81. <div id="TxtHeader" class="styHeaderText">
  82. <font color="#FFFFFF">Restore Point Created </font>
  83. </div>
  84. </td>
  85. <td>
  86. <table><tr>
  87. <td>
  88. <a id="NoLoc1" class="styLink" href="javascript:OnLink_CreatedRP();">
  89. <img src="help.gif" border=0 width="32" height="32">
  90. </a>
  91. </td>
  92. <td>
  93. <a id="NoLoc1" class="styLink" href="javascript:OnLink_CreatedRP();">
  94. <font color="#FFFFFF"> <id id=HelpId>Help</id></font>
  95. </a>
  96. </td>
  97. </tr></table>
  98. <id id="NoLoc2">&nbsp;</id>
  99. </td>
  100. </tr></tbody></table>
  101. </td></tr>
  102. <tr height="3px"><td class="styHorzLine" colspan=3></td></tr>
  103. <!--
  104. Top anchor
  105. -->
  106. <tr height="25px"><td colspan=3>
  107. <table width=100% height=100% cellspacing=0 cellpadding=0><tbody><tr>
  108. <td width=90%></td>
  109. <td class="styImage">
  110. </td>
  111. </tr></tbody></table>
  112. </td></tr>
  113. <tr>
  114. <!-- Left anchor -->
  115. <td id="NoLoc3" class="styImage" width=8% align=left valign=bottom>
  116. </td>
  117. <td>
  118. <table width=100% height=100% cellspacing=0 cellpadding=0 border=0><tbody>
  119. <tr>
  120. <!--
  121. PAGE CONTENT
  122. -->
  123. <td class="styContentBlock">
  124. <div id="TxtRPHdr" class="styTextRPTitleBold">
  125. New restore point:
  126. </div>
  127. <div id="TxtRPDate" class="styTextRPInfo">
  128. &nbsp;
  129. </div>
  130. <div>
  131. <span id="TxtRPTime" class="styTextRPInfo">
  132. <id id="NoLoc5">&nbsp;</id>
  133. </span>
  134. <id id="NoLoc6">&nbsp;</id>
  135. <span id="TxtRPName" class="styTextRPInfo">
  136. <id id="NoLoc7">&nbsp;</id>
  137. </span>
  138. </div>
  139. </td>
  140. <!-- Right padding -->
  141. <td class="styText" width=17%>&nbsp;</td>
  142. </tr>
  143. <!--
  144. Navigation row
  145. -->
  146. <tr height="24px">
  147. <td class="styText" height="12px" colspan=2 nowrap>
  148. <table cellspacing=0 cellpadding=0 border=0><tbody><tr>
  149. <td id="TxtInstruction" class="styInstruction" width="35%">
  150. To perform another task, click Home.
  151. </td>
  152. <td width="10%">&nbsp;</td>
  153. <td class="styText" width="10%" nowrap>
  154. <button id="BtnHome" class="styButton" onclick="OnHome()" accesskey="H" tabindex=0>
  155. <U>H</U>ome
  156. </button>
  157. &nbsp;&nbsp;
  158. <button id="BtnClose" class="styButton" onclick="OnOK()" accesskey="C" tabindex=0>
  159. <U>C</U>lose
  160. </button>
  161. </td>
  162. </tr></tbody></table>
  163. </td>
  164. </tr></tbody></table>
  165. </td>
  166. <!-- Right anchor -->
  167. <td id="NoLoc4" 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 width=100% height=100% cellspacing=0 cellpadding=0><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>