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.

40 lines
1.6 KiB

  1. <HTML>
  2. <HEAD>
  3. <META content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
  4. <META http-equiv="MSThemeCompatible" content="Yes">
  5. <LINK id=idCSS rel="stylesheet" type="text/css" href="nusrmgr.css">
  6. <LINK id=idTheme rel="stylesheet" type="text/css" href="classic.css">
  7. <SCRIPT language="JavaScript" src="name_common.js" defer id=idNameScript></SCRIPT>
  8. <SCRIPT language="JavaScript" src="createpage.js" defer id=idCreateScript></SCRIPT>
  9. </HEAD>
  10. <BODY class=Page1 tabindex=-1 scroll=no onLoad='PageInit();'>
  11. <DIV class=WorkArea>
  12. <H2 id=idPageTitle>
  13. Name the new account
  14. </H2>
  15. <DIV class=TaskArea>
  16. <LABEL id=idNameLabel for=idNameInput accesskey="T"><SPAN>T</SPAN>ype a name for the new account:</LABEL>
  17. <BR><INPUT id=idNameInput class=InputField type=text maxlength=20 style="width:20em">
  18. <DIV id=idPageSubtitle style="margin-top:2mm">
  19. This name will appear on the <A id=idWelcome class=Glossary href="" tabindex=0>Welcome screen</A>
  20. and on the <A id=idStart class=Glossary href="" tabindex=0>Start menu</A>.
  21. </DIV>
  22. </DIV>
  23. <DIV class=HorzLine1></DIV>
  24. <DIV class=ButtonRow>
  25. <BUTTON id=idOK type=submit onclick='Next();'
  26. accesskey="N"
  27. title="Assign the account name that you chose and then proceed to the next account creation step.">
  28. <SPAN>N</SPAN>ext&nbsp;&gt;
  29. </BUTTON>
  30. <BUTTON id=idCancel type="reset" onclick='top.window.g_szNewName=null; top.window.g_Navigator.back();'
  31. title="Close this page without saving any changes you made.">
  32. Cancel
  33. </BUTTON>
  34. </DIV>
  35. </DIV>
  36. </BODY>
  37. </HTML>