update Di 7. Jul 17:31:01 CEST 2020
This commit is contained in:
parent
094fba5966
commit
6fa6bfbf6e
@ -24,7 +24,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.fullheight {
|
.fullheight {
|
||||||
height: calc(100vh - 60px - 5rem);
|
height: calc(100vh - 60px - 5rem - 3rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*** Anpassungen an Bootstrap ******************/
|
/*** Anpassungen an Bootstrap ******************/
|
||||||
@ -210,5 +210,5 @@ audio {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#headline {
|
#headline {
|
||||||
font-size: 1vw;
|
height: 3rem;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -746,8 +746,6 @@ function set_clock() {
|
|||||||
$('#time').html(element_time);
|
$('#time').html(element_time);
|
||||||
// Datum (Text) anzeigen
|
// Datum (Text) anzeigen
|
||||||
$('#day').html(element_day);
|
$('#day').html(element_day);
|
||||||
// Datum anzeigen, sofern sichtbar
|
|
||||||
$('#date-time').html(element_date_time);
|
|
||||||
// Textgröße neu setzen
|
// Textgröße neu setzen
|
||||||
resize_text();
|
resize_text();
|
||||||
};
|
};
|
||||||
|
|||||||
@ -166,15 +166,28 @@ module.exports = function (app, sql, uuidv4, app_cfg, passport, auth, udp, saver
|
|||||||
/* ######################## */
|
/* ######################## */
|
||||||
|
|
||||||
// Dasboard-Uebersicht
|
// Dasboard-Uebersicht
|
||||||
app.get('/dbrd', function (req, res) {
|
app.get('/dbrd', function (req, res, next) {
|
||||||
sql.db_einsatz_get_active(function (data) {
|
// pruefen ob ein Paramater fuer die Einsatznummer angegeben wurde, dann Dashboard direkt oeffnen
|
||||||
res.render('overviews/overview_dbrd', {
|
if (req.query.enr_str) {
|
||||||
public: app_cfg.public,
|
sql.db_einsatz_get_uuid_by_enr(req.query.enr_str, function (data) {
|
||||||
title: 'Dashboard',
|
if (data) {
|
||||||
user: req.user,
|
res.redirect('/dbrd/' + data);
|
||||||
dataSet: data
|
} else {
|
||||||
|
var err = new Error('Dashboard oder Einsatz nicht (mehr) vorhanden!');
|
||||||
|
err.status = 404;
|
||||||
|
next(err);
|
||||||
|
};
|
||||||
});
|
});
|
||||||
});
|
} else {
|
||||||
|
sql.db_einsatz_get_active(function (data) {
|
||||||
|
res.render('overviews/overview_dbrd', {
|
||||||
|
public: app_cfg.public,
|
||||||
|
title: 'Dashboard',
|
||||||
|
user: req.user,
|
||||||
|
dataSet: data
|
||||||
|
});
|
||||||
|
});
|
||||||
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
// Dasboard fuer einen Einsatz
|
// Dasboard fuer einen Einsatz
|
||||||
@ -190,7 +203,7 @@ module.exports = function (app, sql, uuidv4, app_cfg, passport, auth, udp, saver
|
|||||||
user: req.user
|
user: req.user
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
var err = new Error('Dashboard oder Einsatz nicht vorhanden!');
|
var err = new Error('Dashboard oder Einsatz nicht (mehr) vorhanden!');
|
||||||
err.status = 404;
|
err.status = 404;
|
||||||
next(err);
|
next(err);
|
||||||
};
|
};
|
||||||
|
|||||||
@ -1,126 +1,126 @@
|
|||||||
// BUG: Darstellung in Safari-Mobil fehlerhaft (generell Mobil, ggf. extra Darstellung)
|
// BUG: Darstellung in Safari-Mobil fehlerhaft (generell Mobil, ggf. extra Darstellung)
|
||||||
#waiptableau.fullheight.row.no-gutters
|
#waiptableau
|
||||||
.col-12.h-5.d-flex.py-1.text-muted
|
.row.no-gutters
|
||||||
.btn-group.h-100.mr-1
|
#headline.col-12.d-flex.justify-content-between.py-1.text-muted
|
||||||
label#replay.btn.btn-outline-light
|
.btn-group.h-100.mr-1
|
||||||
|
label#replay.btn.btn-outline-light
|
||||||
|
.ion-md-play-circle
|
||||||
|
label#volume.btn.btn-outline-light
|
||||||
|
.ion-md-volume-high
|
||||||
|
#date-time || -Datum- - -Uhrzeit-
|
||||||
|
#wachenname.ion-md-business= data_wache || ' -Wachenname-'
|
||||||
|
//.col-6.h-5.d-flex.flex-row.align-items-center.justify-content-end.py-1.text-muted.tf_singleline
|
||||||
|
// TODO Information in Wachalarm-Bild ob alle Rechte, oder ob reduzierte Version
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// BUG: Buttons für Sounds werden fehlerhaft dargestellt
|
||||||
|
//.col-6.h-5.d-flex.align-items-center.py-1.text-muted.tf_singleline
|
||||||
|
button#replay.btn.btn-outline-light.h-100.py-1
|
||||||
.ion-md-play-circle
|
.ion-md-play-circle
|
||||||
label#volume.btn.btn-outline-light
|
button#volume.btn.btn-outline-light.h-100.mx-1
|
||||||
.ion-md-volume-high
|
.ion-md-volume-high
|
||||||
.flex-grow-1.h-100
|
#date-time
|
||||||
#headline.d-flex.justify-content-between
|
div -Datum- - -Uhrzeit-
|
||||||
#date-time.align-self-center || -Datum- - -Uhrzeit-
|
//.col-6.h-5.d-flex.flex-row.align-items-center.justify-content-end.py-1.text-muted.tf_singleline
|
||||||
#wachenname.ion-md-business= data_wache || ' -Wachenname-'
|
// TODO Information in Wachalarm-Bild ob alle Rechte, oder ob reduzierte Version
|
||||||
//.col-6.h-5.d-flex.flex-row.align-items-center.justify-content-end.py-1.text-muted.tf_singleline
|
#wachenname.ion-md-business=data_wache || ' -Wachenname-'
|
||||||
// TODO Information in Wachalarm-Bild ob alle Rechte, oder ob reduzierte Version
|
.row.no-gutters.fullheight
|
||||||
|
.col-10.h-15.h-20_ls.pr-3
|
||||||
|
#einsatz_art.h-100.w-100.d-flex.align-items-center.font-weight-bold.p-3.rounded.bg-dark.tf_singleline
|
||||||
|
#einsatz_stichwort.ion-md-apps -Stichwort-
|
||||||
|
.col-2.h-15.h-20_ls.d-flex.align-items-center.justify-content-center.p-3.rounded.bg-dark.text-info.tf_singleline
|
||||||
|
#sondersignal.ion-md-apps
|
||||||
|
.col-12.col-5_ls.h-35.h-70_ls.pt-3_pt.ptr-3_ls
|
||||||
|
#map.h-100.rounded
|
||||||
|
.col-12.col-7_ls.h-45.h-70_ls
|
||||||
|
.row.no-gutters.h-100.pt-3
|
||||||
|
.col-12.h-20.h-100.w-100#rmld_container
|
||||||
|
// TODO: Rueckmedlung ohne Rueckmeldung ausbleden
|
||||||
|
.d-flex.fustify-content-between.font-weight-bold
|
||||||
|
.list-group.list-group-horizontal.text-center.w-100
|
||||||
|
.list-group-item.flex-fill.text-success
|
||||||
|
a#ek-counter 0
|
||||||
|
a EK
|
||||||
|
.list-group-item.flex-fill.text-info
|
||||||
|
a#ma-counter 0
|
||||||
|
a MA
|
||||||
|
.list-group-item.flex-fill.text-light
|
||||||
|
a#fk-counter 0
|
||||||
|
a FK
|
||||||
|
.list-group.text-center
|
||||||
|
.list-group-item.border.border-warning.flex-fill.text-warning
|
||||||
|
a#agt-counter 0
|
||||||
|
a AGT
|
||||||
|
//a.badge.badge-warning 2 AGT
|
||||||
|
.row
|
||||||
|
.col-4#pg-ek.pr-1
|
||||||
|
//.progress.mt-1
|
||||||
|
.progress-bar.progress-bar-striped.bg-success(role='progressbar', style='width: 25%', aria-valuenow='25', aria-valuemin='0', aria-valuemax='100')
|
||||||
|
a(style='') 2min
|
||||||
|
//.progress.mt-1.border.border-warning(style='height: 20px;')
|
||||||
|
.progress-bar.progress-bar-striped.bg-success(role='progressbar', style='width: 25%', aria-valuenow='25', aria-valuemin='0', aria-valuemax='100')
|
||||||
|
h 2min
|
||||||
|
//.progress.mt-1
|
||||||
|
.progress-bar.progress-bar-striped.bg-success.ion-md-checkmark-circle(role='progressbar', style='width: 100%', aria-valuenow='100', aria-valuemin='0', aria-valuemax='100')
|
||||||
|
.col-4#pg-ma.px-1
|
||||||
|
//.progress.mt-1
|
||||||
|
.progress-bar.progress-bar-striped.bg-info(role='progressbar', style='width: 25%', aria-valuenow='25', aria-valuemin='0', aria-valuemax='100') 3min
|
||||||
|
//.progress.mt-1
|
||||||
|
.progress-bar.progress-bar-striped.bg-info(role='progressbar', style='width: 25%', aria-valuenow='25', aria-valuemin='0', aria-valuemax='100') 1min
|
||||||
|
.col-4#pg-fk.pl-1
|
||||||
|
//.progress.mt-1.border.border-warning
|
||||||
|
.progress-bar.progress-bar-striped.bg-light(role='progressbar', style='width: 50%', aria-valuenow='50', aria-valuemin='0', aria-valuemax='100') 10min
|
||||||
|
.col-6.h-60.d-flex.align-items-end.justify-content-start.tf_multiline
|
||||||
|
#ortsdaten.flex-fill -Objekt-
|
||||||
|
br
|
||||||
|
| -Ort-
|
||||||
|
br
|
||||||
|
| -Ortsteil-
|
||||||
|
br
|
||||||
|
| -Straße Hsnr-
|
||||||
|
//.col-6.h-65.d-flex.align-items-around.justify-content-end
|
||||||
|
#em_alarmiert.col-6.h-60.d-flex.flex-wrap.align-content-end
|
||||||
|
div.rounded.bg-secondary.d-flex.justify-content-between.flex-fill.p-2.m-1
|
||||||
|
div.pr-2 FL CB 01/42-01
|
||||||
|
div.p-2.badge.badge-success 2
|
||||||
|
div.rounded.bg-secondary.d-flex.justify-content-between.flex-fill.p-2.m-1
|
||||||
|
div.pr-2 FL CB 01/42-01
|
||||||
|
div.p-2.badge.badge-success 2
|
||||||
|
div.rounded.bg-secondary.d-flex.justify-content-between.flex-fill.p-2.m-1
|
||||||
|
div.pr-2 FL CB 01/42-01
|
||||||
|
div.p-2.badge.badge-success 2
|
||||||
|
div.rounded.bg-secondary.d-flex.justify-content-between.flex-fill.p-2.m-1
|
||||||
|
div.pr-2 FL CB 01/42-01
|
||||||
|
div.p-2.badge.badge-success 2
|
||||||
|
div.rounded.bg-secondary.d-flex.justify-content-between.flex-fill.p-2.m-1
|
||||||
|
div.pr-2 FL CB 01/42-01
|
||||||
|
div.p-2.badge.badge-success 2
|
||||||
|
div.rounded.bg-secondary.d-flex.justify-content-between.flex-fill.p-2.m-1
|
||||||
|
div.pr-2 FL CB 01/42-01
|
||||||
|
div.p-2.badge.badge-success 2
|
||||||
|
div.rounded.bg-secondary.d-flex.justify-content-between.flex-fill.p-2.m-1
|
||||||
|
div.pr-2 FL CB 01/42-01
|
||||||
|
div.p-2.badge.badge-success 2
|
||||||
|
div.rounded.bg-secondary.d-flex.justify-content-between.flex-fill.p-2.m-1
|
||||||
|
div.pr-2 FL CB 01/42-01
|
||||||
|
div.p-2.badge.badge-success 2
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
//ul#em_alarmiert.list-group
|
||||||
// BUG: Buttons für Sounds werden fehlerhaft dargestellt
|
li.list-group-item.d-flex.justify-content-between.align-items-center -Einsatzmittel 1-
|
||||||
//.col-6.h-5.d-flex.align-items-center.py-1.text-muted.tf_singleline
|
li.list-group-item.d-flex.justify-content-between.align-items-center -Einsatzmittel 2-
|
||||||
button#replay.btn.btn-outline-light.h-100.py-1
|
li.list-group-item.d-flex.justify-content-between.align-items-center -Einsatzmittel n-
|
||||||
.ion-md-play-circle
|
// TODO: Status mit anzeigen (als .badge.badge-pill)
|
||||||
button#volume.btn.btn-outline-light.h-100.mx-1
|
// TODO: auflistung vieler Fahrzeuge verbessern. flexfill
|
||||||
.ion-md-volume-high
|
.col-12.h-5.d-flex.align-items-end.justify-content-center.text-muted.tf_singleline
|
||||||
#date-time
|
#em_weitere -weiteres Einsatzmittel 1-, -weiteres Einsatzmittel 2-, -weiteres Einsatzmittel n-
|
||||||
div -Datum- - -Uhrzeit-
|
.col-12.h-15.d-flex.align-items-center.rounded.bg-dark.font-weight-bold.text-info.tf_singleline
|
||||||
//.col-6.h-5.d-flex.flex-row.align-items-center.justify-content-end.py-1.text-muted.tf_singleline
|
// TODO: Besonderheiten bei neuer Alarmierung neu in der größe angpassen
|
||||||
// TODO Information in Wachalarm-Bild ob alle Rechte, oder ob reduzierte Version
|
#besonderheiten -Besonderheiten-
|
||||||
#wachenname.ion-md-business=data_wache || ' -Wachenname-'
|
.col-12.h-5.d-flex.align-items-end.justify-content-center.pt-3
|
||||||
.col-10.h-15.h-20_ls.pr-3
|
.progress(style='height: 100%;').flex-fill
|
||||||
#einsatz_art.h-100.w-100.d-flex.align-items-center.font-weight-bold.p-3.rounded.bg-dark.tf_singleline
|
#hilfsfrist.progress-bar.progress-bar-striped.progress-bar-animated(role='progressbar', aria-valuenow='0', aria-valuemin='0', aria-valuemax='100', style='width: 0%')
|
||||||
#einsatz_stichwort.ion-md-apps -Stichwort-
|
|
||||||
.col-2.h-15.h-20_ls.d-flex.align-items-center.justify-content-center.p-3.rounded.bg-dark.text-info.tf_singleline
|
|
||||||
#sondersignal.ion-md-apps
|
|
||||||
.col-12.col-5_ls.h-35.h-70_ls.pt-3_pt.ptr-3_ls
|
|
||||||
#map.h-100.rounded
|
|
||||||
.col-12.col-7_ls.h-40.h-70_ls
|
|
||||||
.row.no-gutters.h-100.pt-3
|
|
||||||
.col-12.h-20.h-100.w-100#rmld_container
|
|
||||||
// TODO: Rueckmedlung ohne Rueckmeldung ausbleden
|
|
||||||
.d-flex.fustify-content-between.font-weight-bold
|
|
||||||
.list-group.list-group-horizontal.text-center.w-100
|
|
||||||
.list-group-item.flex-fill.text-success
|
|
||||||
a#ek-counter 0
|
|
||||||
a EK
|
|
||||||
.list-group-item.flex-fill.text-info
|
|
||||||
a#ma-counter 0
|
|
||||||
a MA
|
|
||||||
.list-group-item.flex-fill.text-light
|
|
||||||
a#fk-counter 0
|
|
||||||
a FK
|
|
||||||
.list-group.text-center
|
|
||||||
.list-group-item.border.border-warning.flex-fill.text-warning
|
|
||||||
a#agt-counter 0
|
|
||||||
a AGT
|
|
||||||
//a.badge.badge-warning 2 AGT
|
|
||||||
.row
|
|
||||||
.col-4#pg-ek.pr-1
|
|
||||||
//.progress.mt-1
|
|
||||||
.progress-bar.progress-bar-striped.bg-success(role='progressbar', style='width: 25%', aria-valuenow='25', aria-valuemin='0', aria-valuemax='100')
|
|
||||||
a(style='') 2min
|
|
||||||
//.progress.mt-1.border.border-warning(style='height: 20px;')
|
|
||||||
.progress-bar.progress-bar-striped.bg-success(role='progressbar', style='width: 25%', aria-valuenow='25', aria-valuemin='0', aria-valuemax='100')
|
|
||||||
h 2min
|
|
||||||
//.progress.mt-1
|
|
||||||
.progress-bar.progress-bar-striped.bg-success.ion-md-checkmark-circle(role='progressbar', style='width: 100%', aria-valuenow='100', aria-valuemin='0', aria-valuemax='100')
|
|
||||||
.col-4#pg-ma.px-1
|
|
||||||
//.progress.mt-1
|
|
||||||
.progress-bar.progress-bar-striped.bg-info(role='progressbar', style='width: 25%', aria-valuenow='25', aria-valuemin='0', aria-valuemax='100') 3min
|
|
||||||
//.progress.mt-1
|
|
||||||
.progress-bar.progress-bar-striped.bg-info(role='progressbar', style='width: 25%', aria-valuenow='25', aria-valuemin='0', aria-valuemax='100') 1min
|
|
||||||
.col-4#pg-fk.pl-1
|
|
||||||
//.progress.mt-1.border.border-warning
|
|
||||||
.progress-bar.progress-bar-striped.bg-light(role='progressbar', style='width: 50%', aria-valuenow='50', aria-valuemin='0', aria-valuemax='100') 10min
|
|
||||||
.col-6.h-60.d-flex.align-items-end.justify-content-start.tf_multiline
|
|
||||||
#ortsdaten.flex-fill -Objekt-
|
|
||||||
br
|
|
||||||
| -Ort-
|
|
||||||
br
|
|
||||||
| -Ortsteil-
|
|
||||||
br
|
|
||||||
| -Straße Hsnr-
|
|
||||||
//.col-6.h-65.d-flex.align-items-around.justify-content-end
|
|
||||||
#em_alarmiert.col-6.h-60.d-flex.flex-wrap.align-content-end
|
|
||||||
div.rounded.bg-secondary.d-flex.justify-content-between.flex-fill.p-2.m-1
|
|
||||||
div.pr-2 FL CB 01/42-01
|
|
||||||
div.p-2.badge.badge-success 2
|
|
||||||
div.rounded.bg-secondary.d-flex.justify-content-between.flex-fill.p-2.m-1
|
|
||||||
div.pr-2 FL CB 01/42-01
|
|
||||||
div.p-2.badge.badge-success 2
|
|
||||||
div.rounded.bg-secondary.d-flex.justify-content-between.flex-fill.p-2.m-1
|
|
||||||
div.pr-2 FL CB 01/42-01
|
|
||||||
div.p-2.badge.badge-success 2
|
|
||||||
div.rounded.bg-secondary.d-flex.justify-content-between.flex-fill.p-2.m-1
|
|
||||||
div.pr-2 FL CB 01/42-01
|
|
||||||
div.p-2.badge.badge-success 2
|
|
||||||
div.rounded.bg-secondary.d-flex.justify-content-between.flex-fill.p-2.m-1
|
|
||||||
div.pr-2 FL CB 01/42-01
|
|
||||||
div.p-2.badge.badge-success 2
|
|
||||||
div.rounded.bg-secondary.d-flex.justify-content-between.flex-fill.p-2.m-1
|
|
||||||
div.pr-2 FL CB 01/42-01
|
|
||||||
div.p-2.badge.badge-success 2
|
|
||||||
div.rounded.bg-secondary.d-flex.justify-content-between.flex-fill.p-2.m-1
|
|
||||||
div.pr-2 FL CB 01/42-01
|
|
||||||
div.p-2.badge.badge-success 2
|
|
||||||
div.rounded.bg-secondary.d-flex.justify-content-between.flex-fill.p-2.m-1
|
|
||||||
div.pr-2 FL CB 01/42-01
|
|
||||||
div.p-2.badge.badge-success 2
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//ul#em_alarmiert.list-group
|
|
||||||
li.list-group-item.d-flex.justify-content-between.align-items-center -Einsatzmittel 1-
|
|
||||||
li.list-group-item.d-flex.justify-content-between.align-items-center -Einsatzmittel 2-
|
|
||||||
li.list-group-item.d-flex.justify-content-between.align-items-center -Einsatzmittel n-
|
|
||||||
// TODO: Status mit anzeigen (als .badge.badge-pill)
|
|
||||||
// TODO: auflistung vieler Fahrzeuge verbessern. flexfill
|
|
||||||
.col-12.h-5.d-flex.align-items-end.justify-content-center.text-muted.tf_singleline
|
|
||||||
#em_weitere -weiteres Einsatzmittel 1-, -weiteres Einsatzmittel 2-, -weiteres Einsatzmittel n-
|
|
||||||
.col-12.h-15.d-flex.align-items-center.rounded.bg-dark.font-weight-bold.text-info.tf_singleline
|
|
||||||
// TODO: Besonderheiten bei neuer Alarmierung neu in der größe angpassen
|
|
||||||
#besonderheiten -Besonderheiten-
|
|
||||||
.col-12.h-5.d-flex.align-items-end.justify-content-center.pt-3
|
|
||||||
.progress(style='height: 100%;').flex-fill
|
|
||||||
#hilfsfrist.progress-bar.progress-bar-striped.progress-bar-animated(role='progressbar', aria-valuenow='0', aria-valuemin='0', aria-valuemax='100', style='width: 0%')
|
|
||||||
audio#audio(controls='')
|
audio#audio(controls='')
|
||||||
source(src='', type='audio/mpeg')
|
source(src='', type='audio/mpeg')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user