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.8 KiB

  1. <HTML>
  2. <HEAD>
  3. <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  4. <META http-equiv="MSThemeCompatible" content="Yes">
  5. <TITLE>Choose Task</TITLE>
  6. <LINK id="idCSS" rel="stylesheet" type="text/css" href="nusrmgr.css">
  7. <SCRIPT language="JavaScript" id="idScript">
  8. function OnPictureLoadError(img) { img.src = "accountgrey.bmp"; }
  9. </SCRIPT>
  10. </HEAD>
  11. <BODY class="BackgroundBody1" tabindex=-1 scroll="no" onLoad='window.external.createUserTable(idAccounts);'>
  12. <DIV class="ColorPrimaryLink1 WorkArea">
  13. <DIV id="idPageTitle" class="FontPrompt1 ColorPrompt1">
  14. Pick a task...
  15. </DIV>
  16. <DIV id="idTasks" class="FontPrimaryLink1 TaskArea">
  17. <DIV id="idTaskChangeAccount">
  18. <A href="" onclick="window.external.navigate('ChangePage.htm',false); return false;"
  19. class="ColorPrimaryLink2"
  20. title="Lets you change the settings for one of the accounts on this computer.">
  21. Change an account</A>
  22. </DIV>
  23. <DIV id="idTaskCreateAccount">
  24. <A href="" onclick="window.external.navigate('CreatePage.htm',false); return false;"
  25. class="ColorPrimaryLink2"
  26. title="Assigns a name and an account type to a new account.">
  27. Create a new account</A>
  28. </DIV>
  29. <DIV id="idTaskLogonOptions">
  30. <A href="" onclick="window.external.navigate('{C282FA70-BE5B-4D20-A819-14424E4A3950}',false); return false;"
  31. class="ColorPrimaryLink2"
  32. title="Lets you change the way users log on to the computer and whether programs stay open after logging off.">
  33. Change the way users log on or off</A>
  34. </DIV>
  35. </DIV>
  36. <DIV id="idPageSubtitle" class="FontPrompt1 ColorPrompt1">
  37. ... or pick an account to change
  38. </DIV>
  39. <DIV id="idAccounts"></DIV>
  40. </DIV>
  41. </BODY>
  42. </HTML>