jellyfin-web/dashboard-ui/gamesystems.html

22 lines
736 B
HTML
Raw Normal View History

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-21 20:35:18 -07:00
<div id="gamesystemsPage" data-role="page" class="page libraryPage backdropPage" data-backdroptype="gamesystem" data-theme="b">
2014-05-01 19:54:33 -07:00
<div class="libraryViewNav scopedLibraryViewNav">
2014-04-01 15:23:07 -07:00
<a href="gamesrecommended.html">${TabSuggested}</a>
2014-04-05 08:02:50 -07:00
<a href="games.html">${TabGames}</a>
2014-05-01 19:54:33 -07:00
<a href="#" class="ui-btn-active">${TabGameSystems}</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>
</div>
2013-04-18 21:27:16 -07:00
<div data-role="content">
2014-01-02 14:21:06 -07:00
<br />
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>