Files
noise/views/index.pug
T
2023-03-15 16:08:33 +01:00

41 lines
2.2 KiB
Plaintext

extends layout
block content
header
#hline1
#h1name Noise Measurement
#h1datum
#fenster
#navi
ul.nav.nav-tabs#tablist
li.nav-item(role='presentation')
button.nav-link.active#kartentab(data-bs-toggle="tab" data-bs-target="#t_map" type="button" role="tab" aria-controls="map" aria-selected="true") Map
li.nav-item(role='presentation')
button.nav-link.active#livetab(data-bs-toggle="tab" data-bs-target="#t_live" type="button" role="tab" aria-controls="live" aria-selected="true") Live
li.nav-item(role='presentation')
button.nav-link.active#houravgtab(data-bs-toggle="tab" data-bs-target="#t_houravg" type="button" role="tab" aria-controls="houravg" aria-selected="true") Hour_AVG
li.nav-item(role='presentation')
button.nav-link.active#dayavgtab(data-bs-toggle="tab" data-bs-target="#t_dayavg" type="button" role="tab" aria-controls="dayavg" aria-selected="true") Day_AVG
li.nav-item(role='presentation')
button.nav-link.active#daynightab(data-bs-toggle="tab" data-bs-target="#t_daynight" type="button" role="tab" aria-controls="daynight" aria-selected="true") Day_Night
li.nav-item(role='presentation')
button.nav-link.active#ldenab(data-bs-toggle="tab" data-bs-target="#t_lden" type="button" role="tab" aria-controls="lden" aria-selected="true") L<sub>DEN</sub>-Index
#buttonsRight
button.btn.btn-primary#btnSet(value='set') Settings
button.btn.btn-primary#btnHelp(value='help') Info
.tab-content#thetabs
.tab-pane.fade.show.active#t_map(role="tabpanel" aria-labelledby="map-tab")
#map MapTAB
.tab-pane.fade.show.active#t_live(role="tabpanel" aria-labelledby="map-tab")
#placeholderNOI1 LiveTAB
.tab-pane.fade.show.active#t_houravg(role="tabpanel" aria-labelledby="map-tab")
#placeholderNOI2 HourTAB
.tab-pane.fade.show.active#t_dayavg(role="tabpanel" aria-labelledby="map-tab")
#placeholderNOI3 DayTAB
.tab-pane.fade.show.active#t_daynight(role="tabpanel" aria-labelledby="map-tab")
#placeholderNOI4 DayNightTAB
.tab-pane.fade.show.active#t_lden(role="tabpanel" aria-labelledby="map-tab")
#placeholderNOI5 LdenTAB