238 lines
5.5 KiB
HTML
238 lines
5.5 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||
|
<HTML>
|
||
|
|
||
|
<HEAD>
|
||
|
<TITLE>System Restore Fail (Step F)</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 ;
|
||
|
|
||
|
var L_HeaderNormal_Message =
|
||
|
"Restoration Incomplete";
|
||
|
var L_HeaderUndo_Message =
|
||
|
"Undo Incomplete";
|
||
|
|
||
|
var L_TxtMainNormal_Message =
|
||
|
"Your computer cannot be restored to:";
|
||
|
var L_TxtMainUndo_Message =
|
||
|
"System Restore was unable to reverse the following restoration:";
|
||
|
|
||
|
function OnLink_HelpF1()
|
||
|
{
|
||
|
OnLink_Failure();
|
||
|
}
|
||
|
|
||
|
function OnHome()
|
||
|
{
|
||
|
if ( g_bPageLoaded == false )
|
||
|
return ;
|
||
|
|
||
|
ObjSystemRestore.CanNavigatePage = true ;
|
||
|
self.location = "SRUI-Main.htm";
|
||
|
}
|
||
|
|
||
|
function OnOK()
|
||
|
{
|
||
|
external.window.close();
|
||
|
}
|
||
|
|
||
|
</script>
|
||
|
|
||
|
<SCRIPT FOR=window EVENT=onresize>
|
||
|
|
||
|
ObjSystemRestore.CanNavigatePage = true ;
|
||
|
self.location = "SRUI-fail.htm";
|
||
|
|
||
|
</SCRIPT>
|
||
|
|
||
|
<script for=window event=onload>
|
||
|
|
||
|
fnSetLowColorImage();
|
||
|
|
||
|
ObjSystemRestore.CanNavigatePage = false ;
|
||
|
window.HomePageBody.style.visibility = "visible";
|
||
|
|
||
|
if ( ObjSystemRestore.IsUndo )
|
||
|
{
|
||
|
TxtHeader.innerText = L_HeaderUndo_Message;
|
||
|
TxtMain1.innerText = L_TxtMainUndo_Message;
|
||
|
}
|
||
|
else
|
||
|
{
|
||
|
TxtHeader.innerText = L_HeaderNormal_Message;
|
||
|
TxtMain1.innerText = L_TxtMainNormal_Message;
|
||
|
}
|
||
|
|
||
|
TxtRPDate.innerText = ObjSystemRestore.FormatDate( ObjSystemRestore.UsedDate, true );
|
||
|
var strName = ObjSystemRestore.UsedName;
|
||
|
if (strName.length > 64)
|
||
|
{
|
||
|
strName = strName.slice(0,63);
|
||
|
strName = strName.concat("...");
|
||
|
}
|
||
|
TxtRPName.innerText = strName;
|
||
|
TxtRPName.title = strName;
|
||
|
|
||
|
BtnOK.focus();
|
||
|
|
||
|
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="20px" nowrap> </td>
|
||
|
<td id="NoLoc1" width="32px" align=center>
|
||
|
<img src="failed_icon.gif" width="32" height="32">
|
||
|
</td>
|
||
|
<td width="13px" nowrap> </td>
|
||
|
<td width=80% valign=top nowrap>
|
||
|
<div id="TxtHeader" class="styHeaderText" style="color:#FFFFFF"> </div>
|
||
|
</td>
|
||
|
<td>
|
||
|
<table><tr>
|
||
|
<td>
|
||
|
<a id="NoLoc1" class="styLink" href="javascript:OnLink_Failure();">
|
||
|
<img src="help.gif" border=0 width="32" height="32">
|
||
|
</a>
|
||
|
</td>
|
||
|
<td>
|
||
|
<a id="NoLoc1" class="styLink" href="javascript:OnLink_Failure();">
|
||
|
<font color="#FFFFFF"> <id id=HelpId>Help</id></font>
|
||
|
</a>
|
||
|
</td>
|
||
|
</tr></table>
|
||
|
<id id="NoLoc2"> </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="NoLoc4" 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="TxtMain1" class="styTextRPTitle">
|
||
|
|
||
|
</div>
|
||
|
<div id="TxtRPDate" class="styTextRPInfo">
|
||
|
|
||
|
</div>
|
||
|
<div id="TxtRPName" class="styTextRPInfo">
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<p id="TxtMain2" class="styTextBold">
|
||
|
No changes have been made to your computer.
|
||
|
</p>
|
||
|
|
||
|
<br>
|
||
|
<div id="TxtMain3" class="styText">
|
||
|
To choose another restore point, restart System Restore.
|
||
|
</div>
|
||
|
</td>
|
||
|
|
||
|
<!-- Right padding -->
|
||
|
<td class="styText" width=17%> </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">
|
||
|
To restart System Restore, click Home.
|
||
|
</td>
|
||
|
<td width="10%"> </td>
|
||
|
<td class="styText" width="10%" nowrap>
|
||
|
<button id="BtnHome" class="styButton" onclick="OnHome()" accesskey="H" tabindex=0>
|
||
|
<U>H</U>ome
|
||
|
</button>
|
||
|
|
||
|
<button id="BtnOK" class="styButton" onclick="OnOK()" tabindex=0>
|
||
|
OK
|
||
|
</button>
|
||
|
</td>
|
||
|
</tr></tbody></table>
|
||
|
</td>
|
||
|
</tr></tbody></table>
|
||
|
|
||
|
</td>
|
||
|
|
||
|
<!-- Right anchor -->
|
||
|
<td id="NoLoc5" class="styImage" width=8% align=right valign=bottom>
|
||
|
</td>
|
||
|
</tr>
|
||
|
|
||
|
<!--
|
||
|
|
||
|
Bottom anchor
|
||
|
|
||
|
-->
|
||
|
<tr height="24px"><td colspan=3>
|
||
|
<table cellspacing=0 cellpadding=0 width=100% height=100%><tbody><tr>
|
||
|
<td width=90%></td><td class="styImage">
|
||
|
</td>
|
||
|
</tr></tbody></table>
|
||
|
</td></tr>
|
||
|
|
||
|
</tbody></table>
|
||
|
</BODY>
|
||
|
</HTML>
|