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