jellyfin-web/dashboard-ui/gamestudios.html

25 lines
833 B
HTML
Raw Normal View History

2013-04-14 20:37:07 -07:00
<!DOCTYPE html>
<html>
<head>
2015-03-21 11:12:12 -07:00
<title>Emby</title>
2013-04-14 20:37:07 -07:00
</head>
<body>
2016-02-14 13:34:54 -07:00
<div id="gameStudiosPage" data-role="page" class="page libraryPage listPage" data-require="jqmcontrolgroup,scripts/gamestudiospage">
2014-05-01 19:54:33 -07:00
<div class="libraryViewNav scopedLibraryViewNav">
2015-04-02 09:26:42 -07:00
<a href="gamesrecommended.html">${TabSuggestions}</a>
2014-04-05 08:02:50 -07:00
<a href="games.html">${TabGames}</a>
2014-04-07 21:17:18 -07:00
<a href="gamesystems.html">${TabGameSystems}</a>
2014-04-01 15:23:07 -07:00
<a href="gamegenres.html">${TabGenres}</a>
2014-05-01 19:54:33 -07:00
<a href="#" class="ui-btn-active">${TabStudios}</a>
</div>
2013-04-18 21:27:16 -07:00
<div data-role="content">
<div class="viewSettings">
2014-03-17 07:48:16 -07:00
<div class="listTopPaging">
</div>
2013-04-18 21:27:16 -07:00
</div>
2013-04-23 16:21:49 -07:00
<div id="items" class="itemsContainer"></div>
2013-04-18 21:27:16 -07:00
</div>
</div>
2013-04-14 20:37:07 -07:00
</body>
</html>