update So 9. Feb 15:01:01 CET 2020
This commit is contained in:
parent
4d6f3742db
commit
cd15f8f9dd
0
views/imprint.pug
Executable file
0
views/imprint.pug
Executable file
@ -27,13 +27,13 @@ header
|
||||
a#navbarAdminDropdown.text-nowrap.nav-link.dropdown-toggle.ion-md-build(href='#', role='button', data-toggle='dropdown', aria-haspopup='true', aria-expanded='false')
|
||||
| Administration
|
||||
.dropdown-menu(aria-labelledby='navbarAdminDropdown')
|
||||
a.text-nowrap.dropdown-item.ion-md-contacts(href='/edit_users') Benutzer und Rechte verwalten
|
||||
a.text-nowrap.dropdown-item.ion-md-contacts(href='/adm_edit_users') Benutzer und Rechte verwalten
|
||||
.dropdown-divider
|
||||
a.text-nowrap.dropdown-item.ion-md-globe(href='/show_active_user') Verbundene PCs und Benutzer anzeigen
|
||||
a.text-nowrap.dropdown-item.ion-md-paper(href='/show_active_waip') laufende Einsätze anzeigen
|
||||
a.text-nowrap.dropdown-item.ion-md-globe(href='/adm_show_clients') Verbundene PCs und Benutzer anzeigen
|
||||
a.text-nowrap.dropdown-item.ion-md-list(href='/adm_show_missions') laufende Einsätze anzeigen
|
||||
.dropdown-divider
|
||||
a.text-nowrap.dropdown-item.text-danger.ion-md-warning(href='/test_alert') Test-Alarm versenden
|
||||
a.text-nowrap.dropdown-item.ion-md-book(href='/show_log') Log-Datei einsehen
|
||||
a.text-nowrap.dropdown-item.text-danger.ion-md-warning(href='/adm_run_alert') Test-Alarm versenden
|
||||
a.text-nowrap.dropdown-item.ion-md-book(href='/adm_show_log') Log-Datei einsehen
|
||||
li.nav-item.pr-3(class=(title == 'Einstellungen') ? 'active' : null)
|
||||
a.text-nowrap.ion-md-settings.nav-link(href='/config') Einstellungen
|
||||
li.nav-item
|
||||
|
||||
@ -17,9 +17,9 @@ block content
|
||||
label(for='inputPassword') Passwort
|
||||
input#login-password.form-control(type='password' name='password' placeholder='Passwort' required='')
|
||||
.form-group
|
||||
.form-check
|
||||
input#rembemerme.form-check-input(type='checkbox' name='rememberme')
|
||||
label.form-check-label.text-warning(for='rembemerme') Anmeldung dauerhaft speichern
|
||||
.custom-control.custom-switch
|
||||
input#rembemerme.custom-control-input(type='checkbox' name='rememberme' checked='')
|
||||
label.custom-control-label.text-warning(for='rembemerme') Anmeldung dauerhaft speichern
|
||||
button.btn.btn-lg.btn-primary.btn-block.text-uppercase(type='submit') Anmelden
|
||||
.row
|
||||
.col-sm-9.col-md-7.col-lg-5.mx-auto
|
||||
|
||||
0
views/privacy.pug
Executable file
0
views/privacy.pug
Executable file
Loading…
Reference in New Issue
Block a user