update Di 4. Feb 14:01:01 CET 2020

This commit is contained in:
Robert Richter 2020-02-04 14:01:01 +01:00
parent 1aa9b919ca
commit a6d6fa2ca4

View File

@ -7,63 +7,46 @@
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 Aufgabenwahrnehmung //h4.text-info Aufgabenwahrnehmung
p.text-muted Ich komme als p.text-muted Ich komme als ...
.row
.col-1
.col-11
.form-group .form-group
.custom-control.custom-radio .custom-control.custom-radio.form-control-lg
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')
label.custom-control-label(for='radios_res_ek') label.custom-control-label(for='radios_res_ek')
| Einsatzkraft | Einsatzkraft
.custom-control.custom-radio .custom-control.custom-radio.form-control-lg
input#radios_res_ma.custom-control-input(type='radio', name='radios_res', value='1') input#radios_res_ma.custom-control-input(type='radio', name='radios_res', value='1')
label.custom-control-label(for='radios_res_ma') label.custom-control-label(for='radios_res_ma')
| Maschinist | Maschinist
.custom-control.custom-radio .custom-control.custom-radio.form-control-lg
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
hr div.border-top.my-3
h4.text-info AGT //h4.text-info AGT
.row
.col-1
.col-11
.form-group .form-group
.custom-control.custom-checkbox .custom-control.custom-switch
input#cb_res_agt.custom-control-input(type='checkbox', value='1') input#cb_res_agt.custom-control-input(type='checkbox')
label.custom-control-label.text-warning(for='cb_res_agt') label.custom-control-label.text-warning(for='cb_res_agt')
| Außerdem bin ich Atemschutzgeräteträger! | und bin Atemschutzgeräteträger!
hr div.border-top.my-3
h4.text-info p.text-muted in ungefähr ...
| Wache
.row
.col-md-6
.card.border-info
.card-body
p.text-muted Ich bin in
.form-group .form-group
custom-select custom-select
select.custom-select select.custom-select
option() 5 Minuten option() bitte Eintreffzeit wählen
option(value='1') 10 Minuten option(value='1') 5 Minuten
option(value='2') 15 Minuten option(value='2') 10 Minuten
option(value='3') 20 Minuten option(value='3') 15 Minuten
.col-md-6 option(value='4') 20 Minuten
.card.border-info p.text-muted zur Wache ...
.card-body
p.text-muted an der Wache
.form-group .form-group
custom-select custom-select
select.custom-select select.custom-select
option(selected='') CB FW Cottbus 1 option(selected='') bitte Wache wählen
option(value='1') CB FW Cottbus 3 option(value='1') CB FW Cottbus 1
option(value='2') CB FW Madlow option(value='2') CB FW Cottbus 3
option(value='3') CB FW Kieckebusch option(value='3') CB FW Madlow
option(value='4') CB FW Kieckebusch
.modal-footer .modal-footer
.row button#send_response.btn.btn-lg.btn-block.btn-warning.btn-outline-primary.ion-md-paper-plane(type='button', data-dismiss='modal') Rückmeldung absenden!
.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