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
29 lines
819 B
<%@ Control Language='C#'%>
|
|
<%@ Register TagPrefix='uddi' Namespace='UDDI.Web' Assembly='uddi.web' %>
|
|
<%@ Import Namespace='UDDI' %>
|
|
<script runat='server'>
|
|
public string CssClass="helpBlock";
|
|
</script>
|
|
<table width='100%' cellpadding='0' cellspacing='0' border='0' bordercolor='red' class='<%=CssClass%>'>
|
|
<tr>
|
|
<td>
|
|
<hr width='95%' color='#639ACE' size='1'>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td align='center'>
|
|
© 2000-2002 Microsoft Corporation. All rights reserved.
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td align='center'>
|
|
<nobr>
|
|
<a href='/policies/termsofuse.aspx'>Microsoft Terms of Use</a>
|
|
|
|
|
<a href='/policies/termsofuse.aspx'>UDDI Terms of Use </a>
|
|
|
|
|
<a href='/policies/privacypolicy.aspx'>Privacy Policy</a>
|
|
</nobr>
|
|
</td>
|
|
</tr>
|
|
</table>
|