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-05-13 22:36:36 -07:00
|
|
|
<div id="gamesRecommendedPage" data-role="page" class="page libraryPage" data-theme="a" data-view="games">
|
2013-05-14 21:05:52 -07: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-18 21:27:16 -07:00
|
|
|
<div data-role="content">
|
2013-05-03 13:50:13 -07:00
|
|
|
<table class="ehsContent">
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<h1 class="listHeader firstListHeader">Latest Unplayed 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-05-03 13:50:13 -07:00
|
|
|
<div id="resumableSection" style="display: none;">
|
|
|
|
<h1 class="listHeader">Latest Played Games</h1>
|
2013-04-14 20:37:07 -07:00
|
|
|
|
2013-05-03 13:50:13 -07:00
|
|
|
<div id="resumableItems">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
2013-04-18 21:27:16 -07:00
|
|
|
</div>
|
|
|
|
</div>
|
2013-04-14 20:37:07 -07:00
|
|
|
</body>
|
|
|
|
</html>
|