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.

56 lines
1.9 KiB

  1. <!--NOTE: this file is expected to be ANSI - do not add any localizable strings to it !!! -->
  2. <script language="JAVASCRIPT">
  3. function OnLoad()
  4. {
  5. document.vlinkColor = document.linkColor; // make sure that visited links don't look different
  6. // connect up the event source
  7. MMCEvents.ConnectTo(external.Document.Application);
  8. LeftPanel.style.width=@@LEFTPANEWIDTH@@;
  9. ViewPanel.addBehavior("#default#mmcview");
  10. UpdateState();
  11. }
  12. </script>
  13. <body id="body" scroll='no' onload='OnLoad()' tabIndex='-1'>
  14. <DIV style="position:absolute; top:0; left:0">
  15. <TABLE WIDTH="100%" cellspacing="0" cellpadding="0" COLS="2">
  16. <TR>
  17. <TD><SPAN style="width:32px"></SPAN></TD>
  18. <TD id="TaskpadName"><NOBR>@@CONSOLETASKPADNAME@@</NOBR></TD>
  19. </TR>
  20. </TABLE>
  21. </DIV>
  22. <TABLE WIDTH="100%" HEIGHT="100%" cellspacing="0" cellpadding="0" COLS="2">
  23. <TR WIDTH="100%">
  24. <TD id="LeftPanel" WIDTH="100%" ROWSPAN="2">
  25. <object id='FolderIcon' classid="clsid:B0395DA5-6A15-4E44-9F36-9A9DC7A2F341" tabIndex='-1'></object>
  26. </TD>
  27. <TD ID="RightPanel" bgColor="activecaption" VALIGN="TOP" WIDTH="100%" style="height:expression(TaskpadName.clientHeight);">
  28. </TD>
  29. </TR>
  30. <TR>
  31. <TD HEIGHT="10"></TD>
  32. </TR>
  33. <TR>
  34. <TD>
  35. <DIV id="TaskpadDescription">
  36. @@CONSOLETASKPADDESCRIPTION@@<BR />
  37. </DIV>
  38. </TD>
  39. <TD height="100%" ROWSPAN="2" id="ViewPanel"></TD>
  40. </TR>
  41. <TR height="100%" valign="top">
  42. <TD>
  43. <DIV STYLE="overflow: auto; height:100%; padding-left:5; padding-right:5; word-wrap:break-word">
  44. @@TASKS@@
  45. </DIV>
  46. </TD>
  47. </TR>
  48. </TABLE>
  49. <object id='MMCEvents' classid="clsid:ADE6444B-C91F-4e37-92A4-5BB430A33340" tabIndex='-1'></object>
  50. </body>