2020-12-06 20:11:30 +01:00
|
|
|
<form class="dialog-roll-sort">
|
|
|
|
<h2 class="compdialog" id="ethylisme-dialog"></h2>
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
<label for="categorie">Vie : {{vieValue}}</label>
|
|
|
|
<label for="categorie">Etat Général : {{etat}}</label>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="form-group" id="div-sort-difficulte">
|
|
|
|
<label for="categorie">Force du breuvage </label>
|
|
|
|
<select name="forceAlcool" id="forceAlcool" data-dtype="number">
|
|
|
|
{{#select forceAlcool}}
|
|
|
|
{{#each ajustementsConditions as |key|}}
|
|
|
|
<option value={{key}}>{{numberFormat key decimals=0 sign=true}}</option>
|
|
|
|
{{/each}}
|
|
|
|
{{/select}}
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
<label>Ajustement final : </label><label id="roll-param">10 / 0</label> <label name="addon-message" id="addon-message"></label>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="resolutionTable">
|
|
|
|
</div>
|
2020-12-15 23:54:09 +01:00
|
|
|
<div id="resolutionValeurs">
|
|
|
|
</div>
|
2020-12-06 20:11:30 +01:00
|
|
|
|
|
|
|
</form>
|