2022-11-10 23:43:51 +01:00
|
|
|
<form class="{{cssClass}}" autocomplete="off">
|
2022-11-14 15:27:19 +01:00
|
|
|
{{> systems/fvtt-hawkmoon-cyd/templates/partial-item-header.html}}
|
2022-11-10 23:43:51 +01:00
|
|
|
|
|
|
|
{{> systems/fvtt-hawkmoon-cyd/templates/partial-item-nav.html}}
|
|
|
|
|
|
|
|
{{!-- Sheet Body --}}
|
|
|
|
<section class="sheet-body">
|
|
|
|
|
|
|
|
{{> systems/fvtt-hawkmoon-cyd/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">Développement : </label>
|
|
|
|
<input type="text" class="padd-right item-field-label-long" name="system.pointdev"
|
|
|
|
value="{{system.pointdev}}" data-dtype="Number" />
|
|
|
|
</li>
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</section>
|
|
|
|
</form>
|