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.

43 lines
1.5 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="deletepage.js" defer id=idDeleteScript></SCRIPT>
  8. </HEAD>
  9. <BODY class=Page1 tabindex=-1 scroll=no onLoad='PageInit();'>
  10. <DIV class=WorkArea>
  11. <H2 id=idPageTitle>
  12. Do you want to keep %1's files?
  13. </H2>
  14. <DIV id=idPageSubtitle class=TaskArea>
  15. Before you delete %1's account, Windows can automatically save the contents
  16. of %1's desktop and "My Documents" folder to a new folder called "%1" on
  17. your desktop. However, Windows cannot save %1's e-mail messages, Internet
  18. favorites, and other settings.
  19. </DIV>
  20. <DIV class=HorzLine1></DIV>
  21. <DIV class=ButtonRow>
  22. <BUTTON id=idYes type=submit onclick='OnNext(false);'
  23. accesskey="K"
  24. title="Save this person&#039s files to your desktop.">
  25. <SPAN>K</SPAN>eep Files
  26. </BUTTON>
  27. <BUTTON id=idNo onclick='OnNext(true);'
  28. accesskey="D"
  29. title="Delete this person&#039s files.">
  30. <SPAN>D</SPAN>elete Files
  31. </BUTTON>
  32. <BUTTON id=idCancel type=reset onclick='top.window.g_Navigator.back();'
  33. title="Close this page without saving any changes you made.">
  34. Cancel
  35. </BUTTON>
  36. </DIV>
  37. </DIV>
  38. </BODY>
  39. </HTML>