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.

51 lines
1.8 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. UpdateState();
  9. }
  10. </script>
  11. <body id="body" scroll='no' onload='OnLoad()' tabIndex='-1'>
  12. <DIV style="position:absolute; top:0; left:0">
  13. <TABLE WIDTH="100%" cellspacing="0" cellpadding="0" COLS="2">
  14. <TR>
  15. <TD><SPAN style="width:32px"></SPAN></TD>
  16. <TD id="TaskpadName"><NOBR>@@CONSOLETASKPADNAME@@</NOBR></TD>
  17. </TR>
  18. </TABLE>
  19. </DIV>
  20. <TABLE WIDTH="100%" HEIGHT="100%" cellspacing="0" cellpadding="0" COLS="2">
  21. <TR WIDTH="100%">
  22. <TD id="LeftPanel" WIDTH="100%" ROWSPAN="2">
  23. <object id='FolderIcon' classid="clsid:B0395DA5-6A15-4E44-9F36-9A9DC7A2F341" tabIndex='-1'>
  24. <PARAM NAME="Notch" VALUE="0"/>
  25. </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 height="100%" valign="top">
  34. <TD>
  35. <DIV id="TaskpadDescription">
  36. @@CONSOLETASKPADDESCRIPTION@@<BR />
  37. </DIV>
  38. <DIV STYLE="overflow: auto; padding-left:5; padding-right:5">
  39. @@TASKS@@
  40. </DIV>
  41. </TD>
  42. <TD id="ViewPanel"></TD>
  43. </TR>
  44. </TABLE>
  45. <object id='MMCEvents' classid="clsid:ADE6444B-C91F-4e37-92A4-5BB430A33340" tabIndex='-1'></object>
  46. </body>