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>
|
2016-02-15 10:51:50 -05:00
|
|
|
<div id="gamesPage" data-role="page" class="page libraryPage listPage" data-require="scripts/gamespage">
|
2014-05-01 22:54:33 -04:00
|
|
|
<div class="libraryViewNav scopedLibraryViewNav">
|
2015-04-02 12:26:42 -04:00
|
|
|
<a href="gamesrecommended.html">${TabSuggestions}</a>
|
2014-05-01 22:54:33 -04:00
|
|
|
<a href="#" class="ui-btn-active">${TabGames}</a>
|
2014-04-08 00:17:18 -04:00
|
|
|
<a href="gamesystems.html">${TabGameSystems}</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-05-16 15:00:42 -04:00
|
|
|
<div class="alphabetPicker">
|
|
|
|
</div>
|
2013-04-19 00:27:16 -04:00
|
|
|
<div data-role="content">
|
|
|
|
<div class="viewSettings">
|
2014-03-17 10:48:16 -04:00
|
|
|
<div class="listTopPaging">
|
|
|
|
</div>
|
2013-04-19 00:27:16 -04:00
|
|
|
</div>
|
|
|
|
|
2013-04-29 21:32:15 -04:00
|
|
|
<div id="items" class="itemsContainer"></div>
|
2013-04-19 00:27:16 -04:00
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
2013-04-14 20:37:07 -07:00
|
|
|
</body>
|
|
|
|
</html>
|