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

This commit is contained in:
Robert Richter 2020-02-03 20:31:01 +01:00
parent b763e49bf7
commit 914a78298e
2 changed files with 60 additions and 27 deletions

View File

@ -7,9 +7,11 @@
button.close(type='button', data-dismiss='modal', aria-label='Close') button.close(type='button', data-dismiss='modal', aria-label='Close')
span(aria-hidden='true') × span(aria-hidden='true') ×
#responseModalBody.modal-body #responseModalBody.modal-body
h4.text-info h4.text-info Aufgabenwahrnehmung
| Aufgabenwahrnehmung p.text-muted Ich komme als
p Ich komme als: .row
.col-1
.col-11
.form-group .form-group
.custom-control.custom-radio .custom-control.custom-radio
input#radios_res_ek.custom-control-input(type='radio', name='radios_res', value='1') input#radios_res_ek.custom-control-input(type='radio', name='radios_res', value='1')
@ -23,14 +25,45 @@
input#radios_res_fk.custom-control-input(type='radio', name='radios_res', value='1') input#radios_res_fk.custom-control-input(type='radio', name='radios_res', value='1')
label.custom-control-label(for='radios_res_fk') label.custom-control-label(for='radios_res_fk')
| Führungskraft | Führungskraft
br hr
p zum Einsatz. h4.text-info AGT
.row
.col-1
.col-11
.form-group
.custom-control.custom-checkbox
input#cb_res_agt.custom-control-input(type='checkbox', value='1')
label.custom-control-label.text-warning(for='cb_res_agt')
| Außerdem bin ich Atemschutzgeräteträger!
hr hr
h4.text-info h4.text-info
| AGT | Wache
.form-check .row
input#cb_res_agt.form-check-input(type='checkbox', value='1') .col-md-6
label.form-check-label(for='cb_res_agt') .card.bg-primary
| Außerdem bin ich Atemschutzgeräteträger! .card-body
p.text-muted Ich bin in
.form-group
custom-select
select.custom-select
option() 5 Minuten
option(value='1') 10 Minuten
option(value='2') 15 Minuten
option(value='3') 20 Minuten
.col-md-6
.card.bg-primary
.card-body
p.text-muted an der Wache
.form-group
custom-select
select.custom-select
option(selected='') CB FW Cottbus 1
option(value='1') CB FW Cottbus 3
option(value='2') CB FW Madlow
option(value='3') CB FW Kieckebusch
.modal-footer .modal-footer
button#send_response.btn.btn-warning(type='button', data-dismiss='modal') Senden .row
.col-6
button#send_deny.btn.btn-outline-danger(type='button', data-dismiss='modal') ablehnen
.col-6
button#send_response.btn.btn-warning(type='button', data-dismiss='modal') senden

View File

@ -21,7 +21,7 @@
div.border-top.my-3 div.border-top.my-3
.card.bg-secondary.mt-2 .card.bg-secondary.mt-2
.card-header.bg-light.p-2 .card-header.bg-light.p-2
h5.text-center.text-info.font-weight-bold CB FW Cottbus 1 h5.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
@ -38,7 +38,7 @@
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.bg-light.p-2 .card-header.bg-light.p-2
h5.text-center.text-info.font-weight-bold CB FW Madlow h5.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
@ -51,7 +51,7 @@
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.bg-light.p-2 .card-header.bg-light.p-2
h5.text-center.text-info.font-weight-bold CB FW Cottbus 3 h5.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