Leaked source code of windows server 2003
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.

62 lines
2.4 KiB

  1. <HTML>
  2. <HEAD>
  3. <META content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
  4. <META http-equiv="MSThemeCompatible" content="Yes">
  5. <LINK id=idCSS rel="stylesheet" type="text/css" href="nusrmgr.css">
  6. <LINK id=idTheme rel="stylesheet" type="text/css" href="classic.css">
  7. <SCRIPT language="JavaScript" src="passport.js" defer id=idPPScript></SCRIPT>
  8. </HEAD>
  9. <BODY class=Page1 tabindex=-1 scroll=no onLoad='PageInit();'>
  10. <DIV class=WorkArea>
  11. <H2 id=idPageTitle>
  12. What do you want to change about your .NET Passport?
  13. </H2>
  14. <DIV id=idPageSubtitle class=TaskArea>
  15. Currently, your Passport is <b id=idPassportName>&lt;empty&gt;</b>.<br>
  16. <br>
  17. You can select a different Passport to use with your user account, or you can change attributes of your current Passport, such as your password or your secret question.<br>
  18. <br>
  19. If you are not already connected to the Internet, Windows will connect you when you click either of these buttons.
  20. </DIV>
  21. <DIV class=HorzLine1></DIV>
  22. <DIV class=ButtonRow>
  23. <BUTTON id=idOK onclick='LaunchPassportWizard();'
  24. accesskey="D"
  25. title="Select a different Passport for your user account.">
  26. Use a <SPAN>D</SPAN>ifferent Passport
  27. </BUTTON>
  28. <BUTTON id=idEditPassport onclick='ModifyPassport();'
  29. accesskey="C"
  30. title="Change the properties of the Passport you currently have.">
  31. <SPAN>C</SPAN>hange Passport Attributes
  32. </BUTTON>
  33. <BUTTON id=idCancel type="reset" onclick='top.window.g_Navigator.back();'
  34. title="Close this page without saving any changes you made.">
  35. Cancel
  36. </BUTTON>
  37. </DIV>
  38. </DIV>
  39. <!-- Localizable content not displayed in this pane. -->
  40. <DIV style="display:none">
  41. <DIV id=idRelatedTaskContent>
  42. <DIV id=idLaunchKeyring onclick="GetShell().ControlPanelItem('keymgr.dll'); return false;" onkeydown="OnKeySelect(2);">
  43. <A href="" tabIndex=-1>Manage my network passwords</A>
  44. </DIV>
  45. </DIV>
  46. <DIV id=idLearnAboutContent>
  47. <TABLE onclick="LaunchHelp('HelpPassport.htm'); return false;" onkeydown="OnKeySelect(2);">
  48. <TR>
  49. <TD><IMG id=uaImg1 src="helpdoc.ico"/></TD>
  50. <TD id=uaLink1><A href="" tabIndex=-1>Using a .NET Passport</A></TD>
  51. </TR>
  52. </TABLE>
  53. </DIV>
  54. </DIV>
  55. </BODY>
  56. </HTML>