windows-nt/Source/XPSP1/NT/shell/ext/taskui/nusrmgr/html/userpage.htm

152 lines
8 KiB
HTML
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<META http-equiv="MSThemeCompatible" content="Yes">
<TITLE>Choose Task</TITLE>
<LINK id="idCSS" rel="stylesheet" type="text/css" href="nusrmgr.css">
<SCRIPT language="JavaScript" src="userpage.js" defer id="idMainScript"></SCRIPT>
</HEAD>
<BODY class="BackgroundBody1" tabindex=-1 scroll="no" onLoad='PageInit();'>
<DIV class="ColorPrimaryLink1 WorkArea">
<DIV id="idPageTitle" class="FontPrompt1 ColorPrompt1">
What do you want to change about your account?
</DIV>
<DIV id="idAltPageTitle" style="display:none">
What do you want to change about %1's account?
</DIV>
<DIV id="idGuestPageTitle" style="display:none">
What do you want to change about the guest account?
</DIV>
<TABLE border=0 cellspacing=0 cellpadding=0 class="FontPrimaryLink1 TaskArea">
<TR>
<TD nowrap id="idTasks" style="width:60%">
<!-- List of things that can be done to an account. The wording here
is designed for changing an account other than your own. -->
<DIV id="idTaskLinks" style="display:none" expression="!_bUserIsAdmin && !_bUserIsGuest">
<A href="" onclick="window.external.navigate('NamePage.htm',false); return false;"
class="ColorPrimaryLink2"
title='Lets you use a new name for this account (for example, you can change "Susie" to "Susan").'>
Change the name</A>
</DIV>
<DIV id="idTaskLinks" style="display:none" expression="!_bUserIsAdmin">
<A href="" onclick="window.external.navigate('PicturePage.htm',false); return false;"
class="ColorPrimaryLink2"
title="Lets you assign a new picture to this account.">
Change the picture</A>
</DIV>
<DIV id="idTaskLinks" style="display:none" expression="!_bUserIsAdmin && !_bUserIsGuest">
<A href="" onclick="window.external.navigate('AccountPage.htm',false); return false;"
class="ColorPrimaryLink2"
title="Lets you change the type of account and privileges available to this user.">
Change the account type</A>
</DIV>
<DIV id="idTaskLinks" style="display:none" expression="!_bUserHasPassword && !_bUserIsGuest">
<A href="" onclick="window.external.navigate('PasswordPage.htm',false); return false;"
class="ColorPrimaryLink2"
title="Assigns a password to this account.">
Create a password</A>
</DIV>
<DIV id="idTaskLinks" style="display:none" expression="_bUserHasPassword">
<A href="" onclick="window.external.navigate('PasswordPage.htm',false); return false;"
class="ColorPrimaryLink2"
title="Lets you assign a different password to this account.">
Change the password</A>
</DIV>
<DIV id="idTaskLinks" style="display:none" expression="!_bUserIsAdmin && _bUserHasPassword">
<A href="" onclick="window.external.navigate('RemovePassword.htm',false); return false;"
class="ColorPrimaryLink2"
title="Removes password protection from this account.">
Remove password protection</A>
</DIV>
<DIV id="idTaskLinks" style="display:none" expression="_bUserIsGuest">
<A href="" onclick="window.external.enableGuest(false); return false;"
class="ColorPrimaryLink2"
title="Prevents people who do not have a user account from logging on to the computer.">
Turn off guest access</A>
</DIV>
<DIV id="idTaskLinks" style="display:none" expression="!_bUserIsAdmin && !_bUserIsGuest && !(_bRunningAsAdmin && _bUserIsOwner && window.external.countOwners() < 2)">
<A href="" onclick="window.external.navigate('DeletePage.htm',false); return false;"
class="ColorPrimaryLink2"
title="Lets you delete this account from the computer.">
Delete the account</A>
</DIV>
<!-- Similar to above, but wording is designed for changing attributes
on your own account (changing self).
Also, "Delete" is not in this list since you can't delete yourself. -->
<DIV id="idSelfTaskLinks" style="display:none" expression="_bRunningAsOwner && !_bRunningAsAdmin && !_bUserIsGuest">
<A href="" onclick="window.external.navigate('NamePage.htm',false); return false;"
class="ColorPrimaryLink2"
title='Lets you use a new name for your account (for example, you can change "Susie" to "Susan").'>
Change my name</A>
</DIV>
<DIV id="idSelfTaskLinks" style="display:none" expression="!_bRunningAsAdmin">
<A href="" onclick="window.external.navigate('PicturePage.htm',false); return false;"
class="ColorPrimaryLink2"
title="Lets you assign a new picture to your account.">
Change my picture</A>
</DIV>
<DIV id="idSelfTaskLinks" style="display:none" expression="_bRunningAsOwner && !_bRunningAsAdmin">
<A href="" onclick="window.external.navigate('AccountPage.htm',false); return false;"
class="ColorPrimaryLink2"
title="Lets you change the type of account and privileges available to you.">
Change my account type</A>
</DIV>
<DIV id="idSelfTaskLinks" style="display:none" expression="!_bUserHasPassword && !_bUserIsGuest">
<A href="" onclick="window.external.navigate('PasswordPage.htm',false); return false;"
class="ColorPrimaryLink2"
title="Assigns a password to your account. This keeps your folders, files, and other items secure from other people seeing them.">
Create a password</A>
</DIV>
<DIV id="idSelfTaskLinks" style="display:none" expression="_bUserHasPassword && !_bUserIsGuest">
<A href="" onclick="window.external.navigate('PasswordPage.htm',false); return false;"
class="ColorPrimaryLink2"
title="Lets you assign a different password to your account.">
Change my password</A>
</DIV>
<DIV id="idSelfTaskLinks" style="display:none" expression="!_bRunningAsAdmin && _bUserHasPassword && !_bUserIsGuest">
<A href="" onclick="window.external.navigate('RemovePassword.htm',false); return false;"
class="ColorPrimaryLink2"
title="Removes password protection from your account.">
Remove my password</A>
</DIV>
</TD>
<TD id="idUser"></TD>
</TR>
</TABLE>
</DIV>
<!-- Localizable content not displayed in this pane. -->
<DIV style="display:none">
<DIV id="idRelatedTaskContent">
<DIV id="idChooseAccount" onclick="window.external.navigate('ChangePage.htm',false); return false;">
<A class="FontSecondaryLink1 ColorSecondaryLink1" href="" tabIndex=2>Change another account</A>
</DIV>
<DIV id="CreateNew" onclick="window.external.navigate('CreatePage.htm',false); return false;">
<A class="FontSecondaryLink1 ColorSecondaryLink1" href="" tabIndex=2>Create a new account</A>
</DIV>
</DIV>
<DIV id="idLearnAboutContent">
<TABLE onclick="window.external.showHelp('HelpWindowsAccounts.htm',false); return false;">
<TR>
<TD><IMG id="uaImg1" src="learn.gif"/></TD>
<TD id="uaLink1"><A class="FontSecondaryLink1 ColorSecondaryLink1" href="" tabIndex=2>User accounts</A></TD>
</TR>
</TABLE>
</DIV>
<DIV id="idOwnerLearnAboutContent">
<TABLE onclick="window.external.showHelp('HelpDeleteOwner.htm',false); return false;">
<TR>
<TD><IMG id="uaImg2" src="learn.gif"/></TD>
<TD id="uaLink2"><A class="FontSecondaryLink1 ColorSecondaryLink1" href="" tabIndex=2>Deleting an owner account</A></TD>
</TR>
</TABLE>
</DIV>
</DIV>
</BODY>
</HTML>