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.
130 lines
4.1 KiB
130 lines
4.1 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.migwizFirstPage_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;"
|
|
>
|
|
|
|
<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 -->
|
|
Do you want to transfer files and settings from your original computer to this one?
|
|
</ID>
|
|
</SPAN>
|
|
|
|
<BR><BR>
|
|
|
|
<!-- EXPLANATORY TEXT -->
|
|
|
|
<DIV CLASS="text-primary">
|
|
<ID ID=migwiz_Text1>
|
|
<!-- TODO: Modify explanatory text -->
|
|
You may transfer your desktop, accessibility, internet, and other settings from your original computer to this computer.
|
|
</ID>
|
|
</DIV>
|
|
<SPAN ID=spanScreenResolution>
|
|
<!--
|
|
This span is used to create the correct amount of vertical space in
|
|
800x600 screen resolution.
|
|
-->
|
|
<BR><BR>
|
|
</SPAN>
|
|
<DIV CLASS="text-primary">
|
|
<ID ID=migwiz_Text2>
|
|
<!-- TODO: Modify explanatory text or remove if not required -->
|
|
This wizard helps you transfer files and settings in three steps:<p>
|
|
<ol>
|
|
<li>Create a Migration Wizard Program Disk,
|
|
<li>Use the migration Wizard Disk to prepare your settings for transfer, and
|
|
<li>Transfer the files and settings to your new computer.
|
|
</ol>
|
|
</ID>
|
|
</DIV>
|
|
<DIV CLASS="text-primary">
|
|
<ID ID=migwiz_Text3>
|
|
<h3><input type=radio name=confirmed id=confirmyes checked>Yes, I want to transfer files and settings now.</h3>
|
|
<h3><input type=radio name=confirmed id=confirmno>No, I want to continue setup without transferring files and settings.</h3>
|
|
</ID>
|
|
</DIV>
|
|
|
|
<!--
|
|
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=-1 ACCESSKEY="S">
|
|
<U>S</U>kip
|
|
</BUTTON>
|
|
</TD>
|
|
<TD>
|
|
<BUTTON ID="btnBack" CLASS="buttons" TABINDEX=5 ACCESSKEY="B">
|
|
<U>B</U>ack
|
|
</BUTTON>
|
|
</TD>
|
|
<TD>
|
|
<BUTTON ID="btnNext" CLASS="buttons" TABINDEX=6 ACCESSKEY="N">
|
|
<U>N</U>ext
|
|
</BUTTON>
|
|
</TD>
|
|
</TR>
|
|
</TABLE>
|
|
</TD>
|
|
<TD ID=leftmargincell WIDTH=7%>
|
|
<!-- This cell is empty by design -->
|
|
</TD>
|
|
</TR>
|
|
</TABLE>
|
|
|
|
</BODY>
|
|
</HTML>
|
|
|