jellyfin-web/dashboard-ui/gamegenres.html

17 lines
666 B
HTML
Raw Normal View History

2016-03-15 22:33:31 -07:00
<div id="gameGenresPage" data-role="page" class="page libraryPage listPage" data-require="scripts/gamegenrepage">
<div class="libraryViewNav scopedLibraryViewNav">
<a href="gamesrecommended.html">${TabSuggestions}</a>
<a href="games.html">${TabGames}</a>
<a href="gamesystems.html">${TabGameSystems}</a>
<a href="#" class="ui-btn-active">${TabGenres}</a>
<a href="gamestudios.html">${TabStudios}</a>
</div>
<div data-role="content">
<div class="viewSettings">
<div class="listTopPaging">
2013-04-18 21:27:16 -07:00
</div>
</div>
2016-03-15 22:33:31 -07:00
<div id="items" class="itemsContainer"></div>
2013-04-18 21:27:16 -07:00
</div>
2016-03-15 22:33:31 -07:00
</div>