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.

151 lines
8.0 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" src="userpage.js" defer id="idMainScript"></SCRIPT>
  8. </HEAD>
  9. <BODY class="BackgroundBody1" tabindex=-1 scroll="no" onLoad='PageInit();'>
  10. <DIV class="ColorPrimaryLink1 WorkArea">
  11. <DIV id="idPageTitle" class="FontPrompt1 ColorPrompt1">
  12. What do you want to change about your account?
  13. </DIV>
  14. <DIV id="idAltPageTitle" style="display:none">
  15. What do you want to change about %1's account?
  16. </DIV>
  17. <DIV id="idGuestPageTitle" style="display:none">
  18. What do you want to change about the guest account?
  19. </DIV>
  20. <TABLE border=0 cellspacing=0 cellpadding=0 class="FontPrimaryLink1 TaskArea">
  21. <TR>
  22. <TD nowrap id="idTasks" style="width:60%">
  23. <!-- List of things that can be done to an account. The wording here
  24. is designed for changing an account other than your own. -->
  25. <DIV id="idTaskLinks" style="display:none" expression="!_bUserIsAdmin && !_bUserIsGuest">
  26. <A href="" onclick="window.external.navigate('NamePage.htm',false); return false;"
  27. class="ColorPrimaryLink2"
  28. title='Lets you use a new name for this account (for example, you can change "Susie" to "Susan").'>
  29. Change the name</A>
  30. </DIV>
  31. <DIV id="idTaskLinks" style="display:none" expression="!_bUserIsAdmin">
  32. <A href="" onclick="window.external.navigate('PicturePage.htm',false); return false;"
  33. class="ColorPrimaryLink2"
  34. title="Lets you assign a new picture to this account.">
  35. Change the picture</A>
  36. </DIV>
  37. <DIV id="idTaskLinks" style="display:none" expression="!_bUserIsAdmin && !_bUserIsGuest">
  38. <A href="" onclick="window.external.navigate('AccountPage.htm',false); return false;"
  39. class="ColorPrimaryLink2"
  40. title="Lets you change the type of account and privileges available to this user.">
  41. Change the account type</A>
  42. </DIV>
  43. <DIV id="idTaskLinks" style="display:none" expression="!_bUserHasPassword && !_bUserIsGuest">
  44. <A href="" onclick="window.external.navigate('PasswordPage.htm',false); return false;"
  45. class="ColorPrimaryLink2"
  46. title="Assigns a password to this account.">
  47. Create a password</A>
  48. </DIV>
  49. <DIV id="idTaskLinks" style="display:none" expression="_bUserHasPassword">
  50. <A href="" onclick="window.external.navigate('PasswordPage.htm',false); return false;"
  51. class="ColorPrimaryLink2"
  52. title="Lets you assign a different password to this account.">
  53. Change the password</A>
  54. </DIV>
  55. <DIV id="idTaskLinks" style="display:none" expression="!_bUserIsAdmin && _bUserHasPassword">
  56. <A href="" onclick="window.external.navigate('RemovePassword.htm',false); return false;"
  57. class="ColorPrimaryLink2"
  58. title="Removes password protection from this account.">
  59. Remove password protection</A>
  60. </DIV>
  61. <DIV id="idTaskLinks" style="display:none" expression="_bUserIsGuest">
  62. <A href="" onclick="window.external.enableGuest(false); return false;"
  63. class="ColorPrimaryLink2"
  64. title="Prevents people who do not have a user account from logging on to the computer.">
  65. Turn off guest access</A>
  66. </DIV>
  67. <DIV id="idTaskLinks" style="display:none" expression="!_bUserIsAdmin && !_bUserIsGuest && !(_bRunningAsAdmin && _bUserIsOwner && window.external.countOwners() < 2)">
  68. <A href="" onclick="window.external.navigate('DeletePage.htm',false); return false;"
  69. class="ColorPrimaryLink2"
  70. title="Lets you delete this account from the computer.">
  71. Delete the account</A>
  72. </DIV>
  73. <!-- Similar to above, but wording is designed for changing attributes
  74. on your own account (changing self).
  75. Also, "Delete" is not in this list since you can't delete yourself. -->
  76. <DIV id="idSelfTaskLinks" style="display:none" expression="_bRunningAsOwner && !_bRunningAsAdmin && !_bUserIsGuest">
  77. <A href="" onclick="window.external.navigate('NamePage.htm',false); return false;"
  78. class="ColorPrimaryLink2"
  79. title='Lets you use a new name for your account (for example, you can change "Susie" to "Susan").'>
  80. Change my name</A>
  81. </DIV>
  82. <DIV id="idSelfTaskLinks" style="display:none" expression="!_bRunningAsAdmin">
  83. <A href="" onclick="window.external.navigate('PicturePage.htm',false); return false;"
  84. class="ColorPrimaryLink2"
  85. title="Lets you assign a new picture to your account.">
  86. Change my picture</A>
  87. </DIV>
  88. <DIV id="idSelfTaskLinks" style="display:none" expression="_bRunningAsOwner && !_bRunningAsAdmin">
  89. <A href="" onclick="window.external.navigate('AccountPage.htm',false); return false;"
  90. class="ColorPrimaryLink2"
  91. title="Lets you change the type of account and privileges available to you.">
  92. Change my account type</A>
  93. </DIV>
  94. <DIV id="idSelfTaskLinks" style="display:none" expression="!_bUserHasPassword && !_bUserIsGuest">
  95. <A href="" onclick="window.external.navigate('PasswordPage.htm',false); return false;"
  96. class="ColorPrimaryLink2"
  97. title="Assigns a password to your account. This keeps your folders, files, and other items secure from other people seeing them.">
  98. Create a password</A>
  99. </DIV>
  100. <DIV id="idSelfTaskLinks" style="display:none" expression="_bUserHasPassword && !_bUserIsGuest">
  101. <A href="" onclick="window.external.navigate('PasswordPage.htm',false); return false;"
  102. class="ColorPrimaryLink2"
  103. title="Lets you assign a different password to your account.">
  104. Change my password</A>
  105. </DIV>
  106. <DIV id="idSelfTaskLinks" style="display:none" expression="!_bRunningAsAdmin && _bUserHasPassword && !_bUserIsGuest">
  107. <A href="" onclick="window.external.navigate('RemovePassword.htm',false); return false;"
  108. class="ColorPrimaryLink2"
  109. title="Removes password protection from your account.">
  110. Remove my password</A>
  111. </DIV>
  112. </TD>
  113. <TD id="idUser"></TD>
  114. </TR>
  115. </TABLE>
  116. </DIV>
  117. <!-- Localizable content not displayed in this pane. -->
  118. <DIV style="display:none">
  119. <DIV id="idRelatedTaskContent">
  120. <DIV id="idChooseAccount" onclick="window.external.navigate('ChangePage.htm',false); return false;">
  121. <A class="FontSecondaryLink1 ColorSecondaryLink1" href="" tabIndex=2>Change another account</A>
  122. </DIV>
  123. <DIV id="CreateNew" onclick="window.external.navigate('CreatePage.htm',false); return false;">
  124. <A class="FontSecondaryLink1 ColorSecondaryLink1" href="" tabIndex=2>Create a new account</A>
  125. </DIV>
  126. </DIV>
  127. <DIV id="idLearnAboutContent">
  128. <TABLE onclick="window.external.showHelp('HelpWindowsAccounts.htm',false); return false;">
  129. <TR>
  130. <TD><IMG id="uaImg1" src="learn.gif"/></TD>
  131. <TD id="uaLink1"><A class="FontSecondaryLink1 ColorSecondaryLink1" href="" tabIndex=2>User accounts</A></TD>
  132. </TR>
  133. </TABLE>
  134. </DIV>
  135. <DIV id="idOwnerLearnAboutContent">
  136. <TABLE onclick="window.external.showHelp('HelpDeleteOwner.htm',false); return false;">
  137. <TR>
  138. <TD><IMG id="uaImg2" src="learn.gif"/></TD>
  139. <TD id="uaLink2"><A class="FontSecondaryLink1 ColorSecondaryLink1" href="" tabIndex=2>Deleting an owner account</A></TD>
  140. </TR>
  141. </TABLE>
  142. </DIV>
  143. </DIV>
  144. </BODY>
  145. </HTML>