1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/gamestudios.html

60 lines
2.6 KiB
HTML
Raw Normal View History

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>
2015-09-06 12:11:41 -04:00
<div id="gameStudiosPage" data-role="page" class="page libraryPage listPage" data-require="jqmcheckbox,jqmcontrolgroup,jqmpanel,scripts/gamestudiospage">
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-04-05 11:02:50 -04:00
<a href="games.html">${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-05-01 22:54:33 -04:00
<a href="#" class="ui-btn-active">${TabStudios}</a>
</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-23 19:21:49 -04:00
<div id="items" class="itemsContainer"></div>
2013-04-19 00:27:16 -04:00
</div>
2014-07-20 00:46:29 -04:00
<div data-role="panel" class="viewPanel" data-theme="a" data-position="right" data-display="overlay" data-position-fixed="true">
2013-04-19 00:27:16 -04:00
<form>
2014-07-20 00:46:29 -04:00
<div data-role="controlgroup" data-type="horizontal" data-mini="true" class="viewPanelTabs">
<a href="#" data-role="button" class="viewTabButton" data-tab="tabView">${TabView}</a>
<a href="#" data-role="button" class="viewTabButton" data-tab="tabFilter">${TabFilter}</a>
</div>
<div class="tabView viewTab">
<div>
<label for="selectPageSize">${LabelPageSize}</label>
2015-08-17 00:08:33 -04:00
<select id="selectPageSize" class="selectPageSize"></select>
2014-07-20 00:46:29 -04:00
</div>
</div>
<div class="tabFilter viewTab">
<fieldset data-role="controlgroup">
<legend>
${HeaderFilters}
</legend>
<input class="chkStandardFilter" type="checkbox" name="chkIsFavorite" id="chkIsFavorite" data-filter="IsFavorite" data-mini="true">
<label for="chkIsFavorite">${OptionFavorite}</label>
<input class="chkStandardFilter" type="checkbox" name="chkLikes" id="chkLikes" data-filter="Likes" data-mini="true">
<label for="chkLikes">${OptionLikes}</label>
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-filter="Dislikes" data-mini="true">
<label for="chkDislikes">${OptionDislikes}</label>
</fieldset>
</div>
2013-04-19 00:27:16 -04:00
</form>
</div>
</div>
2013-04-14 20:37:07 -07:00
</body>
</html>