<asp:CatalogZone ID="Catalogzone1" Runat="server">
  <ZoneTemplate>
    <asp:PageCatalogPart ID="Pagecatalogpart1" Runat="server" />
    <asp:DeclarativeCatalogPart ID="Declarativecatalogpart1" 
      Runat="server">
      <WebPartsTemplate>
        <asp:Label ID="CompanyContact" Runat="Server"
          Title="Kontaktn daje" />
        <asp:Label ID="PhotoAlbum" Runat="Server" 
          Title="Album fotografi" />
        <asp:Label ID="Customers" Runat="Server" Title="Zkaznci" />
        <asp:Label ID="Locations" Runat="Server" Title="Umstn" />
      </WebPartsTemplate>
    </asp:DeclarativeCatalogPart>
  </ZoneTemplate>
</asp:CatalogZone>
