Suppression for="Categorie" dans html
Aucun impact, pas de référence trouvée à cet attribut
This commit is contained in:
parent
98de1a6922
commit
830f4fde9a
@ -5,7 +5,7 @@
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<label for="categorie"> Conditions</label>
|
||||
<label> Conditions</label>
|
||||
<select name="diffConditions" id="diffConditions" data-dtype="number">
|
||||
{{#select diffConditions}}
|
||||
{{#each ajustementsConditions as |key|}}
|
||||
@ -13,7 +13,7 @@
|
||||
{{/each}}
|
||||
{{/select}}
|
||||
</select>
|
||||
<label for="categorie"> Jours</label>
|
||||
<label> Jours</label>
|
||||
<select name="joursAstrologie" id="joursAstrologie" data-dtype="number">
|
||||
{{#select joursSuivants}}
|
||||
{{#each dates as |date key|}}
|
||||
@ -21,8 +21,8 @@
|
||||
{{/each}}
|
||||
{{/select}}
|
||||
</select>
|
||||
<label for="categorie">Etat Général: {{etat}}</label>
|
||||
<label for="categorie"> <a id='jet-astrologie'>Faire un jet d'Astrologie</a></label>
|
||||
<label>Etat Général: {{etat}}</label>
|
||||
<label> <a id='jet-astrologie'>Faire un jet d'Astrologie</a></label>
|
||||
|
||||
{{!-- Sheet Body --}}
|
||||
<section class="sheet-body">
|
||||
|
@ -1,13 +1,13 @@
|
||||
<form class="dialog-roll-sort">
|
||||
|
||||
<div class="form-group">
|
||||
<label for="categorie">Vie : {{vieValue}}</label>
|
||||
<label for="categorie">Etat général : {{etat}}</label>
|
||||
<label for="categorie">Déjà bu : {{diffNbDoses}}</label>
|
||||
<label>Vie : {{vieValue}}</label>
|
||||
<label>Etat général : {{etat}}</label>
|
||||
<label>Déjà bu : {{diffNbDoses}}</label>
|
||||
</div>
|
||||
|
||||
<div class="form-group" id="div-sort-difficulte">
|
||||
<label for="categorie">Force du breuvage </label>
|
||||
<label>Force du breuvage </label>
|
||||
<select name="forceAlcool" id="forceAlcool" data-dtype="number">
|
||||
{{#select forceAlcool}}
|
||||
{{#each ajustementsConditions as |key|}}
|
||||
|
@ -1,10 +1,10 @@
|
||||
<form class="skill-roll-dialog">
|
||||
<div class="form-group">
|
||||
<label for="categorie">{{tmr.label}} ({{tmr.coord}})</label>
|
||||
<label for="categorie">Rêve actuel à {{diffLibre}}</label>
|
||||
<label>{{tmr.label}} ({{tmr.coord}})</label>
|
||||
<label>Rêve actuel à {{diffLibre}}</label>
|
||||
<span>
|
||||
|
||||
<label for="categorie">Conditions</label>
|
||||
<label>Conditions</label>
|
||||
<select name="diffConditions" id="diffConditions" data-dtype="number">
|
||||
{{#select diffConditions}}
|
||||
{{#each ajustementsConditions as |key|}}
|
||||
|
@ -2,46 +2,46 @@
|
||||
<div class="form-group">
|
||||
<ul class="item-list">
|
||||
<li class="item flexrow">
|
||||
<label for="categorie"><strong>Thème : {{meditation.data.theme}} </strong></label>
|
||||
<label for="categorie">Intellect {{numberFormat carac.intellect.value decimals=0 sign=false}} / {{competence.name}} {{numberFormat competence.data.niveau decimals=0 sign=true}}</label>
|
||||
<label><strong>Thème : {{meditation.data.theme}} </strong></label>
|
||||
<label>Intellect {{numberFormat carac.intellect.value decimals=0 sign=false}} / {{competence.name}} {{numberFormat competence.data.niveau decimals=0 sign=true}}</label>
|
||||
</li>
|
||||
<li class="item flexrow">
|
||||
<label for="categorie">Sujet : {{competence.name}} ({{meditation.data.theme}})</label>
|
||||
<label for="categorie">Durée : 60 minutes</label>
|
||||
<label>Sujet : {{competence.name}} ({{meditation.data.theme}})</label>
|
||||
<label>Durée : 60 minutes</label>
|
||||
</li>
|
||||
<li class="item flexrow">
|
||||
<label for="categorie">Support : {{meditation.data.support}}</label>
|
||||
<label for="categorie">Malus spécial : {{meditation.data.malus}}</label>
|
||||
<label>Support : {{meditation.data.support}}</label>
|
||||
<label>Malus spécial : {{meditation.data.malus}}</label>
|
||||
</li>
|
||||
<li class="item flexrow"><label for="categorie">Case TMR : {{meditation.data.tmr}}</label></li>
|
||||
<li class="item flexrow"><label>Case TMR : {{meditation.data.tmr}}</label></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="categorie" class="h4"><strong>Conditions Optionnelles : </strong></label>
|
||||
<label class="h4"><strong>Conditions Optionnelles : </strong></label>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<ul class="item-list">
|
||||
<li class="item flexrow">
|
||||
<label for="categorie">Heure : {{meditation.data.heure}}</label>
|
||||
<label>Heure : {{meditation.data.heure}}</label>
|
||||
<input class="attribute-value conditionMeditation" type="checkbox" id="isHeure" {{#if conditionMeditation.isHeure}}checked{{/if}}/>
|
||||
</li>
|
||||
<li class="item flexrow">
|
||||
<label for="categorie">Purification : {{meditation.data.purification}}</label>
|
||||
<label>Purification : {{meditation.data.purification}}</label>
|
||||
<input class="attribute-value conditionMeditation" type="checkbox" id="isPurification" {{#if conditionMeditation.isPurification}}checked{{/if}}/>
|
||||
</li>
|
||||
<li class="item flexrow">
|
||||
<label for="categorie">Vêture : {{meditation.data.veture}}</label>
|
||||
<label>Vêture : {{meditation.data.veture}}</label>
|
||||
<input class="attribute-value conditionMeditation" type="checkbox" id="isVeture" {{#if conditionMeditation.isVeture}}checked{{/if}}/>
|
||||
</li>
|
||||
<li class="item flexrow">
|
||||
<label for="categorie">Comportement antérieur : {{meditation.data.comportement}}</label>
|
||||
<label>Comportement antérieur : {{meditation.data.comportement}}</label>
|
||||
<input class="attribute-value conditionMeditation" type="checkbox" id="isComportement" {{#if conditionMeditation.isComportement}}checked{{/if}}/>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
<label for="categorie">Conditions supplémentaires : </label>
|
||||
<label>Conditions supplémentaires : </label>
|
||||
<select name="diffConditions" id="diffConditions" data-dtype="number">
|
||||
{{#select diffConditions}}
|
||||
{{#each ajustementsConditions as |key|}}
|
||||
|
@ -1,6 +1,6 @@
|
||||
<form class="resolution-roll-dialog">
|
||||
<div class="flexrow flex-group-left">
|
||||
<label for="categorie">Caractéristique</label>
|
||||
<label>Caractéristique</label>
|
||||
<select name="carac" id="carac" class="select-diff" data-dtype="String">
|
||||
{{#select carac}}
|
||||
{{#each carac as |caracitem key|}}
|
||||
@ -8,23 +8,22 @@
|
||||
{{/each}}
|
||||
{{/select}}
|
||||
</select>
|
||||
<label for="categorie">Difficulté libre</label>
|
||||
<label>Difficulté libre</label>
|
||||
<select name="diffLibre" id="diffLibre" class="select-diff" data-dtype="number">
|
||||
{{#select diffLibre}}
|
||||
{{#each difficultesLibres as |key|}}
|
||||
<option value={{key}}>{{numberFormat key decimals=0 sign=true}}</option>
|
||||
{{/each}}
|
||||
{{/select}}
|
||||
{{#select diffLibre}}
|
||||
{{#each difficultesLibres as |key|}}
|
||||
<option value={{key}}>{{numberFormat key decimals=0 sign=true}}</option>
|
||||
{{/each}}
|
||||
{{/select}}
|
||||
</select>
|
||||
<label for="categorie"> Conditions</label>
|
||||
<label> Conditions</label>
|
||||
<select name="diffConditions" id="diffConditions" class="select-diff" data-dtype="number">
|
||||
{{#select diffConditions}}
|
||||
{{#each ajustementsConditions as |key|}}
|
||||
<option value={{key}}>{{numberFormat key decimals=0 sign=true}}</option>
|
||||
{{/each}}
|
||||
{{/select}}
|
||||
{{#select diffConditions}}
|
||||
{{#each ajustementsConditions as |key|}}
|
||||
<option value={{key}}>{{numberFormat key decimals=0 sign=true}}</option>
|
||||
{{/each}}
|
||||
{{/select}}
|
||||
</select>
|
||||
<span class="flex-between"></span>
|
||||
<button id="lancer" type="button">Lancer les dés</button>
|
||||
</div>
|
||||
<div id="tableResolution">
|
||||
|
@ -1,11 +1,11 @@
|
||||
<form class="dialog-roll-sort">
|
||||
<div class="form-group">
|
||||
<label for="categorie">Rêve : <label>{{numberFormat selectedCarac.value decimals=0 sign=false}}</label></label>
|
||||
<label for="categorie">TMR : {{tmr.label}} ({{tmr.coord}})</label>
|
||||
<label>Rêve : <label>{{numberFormat selectedCarac.value decimals=0 sign=false}}</label></label>
|
||||
<label>TMR : {{tmr.label}} ({{tmr.coord}})</label>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="categorie">Draconic </label>
|
||||
<label>Draconic </label>
|
||||
<select name="draconic" id="draconic" data-dtype="String">
|
||||
{{#select draconic}}
|
||||
{{#each draconicList as |draconic key|}}
|
||||
@ -13,7 +13,7 @@
|
||||
{{/each}}
|
||||
{{/select}}
|
||||
</select>
|
||||
<label for="categorie"> Conditions</label>
|
||||
<label> Conditions</label>
|
||||
<select name="diffConditions" id="diffConditions" data-dtype="number">
|
||||
{{#select diffConditions}}
|
||||
{{#each ajustementsConditions as |key|}}
|
||||
@ -24,7 +24,7 @@
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="categorie">Sort </label>
|
||||
<label>Sort </label>
|
||||
<select name="sort" id="sort" data-dtype="String">
|
||||
{{#select sort}}
|
||||
{{#each sortList as |sort key|}}
|
||||
@ -35,7 +35,7 @@
|
||||
</div>
|
||||
|
||||
<div class="form-group" id="div-sort-difficulte">
|
||||
<label for="categorie">Difficulté </label>
|
||||
<label>Difficulté </label>
|
||||
<select name="diffLibre" id="diffLibre" data-dtype="number">
|
||||
{{#select diffLibre}}
|
||||
{{#each difficultesLibres as |key|}}
|
||||
@ -46,7 +46,7 @@
|
||||
</div>
|
||||
|
||||
<div class="form-group" id="div-sort-ptreve">
|
||||
<label for="categorie">Couts en Points de Rêve </label>
|
||||
<label>Couts en Points de Rêve </label>
|
||||
<select name="ptreve-variable" id="ptreve-variable" data-dtype="number">
|
||||
{{#select ptreve-variable}}
|
||||
{{#each coutreve as |cout key|}}
|
||||
|
@ -9,7 +9,7 @@
|
||||
{{!-- Sheet Body --}}
|
||||
<section class="sheet-body">
|
||||
<div class="form-group">
|
||||
<label for="categorie">Compétence associée</label>
|
||||
<label>Compétence associée</label>
|
||||
<select name="data.competence" id="competence" data-dtype="String">
|
||||
{{#select item.data.competence}}
|
||||
{{>"systems/foundryvtt-reve-de-dragon/templates/enum-competence.html"}}
|
||||
|
@ -15,7 +15,7 @@
|
||||
{{!-- Sheet Body --}}
|
||||
<section class="sheet-body">
|
||||
<div class="form-group">
|
||||
<label for="categorie">Catégorie </label>
|
||||
<label>Catégorie </label>
|
||||
<select name="data.categorie" id="categorie" data-dtype="String">
|
||||
{{#select item.data.categorie}}
|
||||
{{>"systems/foundryvtt-reve-de-dragon/templates/enum-categorie-competence.html"}}
|
||||
|
@ -9,7 +9,7 @@
|
||||
{{!-- Sheet Body --}}
|
||||
<section class="sheet-body">
|
||||
<div class="form-group">
|
||||
<label for="categorie">Draconic </label>
|
||||
<label>Draconic </label>
|
||||
<select name="data.draconic" id="draconic" data-dtype="String">
|
||||
{{#select item.data.draconic}}
|
||||
{{>"systems/foundryvtt-reve-de-dragon/templates/sort-draconic.html"}}
|
||||
|
Loading…
Reference in New Issue
Block a user