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.

56 lines
2.1 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. // calculate the layout of the tasks
  6. var VisualPercent;
  7. document.vlinkColor = document.linkColor; // make sure that visited links don't look different
  8. // connect up the event source
  9. MMCEvents.ConnectTo(external.Document.Application);
  10. MMCViewElement.addBehavior("#default#mmcview");
  11. UpdateState();
  12. }
  13. </script>
  14. <body id="body" scroll='no' onload='OnLoad()' tabIndex='-1'>
  15. <DIV style="position:absolute; top:0; left:0">
  16. <TABLE WIDTH="100%" cellspacing="0" cellpadding="0" COLS="2">
  17. <TR>
  18. <TD><SPAN style="width:32px"></SPAN></TD>
  19. <TD id="TaskpadName"><NOBR>@@CONSOLETASKPADNAME@@</NOBR></TD>
  20. </TR>
  21. </TABLE>
  22. </DIV>
  23. <TABLE WIDTH="100%" HEIGHT="100%" cellspacing="0" cellpadding="0">
  24. <TR id="TitleRow" WIDTH="100%" VALIGN="TOP">
  25. <TD id="LeftPanel" WIDTH="100%">
  26. <object id='FolderIcon' classid="clsid:B0395DA5-6A15-4E44-9F36-9A9DC7A2F341" tabIndex='-1'> <!-- do not display the notch for horizontal taskpads-->
  27. <PARAM NAME="Notch" VALUE="0"></PARAM>
  28. </object>
  29. </TD>
  30. </TR>
  31. <tr ID="DescriptionRow">
  32. <td id='TaskpadDescription' >
  33. @@CONSOLETASKPADDESCRIPTION@@<BR />
  34. </td>
  35. </tr>
  36. <tr id="TopPanelRow" style="height:100%;">
  37. <td id='TopPanel' style="padding:0; border:solid windowtext 1;" >
  38. <DIV id ="MMCViewElement" style="position:relative; height:100%; width:100%; left:0%;" ></DIV>
  39. </td>
  40. </tr>
  41. <TR valign="top">
  42. <TD ID="BottomPanel" VALIGN="TOP">
  43. <DIV STYLE="overflow-y:auto; overflow-x:none; height:@@BOTTOMPANEHEIGHT@@;">
  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>