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.4 KiB

  1. <html>
  2. <!-- � 1999 Microsoft Corporation. All rights reserved.-->
  3. <head>
  4. <title>left banner</title>
  5. <script language=JavaScript src="sh_page.js"></script>
  6. <SCRIPT language=JavaScript>
  7. function Init() {
  8. if (window == window.parent)
  9. window.location = "default.htm";
  10. if (IsIE())
  11. document.all.LOGOIMAGE.style.display = "none";
  12. else {
  13. //document.images["TABLELOGO"].style.display = "none";
  14. Resize();
  15. }
  16. }
  17. function Resize() {
  18. if (!IsIE())
  19. document.LOGO.pageY = window.innerHeight - 46;
  20. }
  21. </script>
  22. </head>
  23. <body onload="Init();" onDragDrop="return false;" onResize="Resize();" border=0 topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" bgcolor="#000000">
  24. <table cellspacing=0 cellpadding=0 height="100%" style="position:absolute; left:0; top:0; ;pagex:0; z-index:2">
  25. <TR>
  26. <TD height="90%" >&nbsp;</TD>
  27. </TR>
  28. <TR>
  29. <TD height="51" style="background-color:#000000">
  30. <IMG ID="TABLELOGO" src="images/server_appliance_logo.gif" border=0 style="pagex:0;">
  31. </TD>
  32. </TR>
  33. </table>
  34. <layer ID="LOGO" left=0 style="position:absolute; z-index:2; left:0; pagex:0; pagey:300;">
  35. <IMG name="LOGOIMAGE" src="images/server_appliance_logo.gif" border=0 >
  36. </layer>
  37. <IMG src="images/left_panel.gif" border=0 style="position:absolute; z-index:1">
  38. </body>
  39. </html>