forked from public/foundryvtt-reve-de-dragon
Pas de drag depuis champs dérivés/biographie
This commit is contained in:
@ -153,8 +153,8 @@
|
||||
<div class="tab biography" data-group="primary" data-tab="description">
|
||||
<article class="flexrow">
|
||||
<ul class="item-list alterne-list">
|
||||
<li class="item flexrow list-item" data-tooltip="Glisser une Race depuis un compentdium pour changer">
|
||||
<label for="system.race">Race :</label>
|
||||
<li class="flexrow list-item" data-tooltip="Glisser une Race depuis un compentdium pour changer">
|
||||
<label for="system.race">Race</label>
|
||||
{{#if race}}
|
||||
<img class="sheet-competence-img" src="{{race.img}}" />
|
||||
<label class="flex-grow">{{race.name}}</label>
|
||||
@ -162,53 +162,53 @@
|
||||
<input class="flex-grow" type="text" name="system.race" value="{{system.race}}" data-dtype="String"/>
|
||||
{{/if}}
|
||||
</li>
|
||||
<li class="item flexrow list-item">
|
||||
<label for="system.sexe">Sexe :</label>
|
||||
<li class="flexrow list-item">
|
||||
<label for="system.sexe">Sexe</label>
|
||||
<input class="flex-grow" type="text" name="system.sexe" value="{{system.sexe}}" data-dtype="String"/>
|
||||
</li>
|
||||
<li class="item flexrow list-item">
|
||||
<label for="system.age">Age :</label>
|
||||
<li class="flexrow list-item">
|
||||
<label for="system.age">Age</label>
|
||||
<input class="flex-grow" type="text" name="system.age" value="{{system.age}}" data-dtype="String"/>
|
||||
</li>
|
||||
<li class="item flexrow list-item">
|
||||
<label for="system.taille">Taille :</label>
|
||||
<li class="flexrow list-item">
|
||||
<label for="system.taille">Taille</label>
|
||||
<input class="flex-grow" type="text" name="system.taille" value="{{system.taille}}" data-dtype="String"/>
|
||||
</li>
|
||||
<li class="item flexrow list-item">
|
||||
<label for="system.poids">Poids :</label>
|
||||
<li class="flexrow list-item">
|
||||
<label for="system.poids">Poids</label>
|
||||
<input class="flex-grow" type="text" name="system.poids" value="{{system.poids}}" data-dtype="String"/>
|
||||
</li>
|
||||
<li class="item flexrow list-item">
|
||||
<label for="system.metier">Métier :</label>
|
||||
<li class="flexrow list-item">
|
||||
<label for="system.metier">Métier</label>
|
||||
<input class="flex-grow" type="text" name="system.metier" value="{{system.metier}}" data-dtype="String"/>
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="item-list alterne-list">
|
||||
<li class="item flexrow list-item">
|
||||
<label for="system.main">Main directrice :</label>
|
||||
<li class="flexrow list-item">
|
||||
<label for="system.main">Main directrice</label>
|
||||
<div class="autocomplete">
|
||||
<input type="text" class="selection-main-directrice" name="system.main" value="{{system.main}}" data-dtype="String"/>
|
||||
{{>'systems/foundryvtt-reve-de-dragon/templates/scripts/autocomplete.hbs' proposals=options.mainsDirectrices className='selection-main-directrice'}}
|
||||
</div>
|
||||
</li>
|
||||
<li class="item flexrow list-item">
|
||||
<label for="system.heure">Heure de naissance :</label>
|
||||
<li class="flexrow list-item">
|
||||
<label for="system.heure">Heure de naissance</label>
|
||||
<select type="text" name="system.heure" value="{{system.heure}}" data-dtype="String">
|
||||
{{#select system.heure}}
|
||||
{{>"systems/foundryvtt-reve-de-dragon/templates/enum-heures.html"}}
|
||||
{{/select}}
|
||||
</select>
|
||||
</li>
|
||||
<li class="item flexrow list-item">
|
||||
<label>Beauté :</label>
|
||||
<li class="flexrow list-item">
|
||||
<label>Beauté</label>
|
||||
<input type="text" value="{{system.beaute}}" data-dtype="String" disabled/>
|
||||
</li>
|
||||
<li class="item flexrow list-item">
|
||||
<label for="system.cheveux">Cheveux :</label>
|
||||
<li class="flexrow list-item">
|
||||
<label for="system.cheveux">Cheveux</label>
|
||||
<input class="flex-grow" type="text" name="system.cheveux" value="{{system.cheveux}}" data-dtype="String"/>
|
||||
</li>
|
||||
<li class="item flexrow list-item">
|
||||
<label for="system.yeux">Yeux :</label>
|
||||
<li class="flexrow list-item">
|
||||
<label for="system.yeux">Yeux</label>
|
||||
<input class="flex-grow" type="text" name="system.yeux" value="{{system.yeux}}" data-dtype="String"/>
|
||||
</li>
|
||||
<a class="chat-card-button description-aleatoire" data-tooltip="Déterminer aléatoirement les détails de description">Description <i class="fa-solid fa-dice-d20"></i></a>
|
||||
@ -220,11 +220,11 @@
|
||||
</article>
|
||||
|
||||
<article class="flexcol">
|
||||
<h3>Biographie : </h3>
|
||||
<h3>Biographie</h3>
|
||||
<div class="form-group large-editor">
|
||||
{{editor biographie target="system.biographie" button=true owner=options.isOwner editable=options.editable engine="prosemirror"}}
|
||||
</div>
|
||||
<h3>Notes : </h3>
|
||||
<h3>Notes</h3>
|
||||
<div class="form-group large-editor">
|
||||
{{editor notes target="system.notes" button=true owner=options.isOwner editable=options.editable engine="prosemirror"}}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user