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.

14 lines
354 B

  1. <%@ Control Language='C#' Inherits='UDDI.Web.BreadCrumbControl' %>
  2. <table cellpadding='0' cellspacing='0' border='0' class='sectionHeader' height='40' width='100%'>
  3. <tr>
  4. <td valign='top'>
  5. <asp:PlaceHolder ID='navigate' Runat='server' />
  6. <br>
  7. <asp:PlaceHolder ID='section' Runat='server' />
  8. </td>
  9. </tr>
  10. </table>