2013-04-14 20:37:07 -07:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2013-04-19 00:27:16 -04:00
|
|
|
<title>Media Browser</title>
|
2013-04-14 20:37:07 -07:00
|
|
|
</head>
|
|
|
|
<body>
|
2013-05-14 01:36:36 -04:00
|
|
|
<div id="gamesRecommendedPage" data-role="page" class="page libraryPage" data-theme="a" data-view="games">
|
2013-05-15 00:05:52 -04:00
|
|
|
<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-19 00:27:16 -04:00
|
|
|
<div data-role="content">
|
2013-05-03 16:50:13 -04:00
|
|
|
<table class="ehsContent">
|
|
|
|
<tr>
|
|
|
|
<td>
|
2013-10-28 10:56:57 -04:00
|
|
|
<h1 class="listHeader firstListHeader">Latest Games</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;">
|
|
|
|
<h1 class="listHeader">Recently Played Games</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>
|