2022-11-25 03:17:07 +01:00
|
|
|
<form class="rdd-dialog-calendar-editor" autocomplete="off">
|
2020-12-08 21:41:00 +01:00
|
|
|
<header class="sheet-header">
|
|
|
|
<div class="header-fields">
|
|
|
|
<h1 class="charname">Edition du Calendrier</h1>
|
|
|
|
</div>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
{{!-- Sheet Body --}}
|
|
|
|
<section class="sheet-body">
|
2022-11-25 03:17:07 +01:00
|
|
|
<div class="form-group">
|
2023-01-07 20:06:04 +01:00
|
|
|
{{>"systems/foundryvtt-reve-de-dragon/templates/common/timestamp.hbs"
|
|
|
|
(timestamp-extract timestamp)
|
|
|
|
path='calendar'
|
|
|
|
label='Date courante'
|
|
|
|
disabled=''
|
|
|
|
}}
|
2020-12-08 21:41:00 +01:00
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
</form>
|