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>
2013-04-18 21:27:16 -07:00
<title>Media Browser</title>
2013-04-14 20:37:07 -07:00
</head>
<body>
2013-12-24 11:37:29 -07:00
<div id="gamesRecommendedPage" data-role="page" class="page libraryPage" data-theme="b" data-view="games">
<div class="libraryViewNav">
<a href="gamesrecommended.html" class="ui-btn-active">Suggested</a>
<a href="games.html">Games</a>
<a href="gamesystems.html">Game Systems</a>
<a href="gamegenres.html">Genres</a>
<a href="gamestudios.html">Studios</a>
</div>
2013-04-18 21:27:16 -07:00
<div data-role="content">
2013-05-03 13:50:13 -07:00
<table class="ehsContent">
<tr>
<td>
2013-12-22 10:16:24 -07:00
<h1 class="listHeader">Latest Games</h1>
2013-04-14 20:37:07 -07:00
2013-05-03 13:50:13 -07:00
<div id="recentlyAddedItems">
</div>
2013-04-14 20:37:07 -07:00
2013-09-08 14:16:13 -07:00
<div id="recentlyPlayedSection" style="display: none;">
<h1 class="listHeader">Recently Played Games</h1>
2013-04-14 20:37:07 -07:00
2013-09-08 14:16:13 -07:00
<div id="recentlyPlayedItems">
</div>
</div>
2013-05-03 13:50:13 -07:00
</td>
</tr>
</table>
2013-04-18 21:27:16 -07:00
</div>
</div>
2013-04-14 20:37:07 -07:00
</body>
</html>