DAtaModels + Appv2 migration : OK
This commit is contained in:
60
.history/templates/item-rune-sheet_20251026143414.html
Normal file
60
.history/templates/item-rune-sheet_20251026143414.html
Normal file
@@ -0,0 +1,60 @@
|
||||
<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 --}} {{!-- 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">{{localize "MNBL.highlanguage"}} : </label>
|
||||
<input
|
||||
type="text"
|
||||
class="padd-right status-small-label color-class-common"
|
||||
name="system.formule"
|
||||
value="{{data.formule}}"
|
||||
data-dtype="String"
|
||||
/>
|
||||
</li>
|
||||
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label">Difficulté : </label>
|
||||
<input
|
||||
type="text"
|
||||
class="padd-right status-small-label color-class-common"
|
||||
name="system.seuil"
|
||||
value="{{system.seuil}}"
|
||||
data-dtype="Number"
|
||||
/>
|
||||
</li>
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label">Rune prononcée : </label>
|
||||
</li>
|
||||
<span class="flexrow">
|
||||
<input
|
||||
type="text"
|
||||
class="padd-right status-small-label color-class-common"
|
||||
name="system.prononcee"
|
||||
value="{{data.prononcee}}"
|
||||
data-dtype="String"
|
||||
/>
|
||||
</span>
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">{{localize "MNBL.tracedrune"}} : </label>
|
||||
</span>
|
||||
<span class="flexrow">
|
||||
<input
|
||||
type="text"
|
||||
class="padd-right status-small-label color-class-common"
|
||||
name="system.tracee"
|
||||
value="{{data.tracee}}"
|
||||
data-dtype="String"
|
||||
/>
|
||||
</span>
|
||||
|
||||
{{> systems/fvtt-mournblade-cyd2/templates/partial-item-description.html}}
|
||||
</div>
|
||||
</section>
|
||||
</form>
|
||||
Reference in New Issue
Block a user