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.

113 lines
4.8 KiB

  1. <html>
  2. <head>
  3. <title>out of box experience</title>
  4. <link rel="stylesheet" type="text/css" href="regstyl.css">
  5. <META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes">
  6. </head>
  7. <body style="background-Color: transparent; background-repeat: no-repeat;" topMargin=0 rightmargin=0 leftmargin=0 tabindex=-1
  8. onload="window.parent.RegDialRdy_LoadMe();">
  9. <table border=0 cellpadding=0 cellspacing=0 width="100%" height="100%">
  10. <tr>
  11. <td ID=leftmargincell width=5% height=99%></td>
  12. <td ID=maincell valign=top class="text-primary">
  13. <!-- Title is "display:none" by design, GetPageTitle() in regshell.htm extracts this title -->
  14. <span ID=Title_Text class="title" style="display:none;">
  15. <ID id=Registration_Title_Text1>Preparing to Register Online</ID>
  16. </span>
  17. <br>
  18. <span id=RegDialReadyIntro class="text-primary">
  19. <ID id="drdyoem_2a">Windows will now dial a telephone number to register your new computer with Microsoft.</id>
  20. </span>
  21. <br>
  22. <span class="text-primary">
  23. <ID id="drdyoem_2b">Click <b>Next</b> to begin dialing.</id>
  24. </span>
  25. <br><br>
  26. <span id="DialRdy_ctrl1" style="visibility:hidden;">
  27. <p><span class="text-primary"><ID id="drdyoem_4">To proceed, provide the information below and click <b>Next</b>. To continue without dialing on your telephone line, click <b>Skip</b>.</id></span></p>
  28. <p>
  29. <span class="text-primary"><ID id="drdyoem_8">Select the country/region where you are now. Click the down arrow, or press the ALT + &quot;DOWN ARROW&quot; keys to view the list of regions.</id></span>
  30. <br>
  31. <select id=selCountry TABINDEX=2>
  32. <script language="javascript">
  33. document.write(window.parent.external.Tapi.get_AllCountryName);
  34. </script>
  35. </select>
  36. </p>
  37. <p>
  38. <span class="text-primary"><ID id="drdyoem_11">Enter your telephone <u>a</u>rea code. (e.g., 425 in 425-555-1212).<id></span>
  39. <br>
  40. <input style="ime-mode:disabled" id=edtAreaCode TABINDEX=2 type="text" name="textfield" size="7" maxlength="7" ACCESSKEY="A" onkeypress="window.parent.KeyPressIsNumeric();">
  41. </p>
  42. <span id="PulseToneDialing" style="visibility:hidden;">
  43. <LABEL TABINDEX=-1 ACCESSKEY="T" id=Tapi_TOUCHTONE for="radioTouchToneYes">Do you have <U>t</U>ouch tone service?</label>
  44. <input TABINDEX=3 type="radio" name=TouchTone checked id=radioTouchToneYes>
  45. <LABEL TABINDEX=-1 id="Tapi_TOUCHTONE_YES" for="radioTouchToneYes">Yes</LABEL>
  46. <input TABINDEX=3 type="radio" name=TouchTone id=radioTouchToneNo>
  47. <LABEL TABINDEX=-1 id="Tapi_TOUCHTONE_NO" for="radioTouchToneNo">No</LABEL>
  48. </span>
  49. </span>
  50. <br><br>
  51. <!-- OUTSIDE LINE -->
  52. <span id="spnOutsideLine" style="visibility:hidden;">
  53. <LABEL TABINDEX=-1 ACCESSKEY="O" id="drdyref_OUTSIDELINE1" for="radioOutSideLineYes">Do you dial a number to access an <U>o</U>utside line?</label>
  54. <input TABINDEX=4 type="radio" checked name=OutsideLine id=radioOutsideLineYes>
  55. <LABEL TABINDEX=-1 id="drdyref_OUTSIDELINE_YES" for="radioOutsideLineYes">Yes</LABEL>
  56. <input TABINDEX=4 type="radio" name=OutsideLine id=radioOutsideLineNo>
  57. <LABEL TABINDEX=-1 id="drdyref_OUTSIDELINE_NO" for="radioOutSideLineNo">No</LABEL>
  58. </span>
  59. <br>
  60. <SPAN TABINDEX=-1 id="spnOutsideLineNumber" style="visibility:hidden; position:relative;">
  61. <LABEL TABINDEX=-1 ACCESSKEY="W" ID="drdyref_OUTSIDELINE2" for=edtOutsideLineNumber><U>W</U>hat is that number?</LABEL>
  62. <input TABINDEX=5 style="ime-mode:disabled;" type="text" id=edtOutsideLineNumber maxlength=10 size="4" onkeypress="window.parent.KeyPressIsNumeric();">
  63. </SPAN>
  64. </td>
  65. <td ID=rightmargincell width=7%>
  66. </td>
  67. </tr>
  68. <tr>
  69. <td colspan=3>
  70. <br>
  71. <table border=0 class="buttonpositionnew">
  72. <tr>
  73. <td width="99%">&nbsp;</td>
  74. <td>
  75. <table border=0 width="100">
  76. <tr>
  77. <td width=99%>
  78. </td>
  79. <td>
  80. <BUTTON ID="btnSkip" class="buttons" TABINDEX=2 ACCESSKEY="S"><label for=btnSkip><id id="LocalBtnSkip_Text"><u>S</u>kip</id></label></BUTTON>
  81. </td>
  82. <td>
  83. <BUTTON ID="btnBack" class="buttons" TABINDEX=3 ACCESSKEY="B"><label for=btnBack><id id="LocalBtnBack_Text"><u>B</u>ack</id></label></BUTTON>
  84. </td>
  85. <td>
  86. <BUTTON ID="btnNext" class="buttons" TABINDEX=4 ACCESSKEY="N"><label for=btnNext><id id="LocalBtnNext_Text"><u>N</u>ext</id></label></BUTTON>
  87. </td>
  88. </tr>
  89. </table>
  90. </td>
  91. </tr>
  92. </table>
  93. </td>
  94. </tr>
  95. </table>
  96. </body>
  97. </html>