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.

33 lines
1.2 KiB

  1. <%@ Control Language='C#'%>
  2. <%@ Register TagPrefix='uddi' Namespace='UDDI.Web' Assembly='uddi.web' %>
  3. <%@ Import Namespace='UDDI' %>
  4. <%@ Import Namespace='UDDI.Web' %>
  5. <script runat='server' >
  6. protected string FramesString()
  7. {
  8. string s = "";
  9. if( "true"==Request[ "frames" ] )
  10. s += " target='_parent' ";
  11. return s;
  12. }
  13. protected string PrintVersion()
  14. {
  15. return String.Format( Localization.GetString( "TAG_VERSION" ), Config.GetString( "Site.Version", UDDI.Constants.Site.Version ) );
  16. }
  17. </script>
  18. <table cellpading='0' cellspacing='0' border='0' width='100%' height='100%' class='helpBlock' style='padding-bottom:2px;'>
  19. <tr>
  20. <td valign='bottom' align='center' >
  21. <hr width='95%' color='#639ACE' size='1'>
  22. &copy; 2000-2002 Microsoft Corporation. All rights reserved.
  23. <br>
  24. <nobr>
  25. <a <%=FramesString()%> href='http://www.microsoft.com/info/cpyright.htm'>Microsoft Terms of Use</a>
  26. &nbsp;|&nbsp;
  27. <a <%=FramesString()%> href='<%= HyperLinkManager.GetNonSecureHyperLink( "/policies/termsofuse.aspx" )%>'>UDDI Terms of Use </a>
  28. &nbsp;|&nbsp;
  29. <a <%=FramesString()%> href='<%= HyperLinkManager.GetNonSecureHyperLink( "/policies/privacypolicy.aspx" )%>'>Privacy Policy</a>
  30. </nobr>
  31. </td>
  32. </tr>
  33. </table>