1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/gamesrecommended.html

37 lines
1.2 KiB
HTML
Raw Normal View History

2013-04-14 20:37:07 -07:00
<!DOCTYPE html>
<html>
<head>
2014-04-01 18:23:07 -04:00
<title>${TitleMediaBrowser}</title>
2013-04-14 20:37:07 -07:00
</head>
<body>
2014-05-21 23:35:18 -04:00
<div id="gamesRecommendedPage" data-role="page" class="page libraryPage backdropPage" data-backdroptype="game" data-theme="b">
2014-05-01 22:54:33 -04:00
<div class="libraryViewNav scopedLibraryViewNav">
<a href="#" class="ui-btn-active">${TabSuggested}</a>
2014-04-05 11:02:50 -04:00
<a href="games.html">${TabGames}</a>
<a href="gamesystems.html">Game Systems</a>
2014-04-01 18:23:07 -04:00
<a href="gamegenres.html">${TabGenres}</a>
2014-04-03 18:50:04 -04:00
<a href="gamestudios.html">${TabStudios}</a>
</div>
2013-04-19 00:27:16 -04:00
<div data-role="content">
2013-05-03 16:50:13 -04:00
<table class="ehsContent">
<tr>
<td>
2014-04-08 00:17:18 -04:00
<h1 class="listHeader">${HeaderLatestGames}</h1>
2013-04-14 20:37:07 -07:00
2013-05-03 16:50:13 -04:00
<div id="recentlyAddedItems">
</div>
2013-04-14 20:37:07 -07:00
2013-09-08 17:16:13 -04:00
<div id="recentlyPlayedSection" style="display: none;">
2014-04-08 00:17:18 -04:00
<h1 class="listHeader">${HeaderRecentlyPlayedGames}</h1>
2013-04-14 20:37:07 -07:00
2013-09-08 17:16:13 -04:00
<div id="recentlyPlayedItems">
</div>
</div>
2013-05-03 16:50:13 -04:00
</td>
</tr>
</table>
2013-04-19 00:27:16 -04:00
</div>
</div>
2013-04-14 20:37:07 -07:00
</body>
</html>