forked from GitHub-Mirrors/foundry-sw5e
Rename folder actor to actors
Rename folder actor to actors
This commit is contained in:
parent
07f39ca55c
commit
dfdfb0faac
8 changed files with 0 additions and 0 deletions
21
templates/actors/limited-sheet.html
Normal file
21
templates/actors/limited-sheet.html
Normal file
|
@ -0,0 +1,21 @@
|
|||
<form class="{{cssClass}}" autocomplete="off">
|
||||
|
||||
<!-- HEADER -->
|
||||
<header class="sheet-header">
|
||||
<h1 class="charname">
|
||||
<input name="name" type="text" value="{{actor.name}}" placeholder="{{ localize 'SW5E.Name' }}"/>
|
||||
</h1>
|
||||
</header>
|
||||
|
||||
<!-- BODY -->
|
||||
<section class="sheet-body">
|
||||
<div class="tab biography">
|
||||
{{editor content=data.details.biography.value target="data.details.biography.value" button=true owner=owner editable=editable}}
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- SIDEBAR -->
|
||||
<section class="sheet-sidebar">
|
||||
<img class="sheet-profile" src="{{actor.img}}" title="{{actor.name}}" height="220" width="220" data-edit="img"/>
|
||||
</section>
|
||||
</form>
|
Loading…
Add table
Add a link
Reference in a new issue