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.

93 lines
3.7 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. <STYLE id=idStyle type="text/css">
  8. .PictureSize { width=0.5in; height=0.5in; }
  9. #idPictures { height:35mm; overflow-y:auto; border:'1px solid'; padding:1px; margin-bottom:1em; }
  10. #idPictures SPAN { float:left; margin:1px; }
  11. #idTaskLinks { margin-bottom:1em; }
  12. #idTaskLinks { cursor:hand; }
  13. #idTaskLinks TD { vertical-align:middle; }
  14. #idTaskLinks IMG { margin-right:1mm; width:16px; height:16px;}
  15. </STYLE>
  16. <SCRIPT language="JavaScript" src="picturepage.js" defer id=idPictureScript></SCRIPT>
  17. <SCRIPT language="JavaScript">
  18. var L_OpenFilesFilter_Text = "Image Files (*.bmp,*.gif,*.jpg,*.png)|*.bmp;*.dib;*.gif;*.jpg;*.jpe;*.jpeg;*.png;*.rle|Bitmap (*.bmp,*.dib,*.rle)|*.bmp;*.dib;*.rle|GIF (*.gif)|*.gif|JPEG (*.jpg)|*.jpg|PNG (*.png)|*.png|All Files (*.*)|*||";
  19. </SCRIPT>
  20. </HEAD>
  21. <BODY class=Page1 tabindex=-1 scroll=no onload='PageInit();' onunload='onUnLoad();'>
  22. <DIV class=WorkArea>
  23. <H2 id=idPageTitle>
  24. Pick a new picture for your account
  25. </H2>
  26. <DIV id=idAltPageTitle style="display:none">
  27. Pick a new picture for %1's account
  28. </DIV>
  29. <DIV id=idPageSubtitle class=TaskArea>
  30. The picture you choose will appear on the <A id=idWelcome class=Glossary href="" tabindex=0>Welcome screen</A>.
  31. </DIV>
  32. <DIV id=idPictures class=TaskArea onclick='DeselectItem();'></DIV>
  33. <DIV id=idTaskLinks>
  34. <TABLE id=idBrowse onclick="event.returnValue=false; FindOtherPictures();"
  35. title="Apply a picture from your My Pictures folder to this account.">
  36. <TR>
  37. <TD><IMG id=idBrowseImg src="stfind_3.ico"/></TD>
  38. <TD id=idBrowseText><A href="">Browse for more pictures</A></TD>
  39. </TR>
  40. </TABLE>
  41. <TABLE id=idTakeAPicture onclick="event.returnValue=false; TakeAPicture();" style="display:none">
  42. <TR>
  43. <TD><IMG id=idTakeAPictureImg src="camera.ico"/></TD>
  44. <TD id=idTakeAPictureText><A href="">Get a picture from a camera or scanner</A></TD>
  45. </TR>
  46. </TABLE>
  47. </DIV>
  48. <DIV class=HorzLine1></DIV>
  49. <DIV class=ButtonRow>
  50. <BUTTON id=idOK type="submit" onclick='ApplyPictureChange();' disabled
  51. accesskey="C"
  52. title="Change this user&#039s picture to the new one you chose.">
  53. <SPAN>C</SPAN>hange Picture
  54. </BUTTON>
  55. <BUTTON id=idCancel type="reset" onclick='top.window.g_Navigator.back();'
  56. title="Close this page without saving any changes you made.">
  57. Cancel
  58. </BUTTON>
  59. </DIV>
  60. </DIV>
  61. <!-- Localizable content not displayed in this pane. -->
  62. <DIV style="display:none">
  63. <DIV id=idPreview>
  64. <DIV class=LearnAboutBox>
  65. <DIV id=idPreviewText class=LearnAboutCaption>Current Picture</DIV>
  66. <DIV class=LearnAboutBody><IMG id=idPicture /></DIV>
  67. </DIV>
  68. </DIV>
  69. <DIV id=idRelatedTaskContent>
  70. <DIV id=idChangeTheme onclick="GetShell().ControlPanelItem('desk.cpl'); return false;" onkeydown="OnKeySelect(2);">
  71. <A href="" tabIndex=-1>Change the computer theme</A>
  72. </DIV>
  73. </DIV>
  74. <DIV id=idLearnAboutContent>
  75. <TABLE onclick="LaunchHelp('HelpCustomPictures.htm'); return false;" onkeydown="OnKeySelect(2);">
  76. <TR>
  77. <TD><IMG id=uaImg1 src="helpdoc.ico"/></TD>
  78. <TD id=uaLink1><A href="" tabIndex=-1>Using your own picture</A></TD>
  79. </TR>
  80. </TABLE>
  81. </DIV>
  82. </DIV>
  83. </BODY>
  84. </HTML>