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.

29 lines
819 B

  1. <%@ Control Language='C#'%>
  2. <%@ Register TagPrefix='uddi' Namespace='UDDI.Web' Assembly='uddi.web' %>
  3. <%@ Import Namespace='UDDI' %>
  4. <script runat='server'>
  5. public string CssClass="helpBlock";
  6. </script>
  7. <table width='100%' cellpadding='0' cellspacing='0' border='0' bordercolor='red' class='<%=CssClass%>'>
  8. <tr>
  9. <td>
  10. <hr width='95%' color='#639ACE' size='1'>
  11. </td>
  12. </tr>
  13. <tr>
  14. <td align='center'>
  15. &copy; 2000-2002 Microsoft Corporation. All rights reserved.
  16. </td>
  17. </tr>
  18. <tr>
  19. <td align='center'>
  20. <nobr>
  21. <a href='/policies/termsofuse.aspx'>Microsoft Terms of Use</a>
  22. &nbsp;|&nbsp;
  23. <a href='/policies/termsofuse.aspx'>UDDI Terms of Use </a>
  24. &nbsp;|&nbsp;
  25. <a href='/policies/privacypolicy.aspx'>Privacy Policy</a>
  26. </nobr>
  27. </td>
  28. </tr>
  29. </table>