osgeonl / geonetwork-dutch-skin

Dutch styles GeoNetwork
4 stars 5 forks source link

align dutch skin header with core and introduce top menu #57

Open pvgenuchten opened 5 years ago

pvgenuchten commented 5 years ago

the specialisation of dutch skin to have logo in a header bar is now available in core as a configuration option, dutch skin should be updated to facilitate configuration of this option.

Ngr has a top menu added as a customisation, would be good to introduce this menu also in the dutch skin (and core?). The menu uses the static-pages-list-viewer directive with a section=top:

image

<div class="pull-right hidden-xs contact-links">
    <ul style="list-style:none;margin-left:0;margin-right:10px">
       <li gn-static-pages-list-viewer=""
        data-section="top" style="float:left"
        data-language="{{lang}}"></li>
      </ul>
  </div>

the top menu will only be visible if 'logo in header bar' is activated, it will probably position left if the logo is positioned right and vice versa