mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
52 lines
1.1 KiB
Handlebars
52 lines
1.1 KiB
Handlebars
<!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>
|