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.

213 lines
5.3 KiB

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <HTML>
  3. <HEAD>
  4. <TITLE>System Restore (Step 1)</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_Renamed();
  15. }
  16. function OnBack()
  17. {
  18. if ( g_bPageLoaded == false )
  19. return ;
  20. ObjSystemRestore.CanNavigatePage = true ;
  21. self.location = "SRUI-Success.htm";
  22. }
  23. </script>
  24. <SCRIPT FOR=window EVENT=onresize>
  25. ObjSystemRestore.CanNavigatePage = true ;
  26. self.location = "SRUI-renamed.htm";
  27. </SCRIPT>
  28. <script for=window event=onload>
  29. fnSetLowColorImage();
  30. ObjSystemRestore.CanNavigatePage = false ;
  31. window.HomePageBody.style.visibility = "visible";
  32. var oList = ObjSystemRestore.RenamedFolders;
  33. for ( i = 0; i < oList.Count; i++ )
  34. {
  35. var oTR = document.createElement("TR");
  36. var oTD = document.createElement("TD");
  37. oTR.appendChild( oTD );
  38. oTD = document.createElement("TD");
  39. oTD.nowrap = true;
  40. oTD.innerText = oList.OldName( i );
  41. oTR.appendChild( oTD );
  42. oTD = document.createElement("TD");
  43. oTR.appendChild( oTD );
  44. oTD = document.createElement("TD");
  45. oTD.nowrap = true;
  46. oTD.innerText = oList.NewName( i );
  47. oTR.appendChild( oTD );
  48. oTD = document.createElement("TD");
  49. oTR.appendChild( oTD );
  50. oTD = document.createElement("TD");
  51. oTD.innerText = oList.Location( i );
  52. oTR.appendChild( oTD );
  53. LstFolder.appendChild( oTR );
  54. }
  55. BtnOK.focus() ;
  56. g_bPageLoaded = true ;
  57. </script>
  58. </HEAD>
  59. <!--
  60. Body of doc
  61. -->
  62. <BODY ID="HomePageBody">
  63. <!--
  64. Background image located on the bottom right of the page
  65. -->
  66. <DIV style="position: absolute; bottom: 0px; right: 0px; z-index: -1">
  67. <img src="watermark.jpg" border=0 width="270" height="297"></DIV>
  68. <table width=100% height=100% cellspacing=0 cellpadding=0 border=0><tbody>
  69. <!--
  70. Page header
  71. -->
  72. <tr height="60px"><td id="TdBranding" colspan=3 class="styHeaderBlock">
  73. <table class="styImage" width=100% height=100% cellspacing=0 cellpadding=0 background="SR_Grad.jpg" style="border-collapse: collapse" bordercolor="#111111"><tbody><tr>
  74. <td width="65px" nowrap>&nbsp;</td>
  75. <td width=80% valign=top nowrap>
  76. <div id="TxtHeader" class="styHeaderText">
  77. <font color="#FFFFFF">Renamed Files/Folders </font>
  78. </div>
  79. </td>
  80. <td>
  81. <table><tr>
  82. <td>
  83. <a id="NoLoc1" class="styLink" href="javascript:OnLink_Renamed();">
  84. <img src="help.gif" border=0 width="32" height="32">
  85. </a>
  86. </td>
  87. <td>
  88. <a id="NoLoc1" class="styLink" href="javascript:OnLink_Renamed();">
  89. <font color="#FFFFFF"> <id id=HelpId>Help</id></font>
  90. </a>
  91. </td>
  92. </tr></table>
  93. <id id="NoLoc2">&nbsp;</id>
  94. </td>
  95. </tr></tbody></table>
  96. </td></tr>
  97. <tr height="3px"><td class="styHorzLine" colspan=3></td></tr>
  98. <!--
  99. Top anchor
  100. -->
  101. <tr height="25px"><td colspan=3>
  102. <table width=100% height=100% cellspacing=0 cellpadding=0><tbody><tr>
  103. <td width=90%></td>
  104. <td class="styImage">
  105. </td>
  106. </tr></tbody></table>
  107. </td></tr>
  108. <tr>
  109. <!-- Left anchor -->
  110. <td id="NoLoc3" class="styImage" width=8% align=left valign=bottom>
  111. </td>
  112. <td>
  113. <table width=100% height=100% cellspacing=0 cellpadding=0 border=0><tbody>
  114. <tr>
  115. <!--
  116. PAGE CONTENT
  117. -->
  118. <td class="styContentBlock">
  119. <br>
  120. <DIV class="styFolderList">
  121. <TABLE class="styText" width="100%" cellspacing=0 cellpadding=2px border=0>
  122. <tbody id="LstFolder">
  123. <TR class="styTextBold" valign="top">
  124. <TD>&nbsp;&nbsp;</TD>
  125. <TD id="listHeaderOne" nowrap width="20%">Original Name</TD>
  126. <TD>&nbsp;&nbsp;</TD>
  127. <TD id="listHeaderTwo" nowrap width="20%">New Name</TD>
  128. <TD>&nbsp;&nbsp;</TD>
  129. <TD id="listHeaderThree" nowrap width="60%">Location</TD>
  130. </TR>
  131. </tbody>
  132. </TABLE>
  133. </DIV>
  134. </td>
  135. <!-- Right padding -->
  136. <td class="styText" width=17%>&nbsp;</td>
  137. </tr>
  138. <!--
  139. Navigation row
  140. -->
  141. <tr height="24px">
  142. <td class="styText" height="12px" colspan=2 nowrap>
  143. <table cellspacing=0 cellpadding=0 border=0><tbody><tr>
  144. <td width="95%">&nbsp;</td>
  145. <td class="styText" width="10%" nowrap>
  146. <button id="BtnOK" class="styButton" onclick="OnBack()" accesskey="B" tabindex=0>
  147. &lt; <U>B</U>ack
  148. </button>
  149. </td>
  150. </tr></tbody></table>
  151. </td>
  152. </tr></tbody></table>
  153. </td>
  154. <!-- Right anchor -->
  155. <td id="NoLoc4" class="styImage" width=8% align=right valign=bottom>
  156. </td>
  157. </tr>
  158. <!--
  159. Bottom anchor
  160. -->
  161. <tr height="24px"><td colspan=3>
  162. <table width=100% height=100% cellspacing=0 cellpadding=0><tbody><tr>
  163. <td width=90%></td><td class="styImage">
  164. </td>
  165. </tr></tbody></table>
  166. </td></tr>
  167. </tbody></table>
  168. </BODY>
  169. </HTML>