forked from public/fvtt-yggdrasill
Foundry v13 migration
This commit is contained in:
@@ -22,11 +22,11 @@
|
||||
|
||||
{{!-- Carac Tab --}}
|
||||
<div class="tab items" data-group="primary" data-tab="principal">
|
||||
<span><a class="lock-unlock-sheet"><img class="small-button-container"
|
||||
<span><a class="lock-unlock-sheet"><img class="small-button-container"
|
||||
src="systems/fvtt-yggdrasill/images/icons/{{#if editScore}}unlocked.svg{{else}}locked.svg{{/if}}" alt="Editable/Vérouillé"
|
||||
>{{#if editScore}}Editable{{else}}Vérouillé{{/if}}</a>
|
||||
</span>
|
||||
|
||||
|
||||
<div class="grid grid-2col">
|
||||
<div class="">
|
||||
<span class="generic-label"><h3>Attributs</h3></span>
|
||||
@@ -48,13 +48,13 @@
|
||||
{{/if}}
|
||||
<select class="carac-base flexrow" type="text" name="system.attributs.{{key}}.values.{{index}}.value" value="{{value.value}}" data-dtype="Number" {{#unless @root.editScore}}disabled{{/unless}}>
|
||||
{{selectOptions @root.optionsAttr selected=value.value}}
|
||||
</select>
|
||||
</select>
|
||||
{{/each}}
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
</ul>
|
||||
{{/each}}
|
||||
</ul>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="">
|
||||
@@ -63,10 +63,10 @@
|
||||
<li class="item flexrow list-item" data-attr-key="etat">
|
||||
<span class="stat-label flexrow tooltip tooltip-nobottom" name="etat">Etat : </span>
|
||||
<select class="carac-base flexrow" type="text" name="system.etat.etat" value="{{data.etat.etat}}" data-dtype="String" {{#unless @root.editScore}}disabled{{/unless}}>
|
||||
{{selectOptions @root.config.optionsEtat selected=data.etat.etat nameAttr="key" labelAttr="label"}}
|
||||
</select>
|
||||
</li>
|
||||
</ul>
|
||||
{{selectOptions @root.config.optionsEtat selected=data.etat.etat valueAttr="key" labelAttr="label"}}
|
||||
</select>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<span class="generic-label"><h3>Sorts/Rune actifs</h3></span>
|
||||
<ul>
|
||||
@@ -78,13 +78,13 @@
|
||||
<a class="item-control item-edit" title="Edit Item"><i class="fas fa-edit"></i></a>
|
||||
<a class="item-control item-delete" title="Delete Item"><i class="fas fa-trash"></i></a>
|
||||
</div>
|
||||
</li>
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
{{!-- Equipement Tab --}}
|
||||
<div class="tab equipement" data-group="primary" data-tab="equipement">
|
||||
@@ -96,13 +96,13 @@
|
||||
<span class="generic-label">{{monnaie.name}}</span>
|
||||
<span class="generic-label">{{monnaie.system.quantite}}
|
||||
(<a class="equipement-moins plus-moins-button"> -</a>/<a class="equipement-plus plus-moins-button">+</a>)
|
||||
</span>
|
||||
</span>
|
||||
</span>
|
||||
</span>
|
||||
<div class="item-controls">
|
||||
<a class="item-control item-edit" title="Edit Item"><i class="fas fa-edit"></i></a>
|
||||
<a class="item-control item-delete" title="Delete Item"><i class="fas fa-trash"></i></a>
|
||||
</div>
|
||||
</li>
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
<div><h4>Equipement (Encombrement total : {{encTotal}})</h4></div>
|
||||
@@ -132,14 +132,14 @@
|
||||
<a class="item-control item-edit" title="Edit Item"><i class="fas fa-edit"></i></a>
|
||||
<a class="item-control item-delete" title="Delete Item"><i class="fas fa-trash"></i></a>
|
||||
</div>
|
||||
</li>
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
{{!-- Biography Tab --}}
|
||||
<div class="tab description" data-group="primary" data-tab="description">
|
||||
<div class="tab description" data-group="primary" data-tab="description">
|
||||
<article class="flexcol">
|
||||
<h3>Biographie : </h3>
|
||||
<div class="form-group editor">
|
||||
@@ -155,4 +155,3 @@
|
||||
|
||||
</section>
|
||||
</form>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user