Begin working on the non-MVP character sheet
This commit is contained in:
parent
d74416c620
commit
6d2d02b077
10 changed files with 110 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<form autocomplete="off" class="actor--pc">
|
||||
<form autocomplete="off" class="actor--pc-mvp">
|
||||
{{> dotdungeon.pc.profile }}
|
||||
|
||||
|
||||
|
|
|
|||
22
templates/actors/char-sheet/v2/sheet.hbs
Normal file
22
templates/actors/char-sheet/v2/sheet.hbs
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<form autocomplete="off" class="actor--pc">
|
||||
{{!-- All panels here --}}
|
||||
<section class="tab-content">
|
||||
<div class="tab" data-group="page" data-tab="tab1">
|
||||
<h1>Tab 1</h1>
|
||||
</div>
|
||||
<div class="tab" data-group="page" data-tab="tab2">
|
||||
<h1>Tab 2</h1>
|
||||
</div>
|
||||
<div class="tab" data-group="page" data-tab="tab3">
|
||||
<h1>Tab 3</h1>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
{{!-- Tab list here --}}
|
||||
<div class="potato" data-group="page">
|
||||
<a data-tab="tab1">Tab 1</a>
|
||||
<a data-tab="tab2">Tab 2</a>
|
||||
<a data-tab="tab3">Tab 3</a>
|
||||
</div>
|
||||
</form>
|
||||
Loading…
Add table
Add a link
Reference in a new issue