Appv2 + DataModel migration completed

This commit is contained in:
2026-01-08 07:53:08 +01:00
parent 001f0cffa8
commit 0fd2130fb1
124 changed files with 5745 additions and 1195 deletions

View File

@@ -1,31 +1,30 @@
<form class="{{cssClass}}" autocomplete="off">
{{> systems/fvtt-hawkmoon-cyd/templates/partial-item-header.hbs}}
<section class="{{cssClass}}" autocomplete="off">
{{> systems/fvtt-hawkmoon-cyd/templates/partial-item-nav.hbs}}
{{> systems/fvtt-hawkmoon-cyd/templates/partial-item-header.hbs this}}
{{!-- Sheet Body --}}
<section class="sheet-body">
{{> systems/fvtt-hawkmoon-cyd/templates/partial-item-nav.hbs this}}
{{> systems/fvtt-hawkmoon-cyd/templates/partial-item-description.hbs}}
{{> systems/fvtt-hawkmoon-cyd/templates/partial-item-description.hbs this}}
<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>
<label class="generic-label item-field-label-medium">Type : </label>
<select class="item-field-label-long" type="text" name="system.contacttype" value="{{system.contacttype}}" data-dtype="String">
{{selectOptions @root.config.optionsTypeContact selected=system.contacttype valueAttr="key" labelAttr="label"}}
</select>
</li>
<label class="generic-label item-field-label-long">Niveau : </label>
<li class="flexrow item">
<label class="generic-label item-field-label-medium">Niveau : </label>
<select class="item-field-label-long" type="text" name="system.niveau" value="{{system.niveau}}" data-dtype="Number">
{{selectOptions @root.config.listeNiveauContact selected=system.niveau}}
</select>
</li>
<li class="flexrow item">
<label class="generic-label item-field-label-long">Développement : </label>
<label class="generic-label item-field-label-medium">Développement : </label>
<input type="text" class="padd-right item-field-label-long" name="system.pointdev"
value="{{system.pointdev}}" data-dtype="Number" />
</li>