mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.208.0
This commit is contained in:
51
node/generate-pages/template/advbook/template-advsbooks.hbs
Normal file
51
node/generate-pages/template/advbook/template-advsbooks.hbs
Normal file
@@ -0,0 +1,51 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
{{> "head" }}
|
||||
|
||||
<body>
|
||||
|
||||
{{> "overlayNoise" }}
|
||||
|
||||
{{> "adLeaderboard" }}
|
||||
|
||||
{{> "navbar" }}
|
||||
|
||||
{{> "adRhsScrollingPage" }}
|
||||
|
||||
<div class="container view-col-wrapper">
|
||||
<div class="view-col" id="listcontainer">
|
||||
<div class="lst__form-top">
|
||||
<input type="search" id="search" autocomplete="off" autocapitalize="off" spellcheck="false" class="search form-control" placeholder="Find {{searchName}}...">
|
||||
<button class="btn btn-default" id="reset">Reset</button>
|
||||
</div>
|
||||
|
||||
<div id="filtertools" class="input-group input-group--bottom ve-flex no-shrink">
|
||||
{{#each btnsList}}
|
||||
{{{this}}}
|
||||
{{/each}}
|
||||
<button class="btn btn-default btn-xs w-30p mobile__hidden" disabled></button>
|
||||
</div>
|
||||
|
||||
<div class="list list--stats books">
|
||||
<!-- populate with JS -->
|
||||
</div>
|
||||
|
||||
<div class="ve-text-center mt-3 no-print">
|
||||
<button class="btn btn-xs btn-info" id="manage-brew">Manage Homebrew</button>
|
||||
</div>
|
||||
|
||||
<hr class="hr-3 mt-4">
|
||||
|
||||
<div class="books--alt ve-flex-h-center ve-flex-wrap bks__wrp-bookshelf">
|
||||
<!-- populate with JS -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{> "adFooter" }}
|
||||
|
||||
{{> "scripts" }}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user