jellyfin-web/dashboard-ui/gamestudios.html

16 lines
667 B
HTML
Raw Normal View History

2016-09-25 11:39:13 -07:00
<div id="gameStudiosPage" data-role="page" class="page libraryPage listPage" data-require="scripts/gamestudiospage">
2016-03-15 22:33:31 -07:00
<div class="libraryViewNav scopedLibraryViewNav">
<a href="gamesrecommended.html">${TabSuggestions}</a>
<a href="games.html">${TabGames}</a>
<a href="gamesystems.html">${TabGameSystems}</a>
<a href="gamegenres.html">${TabGenres}</a>
<a href="#" class="ui-btn-active">${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>