<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>

<HEAD>
<TITLE>System Restore Successful (Step S)</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 Complete";
var L_HeaderUndo_Message =
        "Undo Complete";

var L_TxtMainNormal_Message =
        "Your computer has been successfully restored to:";
var L_TxtMainUndo_Message =
        "System Restore has successfully reversed the following restoration:";

var L_AltHdrNormal_Message =
        "If this restoration does not correct the problem, you can:";
var L_AltHdrUndo_Message =
        "If this undo does not correct your problem, you can select another restore point.";

function OnLink_HelpF1()
{
    OnLink_Success(ObjSystemRestore.IsUndo);
}

function OnOK()
{
    if ( g_bPageLoaded == false )
        return ;

    external.window.close();
}

function OnLink_RenamedFolder()
{
    if ( g_bPageLoaded == false )
        return ;

    ObjSystemRestore.CanNavigatePage = true;
    self.location = "SRUI-Renamed.htm";
}

</script>

<SCRIPT FOR=window EVENT=onresize>

    ObjSystemRestore.CanNavigatePage = true ;
    self.location = "SRUI-Success.htm";

</SCRIPT>

<script for=window event=onload>

    fnSetLowColorImage();

    ObjSystemRestore.CanNavigatePage     = false ;
    window.HomePageBody.style.visibility = "visible";

    if ( ObjSystemRestore.IsUndo )
    {
        TxtHeader.innerText = L_HeaderUndo_Message;
        TxtMain.innerText   = L_TxtMainUndo_Message;
        TxtAltHdr.innerText = L_AltHdrUndo_Message;
    }
    else
    {
        TxtHeader.innerText = L_HeaderNormal_Message;
        TxtMain.innerText   = L_TxtMainNormal_Message;
        TxtAltHdr.innerText = L_AltHdrNormal_Message;
        TrAlt1.style.visibility = "visible";
        if (!ObjSystemRestore.WasLastRestoreFromSafeMode())
        {
            TrAlt2.style.visibility = "visible";
        }
    }

    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;

    if ( ObjSystemRestore.RenamedFolders.Count > 0 )
        DivRenamedFolder.style.display = "block";

    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>&nbsp;</td>
    <td id="NoLoc0" width="32px" align=center>
      <img src="complete_icon.gif" width="32" height="32">
    </td>
    <td width="13px" nowrap>&nbsp;</td>
	  <td width=80% valign=top nowrap>
      <div id="TxtHeader" class="styHeaderText" style="color:#FFFFFF">&nbsp;</div>
    </td>
    <td>
		  <table><tr>
		  <td>
			  <a id="NoLoc1" class="styLink" href="javascript:OnLink_Success(ObjSystemRestore.IsUndo);">
			    <img src="help.gif" border=0 width="32" height="32">
			  </a>
		  </td>
		  <td>
			  <a id="NoLoc1" class="styLink" href="javascript:OnLink_Success(ObjSystemRestore.IsUndo);">
			    <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="TxtMain" class="styTextRPTitle">
    &nbsp;
  </div>
  <div id="TxtRPDate" class="styTextRPInfo">
    &nbsp;
  </div>
  <div id="TxtRPName" class="styTextRPInfo">
    &nbsp;
  </div>
  <br><br>
  <table width=100% cellpadding=0 cellspacing=0><tbody>
    <tr>
      <td id="TxtAltHdr" class="styText" colspan=2>
        &nbsp;
      </td>
    </tr>
    <tr height=6px><td></td></tr>
    <tr id="TrAlt1" style="visibility:hidden"><td width=16px></td>
      <td class="styText" width=95%>
        <LI id="TxtAlt1">Choose another restore point
      </td>
    </tr>
    <tr height=6px><td></td></tr>
    <tr id="TrAlt2" style="visibility:hidden"><td></td>
      <td class="styText">
        <LI id="TxtAtl2">Undo this restoration
      </td>
    </tr>
  </tbody></table>
  <br><br><br>
  <div id="DivRenamedFolder" style="display:none">
    <p id="ParaRenamedFolder" class="styText">
      Some folders were renamed to preserve their files. To view the list of
      renamed folders, click the link below.
    </p>
    <a class="styLink" href="javascript:OnLink_RenamedFolder();">
      <id id="TxtRenamedFolderLink">Renamed files/folders</id>
    </a>
  </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 width="95%">&nbsp;</td>
          <td class="styText" nowrap>
            <button id="BtnOK" class="styButton" onclick="OnOK()" accesskey="O" tabindex=0>
              <U>O</U>K
            </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 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>