update So 2. Feb 22:01:01 CET 2020
This commit is contained in:
parent
b45ee85010
commit
dbb7b54e7d
@ -28,3 +28,16 @@ var map = L.map('map', {
|
|||||||
var marker = L.marker(new L.LatLng(0, 0), {
|
var marker = L.marker(new L.LatLng(0, 0), {
|
||||||
icon: redIcon
|
icon: redIcon
|
||||||
}).addTo(map);
|
}).addTo(map);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/* ########################### */
|
||||||
|
/* ####### Rückmeldung ####### */
|
||||||
|
/* ########################### */
|
||||||
|
|
||||||
|
$('#rueckmeldung').each(function(index) {
|
||||||
|
$(this).on("click", function(){
|
||||||
|
$('#responseModal').modal('show');
|
||||||
|
});
|
||||||
|
});
|
||||||
@ -6,7 +6,6 @@
|
|||||||
.align-items-center.justify-content-center.rounded.bg-light.text-info.p-3
|
.align-items-center.justify-content-center.rounded.bg-light.text-info.p-3
|
||||||
#sondersignal.ion-md-apps.text-center
|
#sondersignal.ion-md-apps.text-center
|
||||||
.col-12
|
.col-12
|
||||||
//.pt-3_pt.ptr-3_ls.h-50
|
|
||||||
#map.rounded(style={height: '20em'})
|
#map.rounded(style={height: '20em'})
|
||||||
.col-12.mt-2
|
.col-12.mt-2
|
||||||
#ortsdaten.d-flex.flex-column
|
#ortsdaten.d-flex.flex-column
|
||||||
@ -16,7 +15,24 @@
|
|||||||
div.list-group-item.py-2 -Straße Hsnr-
|
div.list-group-item.py-2 -Straße Hsnr-
|
||||||
div.list-group-item.py-2.text-warning -Besonderheiten-
|
div.list-group-item.py-2.text-warning -Besonderheiten-
|
||||||
.col-12.mt-2
|
.col-12.mt-2
|
||||||
table.table.table-striped
|
h5.text-center.text-danger.font-weight-bold Alarmierte Einsatzmittel
|
||||||
|
div.d-flex.flex-wrap
|
||||||
|
div.d-flex.flex-fill.justify-content-between.align-items-center.rounded.bg-light.p-2.mb-2.mr-2
|
||||||
|
div.pr-2 FL CB 00/00-00
|
||||||
|
div.p-2.badge.badge-success 2
|
||||||
|
div.d-flex.flex-fill.justify-content-between.align-items-center.rounded.bg-light.p-2.mb-2.mr-2
|
||||||
|
div.pr-2 FL CB 12/00-00
|
||||||
|
div.p-2.badge.badge-warning 3
|
||||||
|
div.d-flex.flex-fill.justify-content-between.align-items-center.rounded.bg-light.p-2.mb-2.mr-2
|
||||||
|
div.pr-2 FL CB T-Dienst
|
||||||
|
div.p-2.badge.badge-danger 4
|
||||||
|
div.d-flex.flex-fill.justify-content-between.align-items-center.rounded.bg-light.p-2.mb-2.mr-2
|
||||||
|
div.pr-2 KAT CB 00/00-00
|
||||||
|
div.p-2.badge.badge-success 2
|
||||||
|
div.d-flex.flex-fill.justify-content-between.align-items-center.rounded.bg-light.p-2.mb-2.mr-2
|
||||||
|
div.pr-2 FL SPN 00/00-00
|
||||||
|
div.p-2.badge.badge-info 1
|
||||||
|
//table.table.table-striped
|
||||||
tbody
|
tbody
|
||||||
tr
|
tr
|
||||||
th
|
th
|
||||||
@ -42,6 +58,5 @@
|
|||||||
div FL SPN 00/00-00
|
div FL SPN 00/00-00
|
||||||
div.badge.badge-info 1
|
div.badge.badge-info 1
|
||||||
.col-12.mt-2
|
.col-12.mt-2
|
||||||
|
div.border-top.my-3
|
||||||
button#rueckmeldung.btn.btn-danger.btn-lg.btn-block.ion-md-paper-plane(type='button') Rückmeldung senden
|
button#rueckmeldung.btn.btn-danger.btn-lg.btn-block.ion-md-paper-plane(type='button') Rückmeldung senden
|
||||||
//button einsatzmrückmeldung
|
|
||||||
//dann modal mit der Rückmeldungsoption
|
|
||||||
Loading…
Reference in New Issue
Block a user