91 lines
2.5 KiB
Plaintext
91 lines
2.5 KiB
Plaintext
<html>
|
|
<head>
|
|
<title>out of box experience</title>
|
|
<link rel="stylesheet" type="text/css" href="actsetup/aregstyl.css">
|
|
<script language=jscript src="oobeutil.js"></script>
|
|
<script language=javascript>
|
|
function ISPShell_LoadMe_gocancel()
|
|
{
|
|
if (RemoveReminder.checked)
|
|
window.external.DeleteRemind(1);
|
|
window.external.Finish();
|
|
}
|
|
function ISPShell_LoadMe_goNext()
|
|
{
|
|
if (RemoveReminder.checked)
|
|
window.external.DeleteRemind(1);
|
|
window.external.Finish();
|
|
}
|
|
function ISPShell_LoadMe()
|
|
{
|
|
btnQuit.onclick = ISPShell_LoadMe_gocancel;
|
|
btnNext.onclick = ISPShell_LoadMe_goNext;
|
|
}
|
|
</script>
|
|
</head>
|
|
<body topmargin=0 leftmargin=0 TABINDEX=-1 style="background-repeat: no-repeat;"
|
|
onload="window.parent.ISPShell_LoadMe();">
|
|
|
|
<SPAN style="z-index:-99;position:absolute;left:0px;right:0px;width:100%;height:60px;background-color:white">
|
|
</SPAN>
|
|
|
|
<table border=0 cellpadding=0 cellspacing=0 width="100%" height="100%"><tr>
|
|
<td id=leftmargincell width=40>
|
|
</td>
|
|
<td valign=middle class="text-primary">
|
|
|
|
<TABLE border=0 style="width:167px;height:60px;">
|
|
<TD align=center> <IMG align=center ID=MSLogo src="images/logo.png" alt=""> </TD>
|
|
</TABLE>
|
|
|
|
<br><br>
|
|
|
|
<span class="title"><ID id=welc_s1>
|
|
Welcome to Microsoft Windows
|
|
</ID></span>
|
|
<br><br>
|
|
|
|
<br><br>
|
|
|
|
<span class="text-primary" id=AgentPos2><ID id=welc_s3>
|
|
This is to remind you that you have not yet signed up with internet. To sign up please run MSN setup on your desktop.</ID>
|
|
</span>
|
|
|
|
<br><br>
|
|
|
|
<br><br>
|
|
|
|
<input type="checkbox" id="RemoveReminder" value=0 ACCESSKEY="D"><ID id=userinfochkbx> <u>D</u>on't remind me again.</ID>
|
|
|
|
<br><br>
|
|
|
|
|
|
<table border=0 class="buttonposition4">
|
|
<tr>
|
|
<td width=99%>
|
|
</td>
|
|
<td>
|
|
<BUTTON ID=placeholder1 class="buttons" TABINDEX=-1 style="visibility:hidden"> S<u>k</u>ip </BUTTON>
|
|
</td>
|
|
<td>
|
|
<BUTTON ID=placeholder2 class="buttons" TABINDEX=-1 style="visibility:hidden"> S<u>k</u>ip </BUTTON>
|
|
</td>
|
|
<td>
|
|
<BUTTON ID="btnQuit" class="buttons" TABINDEX=1 ACCESSKEY="C"> <u>C</u>ancel </BUTTON>
|
|
</td>
|
|
<td>
|
|
<BUTTON ID="btnNext" class="buttons" TABINDEX=2 ACCESSKEY="F"> <u>F</u>inish </BUTTON>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</td>
|
|
|
|
<td id=rightmargincell width=40>
|
|
</td></tr>
|
|
</table>
|
|
|
|
|
|
</body>
|
|
</html>
|