15 lines
354 B
Plaintext
Raw Normal View History

2001-01-01 00:00:00 +01:00
<%@ Control Language='C#' Inherits='UDDI.Web.BreadCrumbControl' %>
<table cellpadding='0' cellspacing='0' border='0' class='sectionHeader' height='40' width='100%'>
<tr>
<td valign='top'>
<asp:PlaceHolder ID='navigate' Runat='server' />
<br>
<asp:PlaceHolder ID='section' Runat='server' />
</td>
</tr>
</table>