<HTML>

<HEAD>
  <META content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
  <META http-equiv="MSThemeCompatible" content="Yes">
  <LINK id=idCSS rel="stylesheet" type="text/css" href="nusrmgr.css">
  <LINK id=idTheme rel="stylesheet" type="text/css" href="classic.css">
  <STYLE id=idStyle type="text/css">
    .TaskArea     { width:90%; }
    .TaskArea DIV { margin-bottom:1em; }
    INPUT         { width:100%; }
  </STYLE>
  <SCRIPT language="JavaScript" src="pw_common.js" defer id=idSharedPWScript></SCRIPT>
  <SCRIPT language="JavaScript" defer>
    function PageInit()
    {
        PWInit(true);

        var szHint = top.window.g_oSelectedUser.setting("Hint");
        if (szHint && szHint.length > 0)
        {
            idShowHint.style.display = 'block';
            idOldPassword.style.marginBottom = 0;
        }

        idOldPasswordInput.focus();
    }
  </SCRIPT>
</HEAD>

<BODY class=Page1 tabindex=-1 scroll=no onLoad='PageInit();'>

  <DIV class=WorkArea>
    <H2 id=idPageTitle>
      Change your password
    </H2>
    <DIV class=TaskArea>
      <DIV id=idOldPassword>
        <LABEL id=idOldPasswordLabel for="idOldPasswordInput">Type your current password:</LABEL>
        <INPUT id=idOldPasswordInput class=InputField type="password" maxlength=256>
        <DIV id=idShowHint style="text-align:right; display:none;">
          <A id=idHint onclick="top.window.ShowPopup(top.window.g_oSelectedUser.setting('Hint'),this); return false;" href="" tabindex=1>Show password hint</A>
        </DIV>
      </DIV>
      <DIV>
        <LABEL id=idNewPassword1Label for="idNewPassword1Input">Type a new password:</LABEL>
        <INPUT id=idNewPassword1Input class=InputField type="password" maxlength=256>
      </DIV>
      <DIV>
        <LABEL id=idNewPassword2Label for="idNewPassword2Input">Type the new password again to confirm:</LABEL>
        <INPUT id=idNewPassword2Input class=InputField type="password" maxlength=256>
        <DIV id=idPageSubtitle style="margin-top:1em;">
          If your password contains capital letters, be sure to type them the same way every time you log on.
        </DIV>
      </DIV>
      <DIV>
        <LABEL id=idHintLabel for="idHintInput">Type a word or phrase to use as a
        <A id=idHintDefn class=Glossary href="" tabindex=0>password hint:</A></LABEL>
        <INPUT id=idHintInput class=InputField type=text maxlength=260>
      </DIV>
      <DIV id=idBottomText>
        The password hint will be visible to everyone who uses this computer.
      </DIV>
    </DIV>
    <DIV class=HorzLine1></DIV>
    <DIV class=ButtonRow>
      <BUTTON id=idOK type="submit" onclick='ApplyPasswordChange();'
              accesskey="C"
              title="Change the current password for this account to the one that you provided.">
        <SPAN>C</SPAN>hange Password
      </BUTTON>
      <BUTTON id=idCancel type="reset" onclick='top.window.g_Navigator.back();'
              title="Close this page without saving any changes you made.">
        Cancel
      </BUTTON>
    </DIV>
  </DIV>

  <!-- Localizable content not displayed in this pane. -->
  <DIV style="display:none">
    <DIV id=idLearnAboutContent>
      <TABLE onclick="LaunchHelp('HelpCreatePassword.htm'); return false;" onkeydown="OnKeySelect(2);">
        <TR>
          <TD><IMG id=uaImg1 src="helpdoc.ico"/></TD>
          <TD id=uaLink1><A href="" tabIndex=-1>Creating a secure password</A></TD>
        </TR>
      </TABLE>
      <TABLE onclick="LaunchHelp('HelpCreateHint.htm'); return false;" onkeydown="OnKeySelect(2);">
        <TR>
          <TD><IMG id=uaImg2 src="helpdoc.ico"/></TD>
          <TD id=uaLink2><A href="" tabIndex=-1>Creating a good password hint</A></TD>
        </TR>
      </TABLE>
      <TABLE onclick="LaunchHelp('HelpRecoverPassword.htm'); return false;" onkeydown="OnKeySelect(2);">
        <TR>
          <TD><IMG id=uaImg3 src="helpdoc.ico"/></TD>
          <TD id=uaLink3><A href="" tabIndex=-1>Remembering a password</A></TD>
        </TR>
      </TABLE>
    </DIV>
  </DIV>

</BODY>

</HTML>