fiche background
This commit is contained in:
@@ -1,29 +1,42 @@
|
||||
<form class="{{cssClass}}" autocomplete="off">
|
||||
<form
|
||||
class="{{cssClass}}"
|
||||
autocomplete="off"
|
||||
>
|
||||
<header class="sheet-header">
|
||||
<img class="profile-img" src="{{item.img}}" data-edit="img" title="{{item.name}}"/>
|
||||
<img
|
||||
class="profile-img"
|
||||
src="{{item.img}}"
|
||||
data-edit="img"
|
||||
title="{{item.name}}"
|
||||
/>
|
||||
<div class="header-fields">
|
||||
<h1 class="charname"><input name="name" type="text" value="{{item.name}}" placeholder="Name"/></h1>
|
||||
<h1 class="charname"><input
|
||||
name="name"
|
||||
type="text"
|
||||
value="{{item.name}}"
|
||||
placeholder="Name"
|
||||
/></h1>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
{{!-- Sheet Tab Navigation --}}
|
||||
<nav class="sheet-tabs tabs" data-group="primary">
|
||||
<a class="item active" data-tab="description">{{ localize "VERMINE.stats" }}</a>
|
||||
</nav>
|
||||
|
||||
{{!-- Sheet Body --}}
|
||||
<section class="sheet-body">
|
||||
<div class="tab flexrow gap-4" data-group="primary" data-tab="description">
|
||||
<aside style="flex:20%;">
|
||||
<div class="resource">
|
||||
<label class="resource-label">{{ localize "ITEMS.cost"}}</label>
|
||||
<input type="number" name="system.cost" value="{{system.cost }}" data-dtype="Number" min="1" max="2" />
|
||||
</div>
|
||||
</aside>
|
||||
<main class="editor-wrapper" style="flex:10">
|
||||
{{editor system.description target="system.description" rollData=rollData button=true owner=owner editable=editable}}
|
||||
</main>
|
||||
</div>
|
||||
<section class="sheet-body ">
|
||||
<h4 class="resource-label flexrow">{{ localize "ITEMS.cost"}}
|
||||
<span class="hexa">
|
||||
<input
|
||||
type="number"
|
||||
name="system.cost"
|
||||
value="{{system.cost }}"
|
||||
data-dtype="Number"
|
||||
min="1"
|
||||
max="2"
|
||||
/>
|
||||
</span>
|
||||
</h4>
|
||||
<h4>description</h4>
|
||||
{{editor system.description target="system.description" rollData=rollData button=true owner=owner editable=editable}}
|
||||
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
</form>
|
||||
</form>
|
||||
Reference in New Issue
Block a user