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.
119 lines
3.8 KiB
119 lines
3.8 KiB
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
|
|
<HTML>
|
|
<HEAD>
|
|
<!-- PAGE TITLE: DO NOT MODIFY -->
|
|
<TITLE>out of box experience</TITLE>
|
|
|
|
<!-- LINK TO EXTERNAL STYLE SHEET: DO NOT MODIFY -->
|
|
<LINK REL="stylesheet" TYPE="text/css" HREF="../../setup/oobestyl.css">
|
|
|
|
<SCRIPT>
|
|
function ScreenResolutionInit() {
|
|
// TODO: Place code for spacing on 1024x768 resolution here
|
|
//
|
|
if(window.top.screen.width > 800) {
|
|
spanScreenResolution.style.visibility='hidden';
|
|
}
|
|
}
|
|
|
|
</SCRIPT>
|
|
|
|
|
|
</HEAD>
|
|
|
|
<BODY TABINDEX=-1
|
|
ONLOAD="ScreenResolutionInit(); window.parent.migwizInteriorPage_LoadMe(); window.parent.migwizInteriorPage5f_LoadMe(); window.parent.Agent_Activate('MODULE');"
|
|
ONUNLOAD="window.parent.Agent_Deactivate();"
|
|
STYLE="background-image: url(../../images/watermrk.gif);
|
|
background-position: bottom center;
|
|
background-repeat: no-repeat;
|
|
background-color:white;"
|
|
>
|
|
|
|
<SPAN ID="idTest"></SPAN>
|
|
<TABLE ALIGN=center BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH="100%" HEIGHT="100%">
|
|
<TR>
|
|
<TD ID=leftmargincell WIDTH=7%>
|
|
<!-- This cell is empty by design -->
|
|
</TD>
|
|
<TD ID=maincell CLASS="text-primary">
|
|
<BR><BR>
|
|
|
|
<!-- TITLE TEXT -->
|
|
|
|
<SPAN CLASS="title">
|
|
<ID ID=migwiz_TitleText>
|
|
<!-- TODO: modify page title text -->
|
|
We're sorry, but Windows was unable to load your files and settings.
|
|
</ID>
|
|
</SPAN>
|
|
|
|
<BR><BR>
|
|
|
|
<!-- EXPLANATORY TEXT -->
|
|
|
|
<DIV CLASS="text-primary">
|
|
<ID ID=migwiz_Text1 style="display:none">
|
|
<!-- TODO: Modify explanatory text -->
|
|
We're sorry, but Windows was unable to load the files and settings from your disks.
|
|
If you would like to try to load the files and settings again from the same disks, click <b>Try Again</b>.<p>
|
|
If you would like to create new floppy disks with your files and settings by starting this process again, click <b>Restart</b>.<p>
|
|
If you would like to skip copying files and settings for now, click <b>Skip</b> and you can run the Migration Wizard from the Start Menu after you finish setting up your computer.<p>
|
|
</ID>
|
|
</DIV>
|
|
<SPAN ID=spanScreenResolution>
|
|
<!--
|
|
This span is used to create the correct amount of vertical space in
|
|
800x600 screen resolution.
|
|
-->
|
|
<BR><BR>
|
|
</SPAN>
|
|
|
|
<!--
|
|
Insert the string instructing the user to click the next button
|
|
to continue
|
|
-->
|
|
<script>
|
|
document.write(window.parent.g_ClickNextStr);
|
|
</script>
|
|
|
|
<!-- NAVIGATION BUTTONS -->
|
|
|
|
<!--
|
|
TODO:
|
|
* Modify TABINDEX as necessary
|
|
* Modify ACCESSKEY as necessary
|
|
* Modify button text as necessary
|
|
-->
|
|
|
|
<TABLE BORDER=0 CLASS="buttonposition4">
|
|
<TR>
|
|
<TD WIDTH=99%>
|
|
</TD>
|
|
<TD>
|
|
<BUTTON ID="btnSkip" CLASS="buttons" TABINDEX=4 ACCESSKEY="S">
|
|
<U>S</U>kip
|
|
</BUTTON>
|
|
</TD>
|
|
<TD>
|
|
<BUTTON ID="btnBack" CLASS="buttons" TABINDEX=5 ACCESSKEY="R">
|
|
<U>R</U>estart
|
|
</BUTTON>
|
|
</TD>
|
|
<TD>
|
|
<BUTTON ID="btnNext" CLASS="buttons" TABINDEX=6 ACCESSKEY="T">
|
|
<U>T</U>ry Again
|
|
</BUTTON>
|
|
</TD>
|
|
</TR>
|
|
</TABLE>
|
|
</TD>
|
|
<TD ID=leftmargincell WIDTH=7%>
|
|
<!-- This cell is empty by design -->
|
|
</TD>
|
|
</TR>
|
|
</TABLE>
|
|
</BODY>
|
|
</HTML>
|
|
|