Simple navbar finished

pull/2/head
mipel 3 years ago
parent 629bf4230e
commit b63cb3c493

@ -7,15 +7,30 @@ Declare some basic colours
--rlp-grey-light: #c6c6c6; --rlp-grey-light: #c6c6c6;
} }
body{
font-family: Arial;
letter-spacing: 0.2px;
}
.nav{ .nav{
background-color: var(--rlp-red); background-color: var(--rlp-red);
height: 50px; }
.nav-icon{
color: white;
font-weight: bold;
font-size: 1.5rem;
letter-spacing: -3px;
} }
.menu-elem{ .menu-elem{
border-left: 1px solid white; border-left: 1px solid white;
border-right: 1px solid white; border-right: 1px solid white;
display: inline-block;
}
.menu-elem:hover{
background-color: var(--rlp-grey-light);
} }
.nav-btn{ .nav-btn{

@ -6,6 +6,6 @@ Created on: 16.11.20
""" """
BASE_TITLE = "konova" BASE_TITLE = "KSP"
BASE_FRONTEND_TITLE = "Kompensationsverzeichnis Service Portal" BASE_FRONTEND_TITLE = "Kompensationsverzeichnis Service Portal"
WIKI_URL = "https://dienste.naturschutz.rlp.de/doku/doku.php?id=ksp:start" WIKI_URL = "https://dienste.naturschutz.rlp.de/doku/doku.php?id=ksp:start"

Binary file not shown.

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-02 09:22+0200\n" "POT-Creation-Date: 2021-07-02 12:56+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -43,8 +43,7 @@ msgstr "Aktionen"
msgid "Compensations" msgid "Compensations"
msgstr "Kompensationen" msgstr "Kompensationen"
#: compensation/tables.py:48 compensation/tables.py:98 #: compensation/tables.py:48 compensation/tables.py:98 templates/navbar.html:22
#: templates/authenticated-user-navbar.html:45
msgid "Compensation" msgid "Compensation"
msgstr "Kompensation" msgstr "Kompensation"
@ -103,8 +102,7 @@ msgstr "Datenbereitsteller"
msgid "Who provides the data for the intervention" msgid "Who provides the data for the intervention"
msgstr "Wer stellt die Daten für den Eingriff zur Verfügung" msgstr "Wer stellt die Daten für den Eingriff zur Verfügung"
#: intervention/forms.py:63 templates/authenticated-user-navbar.html:90 #: intervention/forms.py:63
#: templates/authenticated-user-navbar.html:93
msgid "Organization" msgid "Organization"
msgstr "Organisation" msgstr "Organisation"
@ -128,11 +126,11 @@ msgstr "Wo findet der Eingriff statt"
msgid "Files" msgid "Files"
msgstr "Dateien" msgstr "Dateien"
#: intervention/forms.py:102 templates/authenticated-user-navbar.html:40 #: intervention/forms.py:102
msgid "New intervention" msgid "New intervention"
msgstr "Neuer Eingriff" msgstr "Neuer Eingriff"
#: intervention/forms.py:145 konova/settings.py:56 #: intervention/forms.py:145
msgid "Edit intervention" msgid "Edit intervention"
msgstr "Eingriff bearbeiten" msgstr "Eingriff bearbeiten"
@ -141,8 +139,7 @@ msgid "Interventions"
msgstr "Eingriffe" msgstr "Eingriffe"
#: intervention/tables.py:57 intervention/tables.py:68 #: intervention/tables.py:57 intervention/tables.py:68
#: intervention/templates/intervention/open.html:8 #: intervention/templates/intervention/open.html:8 templates/navbar.html:16
#: templates/authenticated-user-navbar.html:31
msgid "Intervention" msgid "Intervention"
msgstr "Eingriff" msgstr "Eingriff"
@ -186,214 +183,81 @@ msgstr "Entferne"
msgid "You are about to remove {} {}" msgid "You are about to remove {} {}"
msgstr "Sie sind dabei {} {} zu löschen" msgstr "Sie sind dabei {} {} zu löschen"
#: konova/management/commands/setup_data.py:32 #: konova/settings.py:54
msgid "Default" msgid "Default"
msgstr "" msgstr ""
#: konova/management/commands/setup_data.py:47 #: konova/settings.py:55
msgid "Registration office" msgid "Registration office"
msgstr "Zulassungsbehörde" msgstr "Zulassungsbehörde"
#: konova/management/commands/setup_data.py:53 #: konova/settings.py:56
msgid "Conservation office" msgid "Conservation office"
msgstr "Naturschutzbehörde" msgstr "Naturschutzbehörde"
#: konova/settings.py:55 #: konova/templates/konova/home.html:11
msgid "Add new intervention"
msgstr "Neuen Eingriff hinzufügen"
#: konova/settings.py:57
msgid "Delete intervention"
msgstr "Eingriff löschen"
#: konova/settings.py:58
msgid "Add new compensation"
msgstr "Neue Kompensation hinzufügen"
#: konova/settings.py:59
msgid "Edit compensation"
msgstr "Kompensation bearbeiten"
#: konova/settings.py:60
msgid "Delete compensation"
msgstr "Kompensation löschen"
#: konova/settings.py:61
msgid "Add new eco account"
msgstr "Neues Ökokonto hinzufügen"
#: konova/settings.py:62
msgid "Edit eco account"
msgstr "Ökokonto bearbeiten"
#: konova/settings.py:63
msgid "Delete eco account"
msgstr "Ökokonto löschen"
#: konova/settings.py:64
msgid "Create share link"
msgstr "Freigabelink erstellen"
#: konova/settings.py:67
msgid "Confirm check on data"
msgstr "Datenprüfung bestätigen"
#: konova/settings.py:70
msgid "Record data"
msgstr "Daten verzeichnen"
#: konova/settings.py:71
msgid "Add new EMA"
msgstr "Neue EMA hinzufügen"
#: konova/settings.py:72
msgid "Edit EMA"
msgstr "Bearbeite EMA"
#: konova/settings.py:73
msgid "Delete EMA"
msgstr "Lösche EMA"
#: konova/templates/kspneo/home.html:11
msgid "Proceed with login" msgid "Proceed with login"
msgstr "Mit Login fortfahren" msgstr "Mit Login fortfahren"
#: konova/templates/kspneo/home.html:16 #: konova/templates/konova/home.html:16
msgid "Logged in as" msgid "Logged in as"
msgstr "Eingeloggt als" msgstr "Eingeloggt als"
#: konova/templates/kspneo/home.html:18 #: konova/templates/konova/home.html:18
msgid "Last login on" msgid "Last login on"
msgstr "Zuletzt eingeloggt am" msgstr "Zuletzt eingeloggt am"
#: templates/anonymous-user-navbar.html:7 #: templates/generic_table_form.html:37
#: templates/authenticated-user-navbar.html:8 msgid "Fields with * are required."
msgid "Menu" msgstr "* sind Pflichtfelder."
msgstr "Menü"
#: templates/anonymous-user-navbar.html:14
#: templates/anonymous-user-navbar.html:15
#: templates/authenticated-user-navbar.html:14 templates/base.html:25
#: templates/base.html:26
msgid "Home"
msgstr "Home"
#: templates/authenticated-user-navbar.html:17
msgid "Process"
msgstr "Vorgang"
#: templates/authenticated-user-navbar.html:20
msgid "Process management"
msgstr "Vorgangsverwaltung"
#: templates/authenticated-user-navbar.html:23
msgid "Show process"
msgstr "Zeige Vorgänge"
#: templates/authenticated-user-navbar.html:26
msgid "New process"
msgstr "Neuer Vorgang"
#: templates/authenticated-user-navbar.html:34 #: templates/generic_table_form.html:41
msgid "Intervention management" msgid "Cancel"
msgstr "Eingriffsverwaltung" msgstr "Abbrechen"
#: templates/authenticated-user-navbar.html:37 #: templates/generic_table_form.html:45
msgid "Show intervention" msgid "Save"
msgstr "Zeige Eingriffe" msgstr "Speichern"
#: templates/authenticated-user-navbar.html:48 #: templates/navbar.html:3
msgid "Compensation management" msgid "Kompensationsverzeichnis Service Portal"
msgstr "Kompensationsverwaltung" msgstr ""
#: templates/authenticated-user-navbar.html:51 #: templates/navbar.html:4
msgid "Show compensation" msgid "KSP"
msgstr "Zeige Kompensationen" msgstr ""
#: templates/authenticated-user-navbar.html:54 #: templates/navbar.html:10
msgid "New compensation" msgid "Home"
msgstr "Neue Kompensation" msgstr "Home"
#: templates/authenticated-user-navbar.html:59 #: templates/navbar.html:28
msgid "Eco-account" msgid "Eco-account"
msgstr "Ökokonto" msgstr "Ökokonto"
#: templates/authenticated-user-navbar.html:62 #: templates/navbar.html:34
msgid "Eco-account management" msgid "More"
msgstr "Ökokontoverwaltung" msgstr "Mehr"
#: templates/authenticated-user-navbar.html:65
msgid "Show eco-accounts"
msgstr "Zeige Ökokonten"
#: templates/authenticated-user-navbar.html:68
msgid "New eco-account"
msgstr "Neues Ökokonto"
#: templates/authenticated-user-navbar.html:71 #: templates/navbar.html:37
msgid "Withdraw from eco-account" msgid "EMA"
msgstr "Von Konto abbuchen"
#: templates/authenticated-user-navbar.html:82
msgid "Show actions"
msgstr "Zeige Maßnahmen"
#: templates/authenticated-user-navbar.html:85
msgid "New action"
msgstr "Neue Maßnahme"
#: templates/authenticated-user-navbar.html:96
msgid "Import / Export"
msgstr "" msgstr ""
#: templates/authenticated-user-navbar.html:99 #: templates/navbar.html:38
msgid "Annual report" msgid "Import..."
msgstr "Jahresbericht"
#: templates/authenticated-user-navbar.html:102
msgid "Settings"
msgstr "Einstellungen"
#: templates/authenticated-user-navbar.html:105
msgid "Help"
msgstr "Hilfe"
#: templates/authenticated-user-navbar.html:110
#: templates/authenticated-user-navbar.html:113
msgid "User"
msgstr "Nutzer"
#: templates/authenticated-user-navbar.html:116
msgid "Logout"
msgstr "Abmelden"
#: templates/authenticated-user-navbar.html:125
msgid "You are currently working as "
msgstr "Sie arbeiten gerade als "
#: templates/authenticated-user-navbar.html:127
msgid "Change..."
msgstr "Ändern..."
#: templates/base.html:84
msgid "About this site"
msgstr "" msgstr ""
#: templates/base.html:87 #: templates/navbar.html:39
msgid "Privacy policy" msgid "Export..."
msgstr "" msgstr ""
#: templates/generic_table_form.html:37 #: templates/navbar.html:40
msgid "Fields with * are required." msgid "Reports"
msgstr "* sind Pflichtfelder." msgstr "Berichte"
#: templates/generic_table_form.html:41
msgid "Cancel"
msgstr "Abbrechen"
#: templates/generic_table_form.html:45 #: templates/navbar.html:51
msgid "Save" msgid "Logout"
msgstr "Speichern" msgstr "Abmelden"
#: templates/table.html:14 #: templates/table.html:14
msgid "New entry" msgid "New entry"
@ -1602,6 +1466,114 @@ msgstr ""
msgid "A fontawesome icon field" msgid "A fontawesome icon field"
msgstr "" msgstr ""
#~ msgid "Add new intervention"
#~ msgstr "Neuen Eingriff hinzufügen"
#~ msgid "Delete intervention"
#~ msgstr "Eingriff löschen"
#~ msgid "Add new compensation"
#~ msgstr "Neue Kompensation hinzufügen"
#~ msgid "Edit compensation"
#~ msgstr "Kompensation bearbeiten"
#~ msgid "Delete compensation"
#~ msgstr "Kompensation löschen"
#~ msgid "Add new eco account"
#~ msgstr "Neues Ökokonto hinzufügen"
#~ msgid "Edit eco account"
#~ msgstr "Ökokonto bearbeiten"
#~ msgid "Delete eco account"
#~ msgstr "Ökokonto löschen"
#~ msgid "Create share link"
#~ msgstr "Freigabelink erstellen"
#~ msgid "Confirm check on data"
#~ msgstr "Datenprüfung bestätigen"
#~ msgid "Record data"
#~ msgstr "Daten verzeichnen"
#~ msgid "Add new EMA"
#~ msgstr "Neue EMA hinzufügen"
#~ msgid "Edit EMA"
#~ msgstr "Bearbeite EMA"
#~ msgid "Delete EMA"
#~ msgstr "Lösche EMA"
#~ msgid "Menu"
#~ msgstr "Menü"
#~ msgid "Process"
#~ msgstr "Vorgang"
#~ msgid "Process management"
#~ msgstr "Vorgangsverwaltung"
#~ msgid "Show process"
#~ msgstr "Zeige Vorgänge"
#~ msgid "New process"
#~ msgstr "Neuer Vorgang"
#~ msgid "Intervention management"
#~ msgstr "Eingriffsverwaltung"
#~ msgid "Show intervention"
#~ msgstr "Zeige Eingriffe"
#~ msgid "Compensation management"
#~ msgstr "Kompensationsverwaltung"
#~ msgid "Show compensation"
#~ msgstr "Zeige Kompensationen"
#~ msgid "New compensation"
#~ msgstr "Neue Kompensation"
#~ msgid "Eco-account management"
#~ msgstr "Ökokontoverwaltung"
#~ msgid "Show eco-accounts"
#~ msgstr "Zeige Ökokonten"
#~ msgid "New eco-account"
#~ msgstr "Neues Ökokonto"
#~ msgid "Withdraw from eco-account"
#~ msgstr "Von Konto abbuchen"
#~ msgid "Show actions"
#~ msgstr "Zeige Maßnahmen"
#~ msgid "New action"
#~ msgstr "Neue Maßnahme"
#~ msgid "Annual report"
#~ msgstr "Jahresbericht"
#~ msgid "Settings"
#~ msgstr "Einstellungen"
#~ msgid "Help"
#~ msgstr "Hilfe"
#~ msgid "User"
#~ msgstr "Nutzer"
#~ msgid "You are currently working as "
#~ msgstr "Sie arbeiten gerade als "
#~ msgid "Change..."
#~ msgstr "Ändern..."
#~ msgid "" #~ msgid ""
#~ "Interventions must be part of a process. Please fill in the missing data " #~ "Interventions must be part of a process. Please fill in the missing data "
#~ "for the process" #~ "for the process"

@ -1,11 +1,13 @@
{% load i18n fontawesome_5 %} {% load i18n fontawesome_5 %}
<nav class="nav justify-content-between">
<nav class="nav"> <div class="d-flex align-items-center nav-icon ml-2" title="{% trans 'Kompensationsverzeichnis Service Portal' %}">
<a class="nav-item" href="{% url 'home' %}"> <strong class="">{% trans 'KSP' %}</strong>
</div>
<div class="justify-content-center">
<a class="nav-item menu-elem" href="{% url 'home' %}">
<div class="btn nav-btn"> <div class="btn nav-btn">
<h5> {% fa5_icon 'home' %}
{% trans 'KSP' %} {% trans 'Home' %}
</h5>
</div> </div>
</a> </a>
<a class="nav-item menu-elem" href="{% url 'home' %}"> <a class="nav-item menu-elem" href="{% url 'home' %}">
@ -26,22 +28,28 @@
{% trans 'Eco-account' %} {% trans 'Eco-account' %}
</div> </div>
</a> </a>
<a class="nav-item menu-elem dropdown" href="{% url 'home' %}"> <div class="nav-item menu-elem dropdown">
<div class="btn nav-btn" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> <div class="btn nav-btn" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
{% fa5_icon 'ellipsis-v' %} {% fa5_icon 'ellipsis-v' %}
{% trans 'More' %} {% trans 'More' %}
</div> </div>
<div class="dropdown-menu"> <div class="dropdown-menu">
<div class="dropdown-item">{% fa5_icon 'euro-sign' %} {% trans 'EMA' %}</div> <a class="dropdown-item" href="{% url 'home' %}">{% fa5_icon 'euro-sign' %} {% trans 'EMA' %}</a>
<div class="dropdown-item">{% fa5_icon 'file-import' %} {% trans 'Import...' %}</div> <a class="dropdown-item" href="{% url 'home' %}">{% fa5_icon 'file-import' %} {% trans 'Import...' %}</a>
<div class="dropdown-item">{% fa5_icon 'file-export' %} {% trans 'Export...' %}</div> <a class="dropdown-item" href="{% url 'home' %}">{% fa5_icon 'file-export' %} {% trans 'Export...' %}</a>
<div class="dropdown-item">{% fa5_icon 'file-alt' %} {% trans 'Reports' %}</div> <a class="dropdown-item" href="{% url 'home' %}">{% fa5_icon 'file-alt' %} {% trans 'Reports' %}</a>
</div> </div>
</a> </div>
<a class="nav-item " href="{% url 'home' %}">
<div class="btn nav-btn"> </div>
<div class="nav-item ">
<div class="btn nav-btn" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
{% fa5_icon 'user-circle' %} {% fa5_icon 'user-circle' %}
{{ user.username }} {{ user.username }}
</div> </div>
</a> <div class="dropdown-menu">
<a class="dropdown-item" href="{% url 'logout' %}">{% fa5_icon 'cogs' %} {% trans 'Settings' %}</a>
<a class="dropdown-item" href="{% url 'logout' %}">{% fa5_icon 'sign-out-alt' %} {% trans 'Logout' %}</a>
</div>
</div>
</nav> </nav>
Loading…
Cancel
Save