jellyfin-web/dashboard-ui/gamesrecommended.html

24 lines
959 B
HTML
Raw Normal View History

2016-03-15 22:33:31 -07:00
<div id="gamesRecommendedPage" data-role="page" class="page libraryPage backdropPage" data-backdroptype="game" data-require="scripts/gamesrecommendedpage">
<div class="libraryViewNav scopedLibraryViewNav">
<a href="#" class="ui-btn-active">${TabSuggestions}</a>
<a href="games.html">${TabGames}</a>
<a href="gamesystems.html">Game Systems</a>
<a href="gamegenres.html">${TabGenres}</a>
<a href="gamestudios.html">${TabStudios}</a>
</div>
<div data-role="content">
<div class="ehsContent">
<h1 class="listHeader">${HeaderLatestGames}</h1>
2013-04-14 20:37:07 -07:00
2016-03-15 22:33:31 -07:00
<div id="recentlyAddedItems">
</div>
2013-04-14 20:37:07 -07:00
2016-03-15 22:33:31 -07:00
<div id="recentlyPlayedSection" style="display: none;">
<h1 class="listHeader">${HeaderRecentlyPlayedGames}</h1>
2013-04-14 20:37:07 -07:00
2016-03-15 22:33:31 -07:00
<div id="recentlyPlayedItems" class="itemsContainer">
2014-08-01 19:34:45 -07:00
</div>
</div>
2013-04-18 21:27:16 -07:00
</div>
</div>
2016-03-15 22:33:31 -07:00
</div>