update Mo 17. Feb 21:31:02 CET 2020
This commit is contained in:
parent
32ff9d48c9
commit
6172de5f63
@ -1,34 +1,36 @@
|
|||||||
.row.no-gutters
|
.row
|
||||||
.col-12.d-flex.justify-content-between
|
.col-4
|
||||||
p#einsatz_datum.text-muted 01.01.2020
|
.row.no-gutters
|
||||||
p#einsatz_uhrzeit.text-muted.text-right 11:22:33
|
.col-12.d-flex.justify-content-between
|
||||||
.col-10
|
p#einsatz_datum.text-muted 01.01.2020
|
||||||
.align-items-center.font-weight-bold.rounded.bg-light.p-3.mr-2
|
p#einsatz_uhrzeit.text-muted.text-right 11:22:33
|
||||||
.ion-md-apps -Stichwort-
|
.col-10
|
||||||
.col-2
|
.align-items-center.font-weight-bold.rounded.bg-light.p-3.mr-2
|
||||||
.align-items-center.justify-content-center.rounded.bg-light.text-info.p-3
|
.ion-md-apps -Stichwort-
|
||||||
.ion-md-apps.text-center
|
.col-2
|
||||||
.col-12
|
.align-items-center.justify-content-center.rounded.bg-light.text-info.p-3
|
||||||
div.border-top.m-3
|
.ion-md-apps.text-center
|
||||||
.card.mt-2
|
.col-12
|
||||||
.card-body.p-0
|
div.border-top.m-3
|
||||||
#map.rounded(style={height: '20em'})
|
.card.mt-2
|
||||||
.card-body.p-0
|
.card-body.p-0
|
||||||
ul.list-group.list-group-flush
|
#map.rounded(style={height: '20em'})
|
||||||
li.list-group-item -Objekt-
|
.card-body.p-0
|
||||||
li.list-group-item -Ort-
|
ul.list-group.list-group-flush
|
||||||
li.list-group-item -Orststeil-
|
li.list-group-item -Objekt-
|
||||||
li.list-group-item -Straße Hsnr-
|
li.list-group-item -Ort-
|
||||||
li.list-group-item.text-warning -Besonderheiten-
|
li.list-group-item -Orststeil-
|
||||||
.col-12
|
li.list-group-item -Straße Hsnr-
|
||||||
div.border-top.m-3
|
li.list-group-item.text-warning -Besonderheiten-
|
||||||
.card.bg-secondary.mt-2
|
.col-12
|
||||||
.card-header.bg-light.p-2
|
div.border-top.m-3
|
||||||
h5.text-danger.text-center Alarmierte Einsatzmittel
|
.card.bg-secondary.mt-2
|
||||||
.card-body.p-1
|
.card-header.bg-light.p-2
|
||||||
div.d-flex.flex-wrap.justify-content-between.align-items-center
|
h5.text-danger.text-center Alarmierte Einsatzmittel
|
||||||
div.flex-fill.rounded.bg-light.p-2.m-1
|
.card-body.p-1
|
||||||
div.d-flex.justify-content-between
|
div.d-flex.flex-wrap.justify-content-between.align-items-center
|
||||||
|
div.flex-fill.rounded.bg-light.p-2.m-1
|
||||||
|
div.d-flex.justify-content-between
|
||||||
|
|
||||||
//.col-12
|
//.col-12
|
||||||
div.border-top.my-3
|
div.border-top.my-3
|
||||||
@ -96,6 +98,8 @@
|
|||||||
div.d-flex.justify-content-between.align-items-center
|
div.d-flex.justify-content-between.align-items-center
|
||||||
div FL SPN 00/00-00
|
div FL SPN 00/00-00
|
||||||
div.badge.badge-info 1
|
div.badge.badge-info 1
|
||||||
.col-12
|
.col-8
|
||||||
div.border-top.m-3
|
.row.no-gutters
|
||||||
button#rueckmeldung.btn.btn-danger.btn-lg.btn-block.ion-md-paper-plane(type='button') Rückmeldung senden
|
.col-12
|
||||||
|
div.border-top.m-3
|
||||||
|
button#rueckmeldung.btn.btn-danger.btn-lg.btn-block.ion-md-paper-plane(type='button') Rückmeldung senden
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
// Modal
|
// Modal
|
||||||
|
|
||||||
- if (!einsatzdaten) {
|
// if (!einsatzdaten) {
|
||||||
- var einsatzdaten = {};
|
// var einsatzdaten = {};
|
||||||
- einsatzdaten.uuid = '0';
|
// einsatzdaten.uuid = '0';
|
||||||
- einsatzdaten.wachen = {};
|
// einsatzdaten.wachen = {};
|
||||||
- einsatzdaten.wachen.waip_wachen_ID = 0;
|
// einsatzdaten.wachen.waip_wachen_ID = 0;
|
||||||
- einsatzdaten.wachen.wachenname = '';
|
// einsatzdaten.wachen.wachenname = '';
|
||||||
- }
|
// }
|
||||||
|
|
||||||
#responseModal.modal.fade(tabindex='-1', role='dialog', aria-hidden='true')
|
#responseModal.modal.fade(tabindex='-1', role='dialog', aria-hidden='true')
|
||||||
.modal-dialog.modal-dialog-centered(role='document')
|
.modal-dialog.modal-dialog-centered(role='document')
|
||||||
|
|||||||
@ -5,7 +5,7 @@ append head
|
|||||||
|
|
||||||
block content
|
block content
|
||||||
include includes/modal_info
|
include includes/modal_info
|
||||||
include includes/modal_rmld
|
//include includes/modal_rmld
|
||||||
.container-fluid
|
.container-fluid
|
||||||
#waipclock.d-none
|
#waipclock.d-none
|
||||||
include includes/master_clock
|
include includes/master_clock
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user