Leaked source code of windows server 2003
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.
 
 
 
 
 
 

126 lines
3.9 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.migwizInteriorPage4_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 -->
Prepare settings for transfer
</ID>
</SPAN>
<BR><BR>
<!-- EXPLANATORY TEXT -->
<DIV CLASS="text-primary">
<ID ID=migwiz_Text1>
<!-- TODO: Modify explanatory text -->
To prepare settings:
<ol>
<li>Insert the Migration Wizard Program Disk into the disk drive of your original computer.</li><br>
<li>Click Start, and then click Run.</li><br>
<li>Type <b>a:\migwiz</b> and then click OK.</li><br>
</ol>
</ID>
After you have prepared the settings on your original computer, return to this screen and then click <b>Next</b>.
</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 -->
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>
<!--
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=-1 STYLE="visibility:hidden">
<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>