windows-nt/Source/XPSP1/NT/admin/pchealth/sr/shell/res/srui-confrp.htm

237 lines
5.2 KiB
HTML
Raw Normal View History

2020-09-26 03:20:57 -05:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>System Restore Confirm Restore Point (Step RP-C)</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes">
<OBJECT ID=ObjSystemRestore CLASSID="CLSID:fd589b7c-7ce0-11d3-b9e5-00c04f79e399"></OBJECT>
<SCRIPT ID="RestoreUI" LANGUAGE=JavaScript SRC="RestoreUI.js"></SCRIPT>
<LINK id="UI_StyleSheet" REL="stylesheet" TYPE="text/css" HREF="rstrui.css">
<script>
var g_bPageLoaded = false ;
function OnLink_HelpF1()
{
OnLink_CreatedRP();
}
function OnBack()
{
if ( g_bPageLoaded == false )
return ;
ObjSystemRestore.CancelRestorePoint();
ObjSystemRestore.CanNavigatePage = true ;
self.location = "SRUI-AddRP.htm";
}
function OnHome()
{
if ( g_bPageLoaded == false )
return ;
ObjSystemRestore.CanNavigatePage = true ;
self.location = "SRUI-Main.htm";
}
function OnOK()
{
if ( g_bPageLoaded == false )
return ;
external.window.close();
}
</script>
<SCRIPT FOR=window EVENT=onresize>
ObjSystemRestore.CanNavigatePage = true ;
self.location = "SRUI-confrp.htm";
</SCRIPT>
<script for=window event=onload>
fnSetLowColorImage();
ObjSystemRestore.CanNavigatePage = false ;
window.HomePageBody.style.visibility = "visible";
var rpi = ObjSystemRestore( ObjSystemRestore.Count-1 );
var date = rpi.TimeStamp( 0 );
TxtRPDate.innerText = ObjSystemRestore.FormatDate( date, true );
TxtRPTime.innerText = ObjSystemRestore.FormatTime( date );
var strName = rpi.Name;
if (strName.length > 64)
{
strName = strName.slice(0,63);
strName = strName.concat("...");
}
TxtRPName.innerText = strName;
window.BtnClose.focus();
//
// Set page loaded
//
g_bPageLoaded = true ;
</script>
</HEAD>
<!--
Body of doc
-->
<BODY ID="HomePageBody">
<!--
Background image located on the bottom right of the page
-->
<DIV style="position: absolute; bottom: 0px; right: 0px; z-index: -1">
<img src="watermark.jpg" border=0 width="270" height="297"></DIV>
<table width=100% height=100% cellspacing=0 cellpadding=0 border=0><tbody>
<!--
Page header
-->
<tr height="60px"><td id="TdBranding" colspan=3 class="styHeaderBlock">
<table class="styImage" width=100% height=100% cellspacing=0 cellpadding=0 background="SR_Grad.jpg" style="border-collapse: collapse" bordercolor="#111111"><tbody><tr>
<td width="65px" nowrap>&nbsp;</td>
<td width=80% valign=top nowrap>
<div id="TxtHeader" class="styHeaderText">
<font color="#FFFFFF">Restore Point Created </font>
</div>
</td>
<td>
<table><tr>
<td>
<a id="NoLoc1" class="styLink" href="javascript:OnLink_CreatedRP();">
<img src="help.gif" border=0 width="32" height="32">
</a>
</td>
<td>
<a id="NoLoc1" class="styLink" href="javascript:OnLink_CreatedRP();">
<font color="#FFFFFF"> <id id=HelpId>Help</id></font>
</a>
</td>
</tr></table>
<id id="NoLoc2">&nbsp;</id>
</td>
</tr></tbody></table>
</td></tr>
<tr height="3px"><td class="styHorzLine" colspan=3></td></tr>
<!--
Top anchor
-->
<tr height="25px"><td colspan=3>
<table width=100% height=100% cellspacing=0 cellpadding=0><tbody><tr>
<td width=90%></td>
<td class="styImage">
</td>
</tr></tbody></table>
</td></tr>
<tr>
<!-- Left anchor -->
<td id="NoLoc3" class="styImage" width=8% align=left valign=bottom>
</td>
<td>
<table width=100% height=100% cellspacing=0 cellpadding=0 border=0><tbody>
<tr>
<!--
PAGE CONTENT
-->
<td class="styContentBlock">
<div id="TxtRPHdr" class="styTextRPTitleBold">
New restore point:
</div>
<div id="TxtRPDate" class="styTextRPInfo">
&nbsp;
</div>
<div>
<span id="TxtRPTime" class="styTextRPInfo">
<id id="NoLoc5">&nbsp;</id>
</span>
<id id="NoLoc6">&nbsp;</id>
<span id="TxtRPName" class="styTextRPInfo">
<id id="NoLoc7">&nbsp;</id>
</span>
</div>
</td>
<!-- Right padding -->
<td class="styText" width=17%>&nbsp;</td>
</tr>
<!--
Navigation row
-->
<tr height="24px">
<td class="styText" height="12px" colspan=2 nowrap>
<table cellspacing=0 cellpadding=0 border=0><tbody><tr>
<td id="TxtInstruction" class="styInstruction" width="35%">
To perform another task, click Home.
</td>
<td width="10%">&nbsp;</td>
<td class="styText" width="10%" nowrap>
<button id="BtnHome" class="styButton" onclick="OnHome()" accesskey="H" tabindex=0>
<U>H</U>ome
</button>
&nbsp;&nbsp;
<button id="BtnClose" class="styButton" onclick="OnOK()" accesskey="C" tabindex=0>
<U>C</U>lose
</button>
</td>
</tr></tbody></table>
</td>
</tr></tbody></table>
</td>
<!-- Right anchor -->
<td id="NoLoc4" class="styImage" width=8% align=right valign=bottom>
</td>
</tr>
<!--
Bottom anchor
-->
<tr height="24px"><td colspan=3>
<table width=100% height=100% cellspacing=0 cellpadding=0><tbody><tr>
<td width=90%></td><td class="styImage">
</td>
</tr></tbody></table>
</td></tr>
</tbody></table>
</BODY>
</HTML>