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')
span(aria-hidden='true') ×
#responseModalBody.modal-body
h4.text-info Aufgabenwahrnehmung
p.text-muted Ich komme als
.row
.col-1
.col-11
.form-group
.custom-control.custom-radio
input#radios_res_ek.custom-control-input(type='radio', name='radios_res', value='1')
label.custom-control-label(for='radios_res_ek')
| Einsatzkraft
.custom-control.custom-radio
input#radios_res_ma.custom-control-input(type='radio', name='radios_res', value='1')
label.custom-control-label(for='radios_res_ma')
| Maschinist
.custom-control.custom-radio
input#radios_res_fk.custom-control-input(type='radio', name='radios_res', value='1')
label.custom-control-label(for='radios_res_fk')
| Führungskraft
hr
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
h4.text-info
| Wache
.row
.col-md-6
.card.border-info
.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.border-info
.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
//h4.text-info Aufgabenwahrnehmung
p.text-muted Ich komme als ...
.form-group
.custom-control.custom-radio.form-control-lg
input#radios_res_ek.custom-control-input(type='radio', name='radios_res', value='1')
label.custom-control-label(for='radios_res_ek')
| Einsatzkraft
.custom-control.custom-radio.form-control-lg
input#radios_res_ma.custom-control-input(type='radio', name='radios_res', value='1')
label.custom-control-label(for='radios_res_ma')
| Maschinist
.custom-control.custom-radio.form-control-lg
input#radios_res_fk.custom-control-input(type='radio', name='radios_res', value='1')
label.custom-control-label(for='radios_res_fk')
| Führungskraft
div.border-top.my-3
//h4.text-info AGT
.form-group
.custom-control.custom-switch
input#cb_res_agt.custom-control-input(type='checkbox')
label.custom-control-label.text-warning(for='cb_res_agt')
| und bin Atemschutzgeräteträger!
div.border-top.my-3
p.text-muted in ungefähr ...
.form-group
custom-select
select.custom-select
option() bitte Eintreffzeit wählen
option(value='1') 5 Minuten
option(value='2') 10 Minuten
option(value='3') 15 Minuten
option(value='4') 20 Minuten
p.text-muted zur Wache ...
.form-group
custom-select
select.custom-select
option(selected='') bitte Wache wählen
option(value='1') CB FW Cottbus 1
option(value='2') CB FW Cottbus 3
option(value='3') CB FW Madlow
option(value='4') CB FW Kieckebusch
.modal-footer
.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
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!