fvtt-te-deum/templates/dialogs/character-creator-origine.hbs

24 lines
566 B
Handlebars

<div class="fvtt-te-deum-character-creator">
<h3>{{title}}</h3>
<h4>{{subtitle}}</h4>
<div class="form-group">
<select name="sexe">
{{selectOptions sexeChoice selected="hommme"}}
</select>
</div>
<div class="form-group">
<select name="religion">
{{selectOptions religionChoice selected="catholique" }}
</select>
</div>
<div class="form-group">
<select name="origineSociale">
{{selectOptions origineChoice selected="noblesseepee" valueAttr="id"}}
</select>
</div>
</div>