Source code of Windows XP (NT5)
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.

90 lines
2.5 KiB

  1. <html>
  2. <head>
  3. <title>out of box experience</title>
  4. <link rel="stylesheet" type="text/css" href="actsetup/aregstyl.css">
  5. <script language=jscript src="oobeutil.js"></script>
  6. <script language=javascript>
  7. function ISPShell_LoadMe_gocancel()
  8. {
  9. if (RemoveReminder.checked)
  10. window.external.DeleteRemind(1);
  11. window.external.Finish();
  12. }
  13. function ISPShell_LoadMe_goNext()
  14. {
  15. if (RemoveReminder.checked)
  16. window.external.DeleteRemind(1);
  17. window.external.Finish();
  18. }
  19. function ISPShell_LoadMe()
  20. {
  21. btnQuit.onclick = ISPShell_LoadMe_gocancel;
  22. btnNext.onclick = ISPShell_LoadMe_goNext;
  23. }
  24. </script>
  25. </head>
  26. <body topmargin=0 leftmargin=0 TABINDEX=-1 style="background-repeat: no-repeat;"
  27. onload="window.parent.ISPShell_LoadMe();">
  28. <SPAN style="z-index:-99;position:absolute;left:0px;right:0px;width:100%;height:60px;background-color:white">
  29. </SPAN>
  30. <table border=0 cellpadding=0 cellspacing=0 width="100%" height="100%"><tr>
  31. <td id=leftmargincell width=40>
  32. </td>
  33. <td valign=middle class="text-primary">
  34. <TABLE border=0 style="width:167px;height:60px;">
  35. <TD align=center> <IMG align=center ID=MSLogo src="images/logo.png" alt=""> </TD>
  36. </TABLE>
  37. <br><br>
  38. <span class="title"><ID id=welc_s1>
  39. Welcome to Microsoft Windows
  40. </ID></span>
  41. <br><br>
  42. <br><br>
  43. <span class="text-primary" id=AgentPos2><ID id=welc_s3>
  44. 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>
  45. </span>
  46. <br><br>
  47. <br><br>
  48. <input type="checkbox" id="RemoveReminder" value=0 ACCESSKEY="D"><ID id=userinfochkbx> <u>D</u>on't remind me again.</ID>
  49. <br><br>
  50. <table border=0 class="buttonposition4">
  51. <tr>
  52. <td width=99%>
  53. </td>
  54. <td>
  55. <BUTTON ID=placeholder1 class="buttons" TABINDEX=-1 style="visibility:hidden"> S<u>k</u>ip </BUTTON>
  56. </td>
  57. <td>
  58. <BUTTON ID=placeholder2 class="buttons" TABINDEX=-1 style="visibility:hidden"> S<u>k</u>ip </BUTTON>
  59. </td>
  60. <td>
  61. <BUTTON ID="btnQuit" class="buttons" TABINDEX=1 ACCESSKEY="C"> <u>C</u>ancel </BUTTON>
  62. </td>
  63. <td>
  64. <BUTTON ID="btnNext" class="buttons" TABINDEX=2 ACCESSKEY="F"> <u>F</u>inish </BUTTON>
  65. </td>
  66. </tr>
  67. </table>
  68. </td>
  69. <td id=rightmargincell width=40>
  70. </td></tr>
  71. </table>
  72. </body>
  73. </html>