formulae-capitains-nemo Logo

Contents:

  • Workflow Nemo Design
  • Traffic management
  • Navigation bar
  • formulae nemo
  • Collection
  • Deployment
  • Data structure
  • Internationalization
formulae-capitains-nemo
  • Navigation bar
  • View page source

Navigation bar

How to add an entry to the menu / navigation bar:

  1. Add an entry to templates/main/navbar.html:

<li class="nav-item">
    <a class="nav-link active" href="{{url_for('InstanceNemo.r_collection', objectId='lexicon_entries', )}}">{{ _('Lexikon') }}</a>
</li>
  1. Optional: Add an entry to templates/main/index.html:

1 <div class="col">
2     <h5 class="text-center"><a class="internal-link"
3             href="{{ url_for('InstanceNemo.r_collection', objectId='lexicon_entries') }}">{{
4             _('Zum E-Lexikon') }}</a></h5>
5 </div>
Previous Next

© Copyright 2024, Matthew Munson, Thorben Schomacker.

Built with Sphinx using a theme provided by Read the Docs.