Files
fvtt-mournblade-cyd-2.0/templates/item-tendance-sheet.html
2025-10-26 14:44:06 +01:00

30 lines
1007 B
HTML

<form class="{{cssClass}}" autocomplete="off">
{{> systems/fvtt-mournblade-cyd2/templates/partial-item-header.html}} {{>
systems/fvtt-mournblade-cyd2/templates/partial-item-nav.html}} {{!-- Sheet
Body --}}
<section class="sheet-body">
{{> systems/fvtt-mournblade-cyd2/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"
>Allégeance :
</label>
<select
class="padd-right status-small-label color-class-common item-field-label-long"
type="text"
name="system.allegeance"
value="{{system.allegeance}}"
data-dtype="string"
>
{{selectOptions config.allegeanceOptions
selected=system.allegeance}}
</select>
</li>
</ul>
</div>
</section>
</form>