2013-04-14 20:37:07 -07:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2014-04-01 15:23:07 -07:00
|
|
|
<title>${TitleMediaBrowser}</title>
|
2013-04-14 20:37:07 -07:00
|
|
|
</head>
|
|
|
|
<body>
|
2014-05-10 22:11:53 -07:00
|
|
|
<div id="gamesRecommendedPage" data-role="page" class="page libraryPage backdropPage" data-backdroptype="game" data-theme="b" data-view="games">
|
2014-05-01 19:54:33 -07:00
|
|
|
<div class="libraryViewNav scopedLibraryViewNav">
|
|
|
|
<a href="#" class="ui-btn-active">${TabSuggested}</a>
|
2014-04-05 08:02:50 -07:00
|
|
|
<a href="games.html">${TabGames}</a>
|
2013-05-14 21:05:52 -07:00
|
|
|
<a href="gamesystems.html">Game Systems</a>
|
2014-04-01 15:23:07 -07:00
|
|
|
<a href="gamegenres.html">${TabGenres}</a>
|
2014-04-03 15:50:04 -07:00
|
|
|
<a href="gamestudios.html">${TabStudios}</a>
|
2013-05-14 21:05:52 -07:00
|
|
|
</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>
|
2014-04-07 21:17:18 -07:00
|
|
|
<h1 class="listHeader">${HeaderLatestGames}</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;">
|
2014-04-07 21:17:18 -07:00
|
|
|
<h1 class="listHeader">${HeaderRecentlyPlayedGames}</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>
|