windows-nt/Source/XPSP1/NT/shell/cpls/nusrmgr/html/picturepage.htm
2020-09-26 16:20:57 +08:00

94 lines
3.7 KiB
HTML

<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">
.PictureSize { width=0.5in; height=0.5in; }
#idPictures { height:35mm; overflow-y:auto; border:'1px solid'; padding:1px; margin-bottom:1em; }
#idPictures SPAN { float:left; margin:1px; }
#idTaskLinks { margin-bottom:1em; }
#idTaskLinks { cursor:hand; }
#idTaskLinks TD { vertical-align:middle; }
#idTaskLinks IMG { margin-right:1mm; width:16px; height:16px;}
</STYLE>
<SCRIPT language="JavaScript" src="picturepage.js" defer id=idPictureScript></SCRIPT>
<SCRIPT language="JavaScript">
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 (*.*)|*||";
</SCRIPT>
</HEAD>
<BODY class=Page1 tabindex=-1 scroll=no onload='PageInit();' onunload='onUnLoad();'>
<DIV class=WorkArea>
<H2 id=idPageTitle>
Pick a new picture for your account
</H2>
<DIV id=idAltPageTitle style="display:none">
Pick a new picture for %1's account
</DIV>
<DIV id=idPageSubtitle class=TaskArea>
The picture you choose will appear on the <A id=idWelcome class=Glossary href="" tabindex=0>Welcome screen</A>.
</DIV>
<DIV id=idPictures class=TaskArea onclick='DeselectItem();'></DIV>
<DIV id=idTaskLinks>
<TABLE id=idBrowse onclick="event.returnValue=false; FindOtherPictures();"
title="Apply a picture from your My Pictures folder to this account.">
<TR>
<TD><IMG id=idBrowseImg src="stfind_3.ico"/></TD>
<TD id=idBrowseText><A href="">Browse for more pictures</A></TD>
</TR>
</TABLE>
<TABLE id=idTakeAPicture onclick="event.returnValue=false; TakeAPicture();" style="display:none">
<TR>
<TD><IMG id=idTakeAPictureImg src="camera.ico"/></TD>
<TD id=idTakeAPictureText><A href="">Get a picture from a camera or scanner</A></TD>
</TR>
</TABLE>
</DIV>
<DIV class=HorzLine1></DIV>
<DIV class=ButtonRow>
<BUTTON id=idOK type="submit" onclick='ApplyPictureChange();' disabled
accesskey="C"
title="Change this user&#039s picture to the new one you chose.">
<SPAN>C</SPAN>hange Picture
</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=idPreview>
<DIV class=LearnAboutBox>
<DIV id=idPreviewText class=LearnAboutCaption>Current Picture</DIV>
<DIV class=LearnAboutBody><IMG id=idPicture /></DIV>
</DIV>
</DIV>
<DIV id=idRelatedTaskContent>
<DIV id=idChangeTheme onclick="GetShell().ControlPanelItem('desk.cpl'); return false;" onkeydown="OnKeySelect(2);">
<A href="" tabIndex=-1>Change the computer theme</A>
</DIV>
</DIV>
<DIV id=idLearnAboutContent>
<TABLE onclick="LaunchHelp('HelpCustomPictures.htm'); return false;" onkeydown="OnKeySelect(2);">
<TR>
<TD><IMG id=uaImg1 src="helpdoc.ico"/></TD>
<TD id=uaLink1><A href="" tabIndex=-1>Using your own picture</A></TD>
</TR>
</TABLE>
</DIV>
</DIV>
</BODY>
</HTML>