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

<!--NOTE: this file is expected to be ANSI - do not add any localizable strings to it !!! -->
<script language="JavaScript">
function OnLoad()
{
document.vlinkColor = document.linkColor; // make sure that visited links don't look different
// connect up the event source
MMCEvents.ConnectTo(external.Document.Application);
UpdateState();
}
</script>
<body id="body" scroll='no' onload='OnLoad()' tabIndex='-1'>
<DIV style="position:absolute; top:0; left:0">
<TABLE WIDTH="100%" cellspacing="0" cellpadding="0" COLS="2">
<TR>
<TD><SPAN style="width:32px"></SPAN></TD>
<TD id="TaskpadName"><NOBR>@@CONSOLETASKPADNAME@@</NOBR></TD>
</TR>
</TABLE>
</DIV>
<TABLE WIDTH="100%" HEIGHT="100%" cellspacing="0" cellpadding="0" COLS="2">
<TR WIDTH="100%">
<TD id="LeftPanel" WIDTH="100%" ROWSPAN="2">
<object id='FolderIcon' classid="clsid:B0395DA5-6A15-4E44-9F36-9A9DC7A2F341" tabIndex='-1'>
<PARAM NAME="Notch" VALUE="0"/>
</object>
</TD>
<TD ID="RightPanel" bgColor="activecaption" VALIGN="TOP" WIDTH="100%" style="height:expression(TaskpadName.clientHeight);">
</TD>
</TR>
<TR>
<TD HEIGHT="10"></TD>
</TR>
<TR height="100%" valign="top">
<TD>
<DIV id="TaskpadDescription">
@@CONSOLETASKPADDESCRIPTION@@<BR />
</DIV>
<DIV STYLE="overflow: auto; padding-left:5; padding-right:5">
@@TASKS@@
</DIV>
</TD>
<TD id="ViewPanel"></TD>
</TR>
</TABLE>
<object id='MMCEvents' classid="clsid:ADE6444B-C91F-4e37-92A4-5BB430A33340" tabIndex='-1'></object>
</body>