fradrive/templates/widgets/modal.hamlet

18 lines
585 B
Plaintext

<div .modal.js-modal #modal-#{modalId} data-trigger=#{modalTrigger} data-closeable=true>
<h2>Neue Veranstaltung
#{modalContent}
<form>
<div .form-group>
<label .reactive-label for="inp1">Name
<input type="text" id="inp1">
<div .form-group>
<label .reactive-label for="inp2">Kürzel
<input type="text" id="inp2">
<div .form-group>
<label .reactive-label for="inp3">Aktiv?
<div .checkbox>
<input id="inp3" name="f2" type="checkbox">
<label for="inp3">
<div .form-group>
<input type="submit" value="Submit">