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.

79 lines
2.1 KiB

  1. </td></tr>
  2. </table>
  3. <table width='100%' cellpadding='5' cellspacing='0' border='0' bgcolor='#ffffff' valign='bottom'>
  4. <tr valign='middle' align='left'>
  5. <td colspan='2' height='30' width='100%' bgcolor='#6487dc' valign='bottom'>
  6. <font color='#ffffff' face='verdana, arial, helvetica' size='1'>
  7. <nobr>
  8. &nbsp;
  9. <!>&#169; 2002 Microsoft Corporation. All rights reserved.<!>
  10. <a name='atermsofuse' id='atermsofuse' style='color:#ffffff;' href='http://www.microsoft.com/isapi/gomscom.asp?target=/info/cpyright.htm'><!>Terms of use<!></a>
  11. &nbsp;<font color='#ffffff'>|</font>
  12. <!><a name='acpy' id='acpy' style='color:#ffffff;' href='http://www.microsoft.com/isapi/gomscom.asp?target=/info/privacy.htm'><!><!>Privacy Statement<!></a>
  13. &nbsp;<font color='#ffffff'>|</font>
  14. <!><a name='aaccess' id='aaccess' style='color:#ffffff;' href='http://www.microsoft.com/enable/default.htm'><!><!>Accessibility<!></a>
  15. </nobr>
  16. </font>
  17. </td>
  18. </tr>
  19. </table>
  20. <script type='text/javascript' language='javascript'>
  21. <!--
  22. window.onresize = fnAdjustBodySize;
  23. window.onload = fnAdjustBodySize;
  24. if ( typeof( fnBodyLoad ) != "undefined" )
  25. window.document.body.onload=fnBodyLoad;
  26. function fnAdjustBodySize ()
  27. {
  28. if ( ToolBar_Supported )
  29. {
  30. var tblBody = window.document.getElementById( "tblMainBody" )
  31. var newHeight = document.body.offsetHeight - 115;
  32. if ( newHeight < 115 )
  33. newHeight = 115;
  34. tblBody.style.height = newHeight;
  35. resizeToolbar();
  36. }
  37. if ( typeof( window.document.getElementById ) != "undefined" )
  38. {
  39. var tbDescription = window.document.getElementById( "tbDescription" )
  40. if ( String( tbDescription ) != "null" )
  41. {
  42. tbDescription.focus();
  43. }
  44. }
  45. if( typeof( window.navigator.cookieEnabled ) != "undefined" )
  46. {
  47. if ( window.navigator.cookieEnabled == false )
  48. {
  49. document.getElementById('divNoCookies').style.display='block'
  50. }
  51. }
  52. }
  53. //-->
  54. </script>
  55. </body>
  56. </html>
  57. <%
  58. //todo: Need to make sure we have all the thead, tbody, tfoot stuff in the major table.
  59. %>