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.

113 lines
5.3 KiB

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <HTML>
  3. <HEAD>
  4. <TITLE>
  5. out of box experience
  6. </TITLE>
  7. <LINK rel="stylesheet" type="text/css" href="oobestyl.css">
  8. </HEAD>
  9. <BODY style="background-Color: transparent; background-repeat: no-repeat;" TABINDEX=-1
  10. onload="window.parent.CompName_LoadMe();window.parent.Agent_Activate('CompName')"
  11. onunload="window.parent.Agent_Deactivate();">
  12. <TABLE valign="middle" border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">
  13. <TR>
  14. <TD id="leftmargincell" width="7%">
  15. <!-- left gutter -->
  16. </TD> <!-- leftmargincell -->
  17. <TD id="maincell" valign="middle" class="text-primary">
  18. <BR><BR>
  19. <SPAN class="title">
  20. <ID id="CompName_TitleText">What's your computer's name?</ID>
  21. </SPAN>
  22. <BR><BR>
  23. <SPAN id="spnCompName_Primary1" class="text-primary">
  24. <ID id="txtCompName01">Choose a name for your PC that will help you identify it on your home network, if you have one. Each computer on your network must have a unique name.</ID>
  25. </SPAN>
  26. <BR><BR>
  27. <SPAN id="spnCompName_Primary2" class="text-primary">
  28. <id id="txtCompName1">You can name your computer based on its owner or location, for example "DAVID" or "FAMILYROOM."</id>
  29. </SPAN>
  30. <span id="spnCompName_Primary21" class="text-primary"><id id="txtCompName101">In order for your computer to appear on a network, its name cannot be longer than 15 characters or contain any spaces or characters aside from the numbers 0-9, the letters A-Z and a-z, and hyphens.</id>
  31. </span>
  32. <BR><BR>
  33. <!-- SYSTEM NAME -->
  34. <TABLE border="0">
  35. <TR>
  36. <TD width=10% id=lblCompName nowrap>
  37. <SPAN id="EnterComputerName_1" class="text-primary">
  38. &nbsp;&nbsp;&nbsp;&nbsp;<id id="txtCompName120"><u>C</u>omputer name: </id>
  39. </SPAN>
  40. </TD>
  41. <TD width="15%">
  42. <!-- Max computer name length is 15 characters -->
  43. <INPUT type="text" accesskey="C" class="computer-name-box" id="txtCompName" TABINDEX="1">
  44. </TD>
  45. <td id="CompNameErrorExplained" nowrap width="70%"><span id="lblCompNameError" class="text-error" style="display:none;">&nbsp;<id id="txtCompNameErrorExplained">Please re-enter the computer name using the rules above.</id></span></td>
  46. </TR>
  47. <TR>
  48. <TD>
  49. &nbsp;
  50. </TD>
  51. <TD>
  52. <SPAN id="spnCompName_NetworkName">
  53. <!-- network name will be inserted here -->
  54. </SPAN>
  55. </TD>
  56. </TR>
  57. </TABLE>
  58. <BR><BR>
  59. <SPAN id="spnCompDesc_Primary1" class="text-primary">
  60. <id id="txtCompDesc1">You can also give your computer a friendly description. Unlike the computer name, the computer description may contain spaces and other special characters. "David's game machine" and "The Chavez Family Computer" are examples of computer descriptions.</id>
  61. </span>
  62. <BR><BR>
  63. <!-- SYSTEM DESCRIPTION -->
  64. <TABLE border="0">
  65. <TR>
  66. <TD id=lblCompDesc nowrap>
  67. <SPAN id="EnterComputerDesc_1" class="text-primary">
  68. &nbsp;&nbsp;&nbsp;&nbsp;<id id="txtCompDesc120">C<u>o</u>mputer description: </id>
  69. </SPAN>
  70. </TD>
  71. <TD>
  72. <table>
  73. <TR>
  74. <TD>
  75. <INPUT type="text" size="60" accesskey="O" class="computer-desc-box" id="txtCompDesc" TABINDEX="2">
  76. </TD>
  77. <TD id="CompDescOptional" nowrap><span id="lblCompDescOptional" class="text-primary">&nbsp;<id id="txtCompDescOptional">(Optional)</id></span></td>
  78. </TR>
  79. </table>
  80. </TD>
  81. </TR>
  82. </TABLE>
  83. <table border=0 class="newbuttonposition">
  84. <tr>
  85. <td width=10>&nbsp;&nbsp;</td>
  86. <td><BUTTON ID="btnBack" class="newbuttonsBack" TABINDEX=3 ACCESSKEY="B" style="visibility:visible;"></BUTTON></td>
  87. <td nowrap valign=middle class="text-primary"><span id="BackBtnLocalText" style="visibility:visible;"><label for=btnBack><id id="LocalBtnBack_Text"><u>B</u>ack</id></label></span></td>
  88. <td width=99%>&nbsp;</td>
  89. <td nowrap valign=middle class="text-primary"><span id="SkipBtnLocalText" style="visibility:visible;"><label for=btnSkip><id id="LocalBtnSkip_Text"><u>S</u>kip</id></label></span></td>
  90. <td><BUTTON ID="btnSkip" class="newbuttonsSkip" TABINDEX=4 ACCESSKEY="S" style="visibility:visible;"></BUTTON></td>
  91. <td width=10>&nbsp;&nbsp;</td>
  92. <td nowrap valign=middle class="text-primary"><span id="NextBtnLocalText" style="visibility:visible;"><label for=btnNext><id id="LocalBtnNext_Text"><u>N</u>ext</id></label></span></td>
  93. <td><BUTTON ID="btnNext" class="newbuttonsNext" TABINDEX=5 ACCESSKEY="N" style="visibility:visible;"></BUTTON></td>
  94. </tr>
  95. </table>
  96. </TD>
  97. </TR>
  98. </TABLE>
  99. </BODY>
  100. </HTML>