41 lines
1.7 KiB
HTML
41 lines
1.7 KiB
HTML
<nav role="navigation">
|
|
<ul>
|
|
<li>
|
|
<a href="{{ url_for('home.home') }}">
|
|
<hgroup>
|
|
<h2>the_works</h2>
|
|
<p>Tobias Radloffs Bücher</p>
|
|
</hgroup>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
<input type="checkbox" id="hamburger">
|
|
<label id="hamburger-label" for="hamburger" aria-label="Menu" aria-controls="main-menu-items">
|
|
≡
|
|
</label>
|
|
<ul role="list">
|
|
<li role="listitem"><a href="{{ url_for('text.all') }}">Texte</a></li>
|
|
<li role="listitem"><a href="{{ url_for('werk.all') }}">Werke</a></li>
|
|
<li aria-haspopup="menu" role="listitem">
|
|
<details class="dropdown">
|
|
<summary><a>Basisdaten</a></summary>
|
|
<ul>
|
|
<li role="listitem"><a href="{{ url_for('genre.all') }}">Genres</a></li>
|
|
<li role="listitem"><a href="{{ url_for('herausgeber.all') }}">Herausgeber:innen</a></li>
|
|
<li role="listitem"><a href="{{ url_for('pseudonym.all') }}">Pseudonyme</a></li>
|
|
<li role="listitem"><a href="{{ url_for('reihe.all') }}">Reihen</a></li>
|
|
<li role="listitem"><a href="{{ url_for('sprache.all') }}">Sprachen</a></li>
|
|
<li role="listitem"><a href="{{ url_for('textform.all') }}">Textformen</a></li>
|
|
<li role="listitem"><a href="{{ url_for('verlag.all') }}">Verlage</a></li>
|
|
<li role="listitem"><a href="{{ url_for('werksform.all') }}">Werksformen</a></li>
|
|
</ul>
|
|
</details>
|
|
</li>
|
|
<li role="listitem" class="sun-moon-li">
|
|
<label id="sun-moon-label">
|
|
<input id="sun-moon" name="color-mode-toggle" role="switch" type="checkbox" value="1" aria-label="Toggle Light or Dark Mode" />
|
|
</label>
|
|
</li>
|
|
</ul>
|
|
</nav>
|