-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added tab support to allow for multiple sheets
- Cleaned up the watch code - Moved the character sheet includes into a single include
- Loading branch information
1 parent
c9f6af2
commit e28c68b
Showing
14 changed files
with
196 additions
and
211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<div class="row"> | ||
<div class="col-xs-5"> | ||
<ng-include src="'static/templates/char/name.html'"></ng-include> | ||
<ng-include src="'static/templates/char/survival.html'"></ng-include> | ||
<ng-include src="'static/templates/char/attributes.html'"></ng-include> | ||
<ng-include src="'static/templates/char/brain.html'"></ng-include> | ||
<ng-include src="'static/templates/char/armour.html'"></ng-include> | ||
</div> | ||
<div class="col-xs-5 col-xs-offset-1"> | ||
<ng-include src="'static/templates/char/age.html'"></ng-include> | ||
<ng-include src="'static/templates/char/weapons.html'"></ng-include> | ||
<div class="row element bordered" style="padding: 0px;"> | ||
<div class="col-xs-6" style="padding: 0px;"> | ||
<ng-include src="'static/templates/char/courage.html'"></ng-include> | ||
</div> | ||
<div class="col-xs-6" style="border-left: 1px solid black; padding: 0px"> | ||
<ng-include src="'static/templates/char/understanding.html'"></ng-include> | ||
</div> | ||
</div> | ||
<ng-include src="'static/templates/char/record.html'"></ng-include> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 10 additions & 10 deletions
20
static/templates/armour.html → static/templates/char/armour.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
static/templates/attributes.html → static/templates/char/attributes.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 9 additions & 8 deletions
17
static/templates/brain.html → static/templates/char/brain.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.