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.

84 lines
3.6 KiB

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <HTML>
  3. <HEAD>
  4. <TITLE>out of box experience</TITLE>
  5. <LINK REL="stylesheet" TYPE="text/css" HREF="oobestyl.css">
  6. </HEAD>
  7. <BODY style="background-Color: transparent; background-repeat: no-repeat;" TABINDEX=-1
  8. ONLOAD="window.parent.SecurityPasswordLoadMe(); window.parent.Agent_Activate('SECURITYPASS');"
  9. ONUNLOAD="window.parent.Agent_Deactivate();">
  10. <TABLE ALIGN=center BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH="100%" HEIGHT="100%">
  11. <TR>
  12. <TD ID=leftmargincell WIDTH=7%></TD>
  13. <TD ID=maincell CLASS="text-primary">
  14. <BR><BR>
  15. <SPAN CLASS="title">
  16. <ID id=NewEulaTitle>What's your Administrator password?</ID>
  17. </SPAN>
  18. <BR><BR>
  19. <span class="text-primary">
  20. <id id="txtAdminPassExpl">You should set a password to protect this computer from unauthorized access. If you leave this password blank, then any user can log on as the Administrator using a blank password. <b>When you type your password, make sure that the CAPS LOCK key is not turned on.</b></id>
  21. </span>
  22. <table border=0 cellpadding=2>
  23. <tr>
  24. <td nowrap>
  25. <span id="securitypass_spn_label" class="text-primary">
  26. <ID id="txtSecurityPassword"><u>A</u>dministrator password:</ID>
  27. </span>
  28. </td>
  29. <td nowrap id="txtAccessKey_A"><input type="password" TABINDEX="1" ACCESSKEY="A" value="" id="SecurityPass" size=13 onfocus="this.select();"></td>
  30. <td width="60%">&nbsp;</td>
  31. </tr>
  32. <tr>
  33. <td nowrap>
  34. <span id="confirmPass_spn_label" class="text-primary">
  35. <ID id="txtConfirmPassword"><u>C</u>onfirm password:</ID>
  36. </span>
  37. </td>
  38. <td nowrap id="txtAccessKey_C">
  39. <input type="password" TABINDEX="2" ACCESSKEY="C" value="" id="ConfirmPass" size=13 onfocus="this.select();"></td>
  40. <td width="60%">&nbsp;</td>
  41. </tr>
  42. <tr>
  43. <td nowrap colspan="3">
  44. <span id="SecurityExplHidden" class="text-error" style="display:none;">
  45. <b><ID id="txtSecurityExpl">Your passwords do not match. Please re-enter the password.</ID></b>
  46. </span>
  47. </td>
  48. </tr>
  49. </table>
  50. <script>
  51. document.write(window.parent.g_ClickNextStr);
  52. </script>
  53. <!-- NAVIGATION BUTTONS -->
  54. <table border=0 class="newbuttonposition">
  55. <tr>
  56. <td width=10>&nbsp;&nbsp;</td>
  57. <td><BUTTON ID="btnBack" class="newbuttonsBack" TABINDEX=4 ACCESSKEY="B" style="visibility:visible;"></BUTTON></td>
  58. <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>
  59. <td width=99%>&nbsp;</td>
  60. <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>
  61. <td><BUTTON ID="btnSkip" class="newbuttonsSkip" TABINDEX=5 ACCESSKEY="S" style="visibility:visible;"></BUTTON></td>
  62. <td width=10>&nbsp;&nbsp;</td>
  63. <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>
  64. <td><BUTTON ID="btnNext" class="newbuttonsNext" TABINDEX=6 ACCESSKEY="N" style="visibility:visible;"></BUTTON></td>
  65. </tr>
  66. </table>
  67. </TD>
  68. </TR>
  69. </TABLE>
  70. </BODY>
  71. </HTML>