2013-04-14 20:37:07 -07:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2015-03-21 14:12:12 -04:00
|
|
|
<title>Emby</title>
|
2013-04-14 20:37:07 -07:00
|
|
|
</head>
|
|
|
|
<body>
|
2015-05-15 11:46:20 -04:00
|
|
|
<div id="gamesRecommendedPage" data-role="page" class="page libraryPage backdropPage" data-backdroptype="game" data-require="scripts/gamesrecommendedpage">
|
2014-05-01 22:54:33 -04:00
|
|
|
<div class="libraryViewNav scopedLibraryViewNav">
|
2015-04-02 12:26:42 -04:00
|
|
|
<a href="#" class="ui-btn-active">${TabSuggestions}</a>
|
2014-04-05 11:02:50 -04:00
|
|
|
<a href="games.html">${TabGames}</a>
|
2013-05-15 00:05:52 -04:00
|
|
|
<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>
|
2013-05-15 00:05:52 -04:00
|
|
|
</div>
|
2013-04-19 00:27:16 -04:00
|
|
|
<div data-role="content">
|
2014-08-01 22:34:45 -04:00
|
|
|
<div class="ehsContent">
|
|
|
|
<h1 class="listHeader">${HeaderLatestGames}</h1>
|
2013-04-14 20:37:07 -07:00
|
|
|
|
2014-08-01 22:34:45 -04:00
|
|
|
<div id="recentlyAddedItems">
|
|
|
|
</div>
|
2013-04-14 20:37:07 -07:00
|
|
|
|
2014-08-01 22:34:45 -04:00
|
|
|
<div id="recentlyPlayedSection" style="display: none;">
|
|
|
|
<h1 class="listHeader">${HeaderRecentlyPlayedGames}</h1>
|
2013-04-14 20:37:07 -07:00
|
|
|
|
2015-01-23 01:15:15 -05:00
|
|
|
<div id="recentlyPlayedItems" class="itemsContainer">
|
2014-08-01 22:34:45 -04:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2013-04-19 00:27:16 -04:00
|
|
|
</div>
|
|
|
|
</div>
|
2013-04-14 20:37:07 -07:00
|
|
|
</body>
|
|
|
|
</html>
|