2023-03-08 02:02:40 +01:00
|
|
|
<div class="theme-astral">
|
|
|
|
<div class="flexcol">
|
|
|
|
<label for="signe-astral">Nombre Astral</label>
|
|
|
|
<select name="signe-astral" class="calendar-signe-heure" data-dtype="String">
|
|
|
|
{{#select "vaisseau"}}
|
|
|
|
{{#each heures as |heure|}}
|
|
|
|
<option value="{{heure.key}}">{{numberFormat heure.hh}} - {{heure.label}}</option>
|
|
|
|
{{/each}}
|
|
|
|
{{/select}}
|
|
|
|
</select>
|
|
|
|
<label for="signe-naissance">Heure de Naissance</label>
|
|
|
|
<select name="signe-naissance" class="calendar-signe-heure" data-dtype="String">
|
|
|
|
{{#select "vaisseau"}}
|
|
|
|
{{#each heures as |heure|}}
|
|
|
|
<option value="{{heure.key}}">{{numberFormat heure.hh}} - {{heure.label}}</option>
|
|
|
|
{{/each}}
|
|
|
|
{{/select}}
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
<hr>
|
|
|
|
<div><label>Heures de chance et malchance</label></div>
|
2023-03-29 22:53:40 +02:00
|
|
|
{{> 'systems/foundryvtt-reve-de-dragon/templates/time/horloge.hbs'}}
|
2023-03-08 02:02:40 +01:00
|
|
|
</div>
|