update Do 6. Feb 14:31:01 CET 2020
This commit is contained in:
parent
3d69d2b0ab
commit
b496f5c47a
@ -4,8 +4,25 @@
|
|||||||
.col-6
|
.col-6
|
||||||
p.text-muted.text-right 11:22:33
|
p.text-muted.text-right 11:22:33
|
||||||
.col-10
|
.col-10
|
||||||
#einsatz_art.align-items-center.font-weight-bold.rounded.bg-light.p-3.mr-2
|
case einsatzdaten.einsatzart
|
||||||
#einsatz_stichwort.ion-md-apps -Stichwort-
|
when 'Brandeinsatz'
|
||||||
|
#einsatz_art.align-items-center.font-weight-bold.rounded.bg-danger.p-3.mr-2
|
||||||
|
#einsatz_stichwort.ion-md-flame #{' ' + einsatzdaten.stichwort}
|
||||||
|
when 'Hilfeleistungseinsatz'
|
||||||
|
#einsatz_art.align-items-center.font-weight-bold.rounded.bg-info.p-3.mr-2
|
||||||
|
#einsatz_stichwort.ion-md-construct #{' ' + einsatzdaten.stichwort}
|
||||||
|
when 'Rettungseinsatz'
|
||||||
|
#einsatz_art.align-items-center.font-weight-bold.rounded.bg-warning.p-3.mr-2
|
||||||
|
#einsatz_stichwort.ion-md-medkit #{' ' + einsatzdaten.stichwort}
|
||||||
|
when 'Krankentransport'
|
||||||
|
#einsatz_art.align-items-center.font-weight-bold.rounded.bg-success.p-3.mr-2
|
||||||
|
#einsatz_stichwort.ion-md-medical #{' ' + einsatzdaten.stichwort}
|
||||||
|
when 'Sonstiges'
|
||||||
|
#einsatz_art.align-items-center.font-weight-bold.rounded.bg-secondary.p-3.mr-2
|
||||||
|
#einsatz_stichwort.ion-md-information-circle #{' ' + einsatzdaten.stichwort}
|
||||||
|
default
|
||||||
|
#einsatz_art.align-items-center.font-weight-bold.rounded.bg-light.p-3.mr-2
|
||||||
|
#einsatz_stichwort.ion-md-apps -Stichwort-
|
||||||
.col-2
|
.col-2
|
||||||
.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
|
||||||
|
|||||||
@ -1,47 +1,13 @@
|
|||||||
extends layout
|
extends layout
|
||||||
|
|
||||||
append head
|
append head
|
||||||
link(rel='stylesheet', href='/css/ionicons.min.css')
|
//link(rel='stylesheet', href='/css/ionicons.min.css')
|
||||||
link(rel='stylesheet', href='/css/leaflet.css')
|
link(rel='stylesheet', href='/css/leaflet.css')
|
||||||
|
|
||||||
block content
|
block content
|
||||||
|
include includes/modal_global
|
||||||
include includes/modal_response
|
include includes/modal_response
|
||||||
.container-fluid
|
.container-fluid
|
||||||
include includes/rueckmeldung
|
include includes/rueckmeldung
|
||||||
script(src='/js/leaflet.js')
|
script(src='/js/leaflet.js')
|
||||||
script(src='/js/rueckmeldung_client.js')
|
script(src='/js/rueckmeldung_client.js')
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
a= JSON.stringify(einsatzdaten)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
extends layout
|
|
||||||
|
|
||||||
append head
|
|
||||||
link(rel='stylesheet', href='/css/leaflet.css')
|
|
||||||
|
|
||||||
block content
|
|
||||||
include includes/modal
|
|
||||||
include includes/modal_response
|
|
||||||
.container-fluid
|
|
||||||
#waipclock.d-none
|
|
||||||
include includes/clock
|
|
||||||
#waiptableau.d-none
|
|
||||||
include includes/wachalarm
|
|
||||||
|
|
||||||
script.
|
|
||||||
var map_tile = !{JSON.stringify(map_tile).replace(/<\//g, '<\\/')}
|
|
||||||
var client_id = !{JSON.stringify(app_id).replace(/<\//g, '<\\/')}
|
|
||||||
script(src='/js/leaflet.js')
|
|
||||||
script(src='/js/textFit.min.js')
|
|
||||||
script(src='/socket.io/socket.io.js')
|
|
||||||
script.
|
|
||||||
wachen_id="#{wachen_id}"
|
|
||||||
waip_id=null
|
|
||||||
script(src='/js/waip_client.js')
|
|
||||||
Loading…
Reference in New Issue
Block a user