Template en-tête standard

This commit is contained in:
Vincent Vandemeulebrouck
2022-09-16 02:20:46 +02:00
parent 5daf15901a
commit 8f1ee315ef
30 changed files with 636 additions and 847 deletions

View File

@ -1,11 +1,5 @@
<form class="{{cssClass}}" autocomplete="off">
<header class="sheet-header">
<img class="profile-img" src="{{img}}" data-edit="img" title="{{name}}" />
<div class="header-fields">
<h1 class="charname"><input name="name" type="text" value="{{name}}" placeholder="Name" /></h1>
</div>
</header>
{{>"systems/foundryvtt-reve-de-dragon/templates/header-item.html"}}
{{!-- Sheet Body --}}
<section class="sheet-body">
<div class="form-group">
@ -50,7 +44,5 @@
</div>
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-item-description.html"}}
</section>
</form>