update Mo 3. Feb 18:31:01 CET 2020

This commit is contained in:
Robert Richter 2020-02-03 18:31:01 +01:00
parent b873330b14
commit b763e49bf7
2 changed files with 25 additions and 23 deletions

View File

@ -10,18 +10,19 @@
h4.text-info h4.text-info
| Aufgabenwahrnehmung | Aufgabenwahrnehmung
p Ich komme als: p Ich komme als:
.form-check .form-group
input#radios_res_ek.form-check-input(type='radio', name='radios_res', value='1') .custom-control.custom-radio
label.form-check-label(for='radios_res_ek') input#radios_res_ek.custom-control-input(type='radio', name='radios_res', value='1')
| Einsatzkraft label.custom-control-label(for='radios_res_ek')
.form-check | Einsatzkraft
input#radios_res_ma.form-check-input(type='radio', name='radios_res', value='1') .custom-control.custom-radio
label.form-check-label(for='radios_res_ma') input#radios_res_ma.custom-control-input(type='radio', name='radios_res', value='1')
| Maschinist label.custom-control-label(for='radios_res_ma')
.form-check | Maschinist
input#radios_res_fk.form-check-input(type='radio', name='radios_res', value='1') .custom-control.custom-radio
label.form-check-label(for='radios_res_fk') input#radios_res_fk.custom-control-input(type='radio', name='radios_res', value='1')
| Führungskraft label.custom-control-label(for='radios_res_fk')
| Führungskraft
br br
p zum Einsatz. p zum Einsatz.
hr hr

View File

@ -1,12 +1,12 @@
.row.no-gutters .row.no-gutters
.col-10.mb-2 .col-10
#einsatz_art.align-items-center.font-weight-bold.rounded.bg-light.p-3.mr-1 #einsatz_art.align-items-center.font-weight-bold.rounded.bg-light.p-3.mr-2
#einsatz_stichwort.ion-md-apps -Stichwort- #einsatz_stichwort.ion-md-apps -Stichwort-
.col-2.mb-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
.col-12 .col-12
.card .card.mt-2
.card-header.p-0 .card-header.p-0
//h5.text-center.text-danger.font-weight-bold Einsatzort //h5.text-center.text-danger.font-weight-bold Einsatzort
#map.rounded(style={height: '20em'}) #map.rounded(style={height: '20em'})
@ -18,9 +18,10 @@
li.list-group-item -Straße Hsnr- li.list-group-item -Straße Hsnr-
li.list-group-item.text-warning -Besonderheiten- li.list-group-item.text-warning -Besonderheiten-
.col-12 .col-12
.card.border-dark.mt-2 div.border-top.my-3
.card-header .card.bg-secondary.mt-2
h5.text-info CB FW Cottbus 1 .card-header.bg-light.p-2
h5.text-center.text-info.font-weight-bold CB FW Cottbus 1
.card-body.p-1 .card-body.p-1
div.d-flex.flex-wrap.justify-content-between.align-items-center div.d-flex.flex-wrap.justify-content-between.align-items-center
div.flex-fill.rounded.bg-light.p-2.m-1 div.flex-fill.rounded.bg-light.p-2.m-1
@ -36,8 +37,8 @@
div.pr-2 FL CB T-Dienst div.pr-2 FL CB T-Dienst
div.p-2.badge.badge-danger 4 div.p-2.badge.badge-danger 4
.card.bg-secondary.mt-2 .card.bg-secondary.mt-2
.card-header .card-header.bg-light.p-2
h5.text-center CB FW Madlow h5.text-center.text-info.font-weight-bold CB FW Madlow
.card-body.p-1 .card-body.p-1
div.d-flex.flex-wrap.justify-content-between.align-items-center div.d-flex.flex-wrap.justify-content-between.align-items-center
div.flex-fill.rounded.bg-light.p-2.m-1 div.flex-fill.rounded.bg-light.p-2.m-1
@ -49,8 +50,8 @@
div.pr-2 FL SPN 00/00-00 div.pr-2 FL SPN 00/00-00
div.p-2.badge.badge-info 1 div.p-2.badge.badge-info 1
.card.bg-secondary.mt-2 .card.bg-secondary.mt-2
.card-header .card-header.bg-light.p-2
h5.text-danger CB FW Cottbus 3 h5.text-center.text-info.font-weight-bold CB FW Cottbus 3
.card-body.p-1 .card-body.p-1
div.d-flex.flex-wrap.justify-content-between.align-items-center div.d-flex.flex-wrap.justify-content-between.align-items-center
div.flex-fill.rounded.bg-light.p-2.m-1 div.flex-fill.rounded.bg-light.p-2.m-1