Wachalarm-IP-Web/views/includes/modal_response.pug
Robert Richter f943f5ccc9 update
2020-02-04 09:17:49 +01:00

65 lines
2.7 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Modal
#responseModal.modal.fade(tabindex='-1', role='dialog', aria-hidden='true')
.modal-dialog.modal-dialog-centered(role='document')
.modal-content
.modal-header
h3#responseModalTitle.modal-title.text-danger Einsatzrückmeldung
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 ...
div
.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
div
.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 ... und 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
.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