30 lines
969 B
HTML
30 lines
969 B
HTML
<form class="{{cssClass}}" autocomplete="off">
|
|
{{> systems/fvtt-les-heritiers/templates/partial-item-header.html}}
|
|
|
|
{{> systems/fvtt-les-heritiers/templates/partial-item-nav.html}}
|
|
|
|
{{!-- Sheet Body --}}
|
|
<section class="sheet-body">
|
|
|
|
{{> systems/fvtt-les-heritiers/templates/partial-item-description.html}}
|
|
|
|
|
|
<div class="tab details" data-group="primary" data-tab="details">
|
|
|
|
<ul class="item-list alternate-list">
|
|
<li class="flexrow item">
|
|
<label class="generic-label item-field-label-long">Type : </label>
|
|
<select class="item-field-label-long" type="text" name="system.profiltype" value="{{system.profiltype}}" data-dtype="String">
|
|
{{#select system.profiltype}}
|
|
<option value="mineur">Mineur</option>
|
|
<option value="majeur">Majeur</option>
|
|
{{/select}}
|
|
</select>
|
|
</li>
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
</form>
|