2025-04-27 07:49:33 -04:00

62 lines
2.4 KiB
HTML

<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<META http-equiv="MSThemeCompatible" content="Yes">
<LINK id="idCSS" rel="stylesheet" type="text/css" href="nusrmgr.css">
<SCRIPT language="JavaScript" id="idMainScript">
function PageInit()
{
if (window.external.runningAsOwner)
{
idRelatedTasks.style.display = 'block';
if (window.external.isSelf)
idOwnerLearnAboutLinks.style.display = 'block';
else
idLearnAbout.style.display = 'none';
}
else
idLearnAboutLinks.style.display = 'block';
}
</SCRIPT>
</HEAD>
<BODY class="BackgroundBody1" tabindex=-1 scroll="no" onLoad='PageInit();'>
<DIV class="WorkArea">
<DIV id="idRelatedTasks" class="FontSubHeader1 ColorPrompt1" style="margin-top:2em;display:none">
Related Tasks
<DIV id="idRelatedTaskLinks" class="FontSecondaryLink1">
<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>
<DIV id="idLearnAbout" class="FontSubHeader1 ColorPrompt1" style="margin-top:2em">
Learn About
<DIV id="idLearnAboutLinks" class="FontSecondaryLink1" style="display:none">
<TABLE onclick="window.external.showHelp('HelpWindowsAccounts.htm'); 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="idOwnerLearnAboutLinks" class="FontSecondaryLink1" style="display:none">
<TABLE onclick="window.external.showHelp('HelpDeleteOwner.htm'); 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>
</DIV>
</BODY>
</HTML>