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.

45 lines
1.7 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=idCheckScript></SCRIPT>
  8. <SCRIPT language="JavaScript" src="namepage.js" defer id=idNameScript></SCRIPT>
  9. </HEAD>
  10. <BODY class=Page1 tabindex=-1 scroll=no onLoad='PageInit();'>
  11. <DIV id=idWorkArea class=WorkArea>
  12. <H2 id=idPageTitle>
  13. Provide a new name for your account
  14. </H2>
  15. <DIV id=idAltPageTitle style="display:none">
  16. Provide a new name for %1's account
  17. </DIV>
  18. <DIV class=TaskArea>
  19. <LABEL id=idTaskTitle for=idNameInput accesskey="T"><SPAN>T</SPAN>ype a new name for %1:</LABEL>
  20. <BR><INPUT id=idNameInput class=InputField name=Name type=text maxlength=20 style="width:20em">
  21. <DIV id=idPageSubtitle style="margin-top:2mm">
  22. This name will appear on the <A id=idWelcome class=Glossary href="" tabindex=0>Welcome screen</A>
  23. and on the <A id=idStart class=Glossary href="" tabindex=0>Start menu</A>.
  24. </DIV>
  25. </DIV>
  26. <DIV class=HorzLine1></DIV>
  27. <DIV id=idButtonRow class=ButtonRow>
  28. <BUTTON id=idOK type=submit onclick='ApplyNameChange();'
  29. accesskey="C"
  30. title="Replace the current account name with the one that you provided.">
  31. <SPAN>C</SPAN>hange Name
  32. </BUTTON>
  33. <BUTTON id=idCancel type="reset" onclick='top.window.g_Navigator.back();'
  34. title="Close this page without saving any changes you made.">
  35. Cancel
  36. </BUTTON>
  37. </DIV>
  38. </DIV>
  39. </BODY>
  40. </HTML>