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

47 lines
1.5 KiB
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="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>
<li class="flexrow item">
<label class="generic-label item-field-label-long">Prérequis : </label>
<input
type="text"
class="status-small-label color-class-common item-field-label-long2"
name="system.prerequis"
value="{{system.prerequis}}"
data-dtype="String"
/>
</li>
</ul>
<h3>Sacrifices</h3>
<div class="small-editor item-text-long-line">
{{editor sacrifice target="system.sacrifice" button=true owner=owner
editable=editable}}
</div>
</div>
</div>
</section>
</form>