foundryvtt-reve-de-dragon/templates/dialog-tmr.html

25 lines
599 B
HTML
Raw Normal View History

2020-07-05 21:45:25 +02:00
<form class="tmr-dialog">
<h2 class="comptmrdialog" id="tmrDialogTitle"></h2>
2020-07-14 22:19:29 +02:00
<table id="tmrsheet">
<tr id="tmrrow1">
<td>
<div class="flex-group-center flex-fatigue">
Fatigue
<span id="fatigue-table">{{{fatigueHTML}}}</span>
</div>
<div class="form-group">
<label for="categorie">Etat général</label><label>{{numberFormat etat decimals=0 sign=true}}</label>
</div>
2020-07-05 21:45:25 +02:00
2020-07-14 22:19:29 +02:00
<div class="form-group">
<label>Ajustement final : </label><label id="roll-param">10 / 0</label>
</div>
</td>
</tr>
</table>
2020-07-05 21:45:25 +02:00
</form>