mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
138 lines
7.4 KiB
HTML
138 lines
7.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Media Browser</title>
|
|
</head>
|
|
<body>
|
|
<div id="gamesPage" data-role="page" class="page libraryPage listPage" data-theme="a" data-view="games">
|
|
<div class="libraryViewNav">
|
|
<a href="gamesrecommended.html">Suggested</a>
|
|
<a href="games.html" class="ui-btn-active">Games</a>
|
|
<a href="gamesystems.html">Game Systems</a>
|
|
<a href="gamegenres.html">Genres</a>
|
|
<a href="gamestudios.html">Studios</a>
|
|
</div>
|
|
<div class="alphabetPicker">
|
|
</div>
|
|
<div data-role="content">
|
|
<div class="viewSettings">
|
|
<div class="viewControls">
|
|
<div style="display: inline-block;">
|
|
<select data-mini="true" data-inline="true" id="selectView" name="selectView">
|
|
<option value="Backdrop">Backdrop</option>
|
|
<option value="Poster">Poster</option>
|
|
<option value="Timeline">Timeline</option>
|
|
</select>
|
|
</div>
|
|
<button data-mini="true" data-icon="sort" data-inline="true" onclick="$('#sortPanel', $.mobile.activePage).panel( 'toggle' );">Sort</button>
|
|
<button data-mini="true" data-icon="filter" data-inline="true" onclick="$('#filterPanel', $.mobile.activePage).panel( 'toggle' );">Filter</button>
|
|
</div>
|
|
<div class="listTopPaging">
|
|
</div>
|
|
<div class="viewSummary"></div>
|
|
</div>
|
|
|
|
<div id="items" class="itemsContainer"></div>
|
|
|
|
</div>
|
|
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-theme="b" data-position-fixed="true">
|
|
|
|
<form>
|
|
<fieldset data-role="controlgroup">
|
|
<legend>
|
|
<strong>Sort By:</strong>
|
|
</legend>
|
|
|
|
<input class="radioSortBy defaultSort" data-theme="c" type="radio" name="radioSortBy" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
|
|
<label for="radioSortName">Name</label>
|
|
|
|
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioCommunityRating" value="off" data-sortby="CommunityRating" data-mini="true">
|
|
<label for="radioCommunityRating">Community Rating</label>
|
|
|
|
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioDateCreated" value="off" data-sortby="DateCreated" data-mini="true">
|
|
<label for="radioDateCreated">Date Added</label>
|
|
|
|
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioDatePlayed" value="off" data-sortby="DatePlayed" data-mini="true">
|
|
<label for="radioDatePlayed">Date Played</label>
|
|
|
|
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioContentRating" value="off" data-sortby="OfficialRating" data-mini="true">
|
|
<label for="radioContentRating">Parental Rating</label>
|
|
|
|
<input class="radioSortBy" data-theme="c" type="radio" name="radioSortBy" id="radioPremiereDate" value="off" data-sortby="PremiereDate" data-mini="true">
|
|
<label for="radioPremiereDate">Release Date</label>
|
|
</fieldset>
|
|
|
|
<fieldset data-role="controlgroup">
|
|
<legend>
|
|
<strong>Sort Order:</strong>
|
|
</legend>
|
|
|
|
<input class="radioSortOrder" data-theme="c" type="radio" name="radioSortOrder" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending" data-mini="true">
|
|
<label for="radioAscending">Ascending</label>
|
|
|
|
<input class="radioSortOrder" data-theme="c" type="radio" name="radioSortOrder" id="radioDescending" value="off" data-sortorder="Descending" data-mini="true">
|
|
<label for="radioDescending">Descending</label>
|
|
</fieldset>
|
|
</form>
|
|
</div>
|
|
<div data-role="panel" id="filterPanel" data-position="right" data-display="overlay" data-theme="b" data-position-fixed="true">
|
|
<form>
|
|
<fieldset data-role="controlgroup">
|
|
<legend>
|
|
<strong>Filters:</strong>
|
|
</legend>
|
|
<input class="chkStandardFilter" type="checkbox" name="chkPlayed" id="chkPlayed" data-theme="c" data-filter="IsPlayed" data-mini="true">
|
|
<label for="chkPlayed">Played</label>
|
|
|
|
<input class="chkStandardFilter" type="checkbox" name="chkUnplayed" id="chkUnplayed" data-theme="c" data-filter="IsUnPlayed" data-mini="true">
|
|
<label for="chkUnplayed">Unplayed</label>
|
|
|
|
<input class="chkStandardFilter" type="checkbox" name="chkIsFavorite" id="chkIsFavorite" data-theme="c" data-filter="IsFavorite" data-mini="true">
|
|
<label for="chkIsFavorite">Favorite</label>
|
|
|
|
<input class="chkStandardFilter" type="checkbox" name="chkLikes" id="chkLikes" data-theme="c" data-filter="Likes" data-mini="true">
|
|
<label for="chkLikes">Likes</label>
|
|
|
|
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-theme="c" data-filter="Dislikes" data-mini="true">
|
|
<label for="chkDislikes">Dislikes</label>
|
|
</fieldset>
|
|
|
|
<fieldset data-role="controlgroup">
|
|
<legend>
|
|
<strong>Players:</strong>
|
|
</legend>
|
|
|
|
<input class="radioPlayers" data-theme="c" type="radio" name="radioPlayers" id="radioAll" value="on" checked="checked" data-value="all" data-mini="true">
|
|
<label for="radioAll">Any</label>
|
|
|
|
<input class="radioPlayers" data-theme="c" type="radio" name="radioPlayers" id="radioTwo" value="off" data-value="2" data-mini="true">
|
|
<label for="radioTwo">2+</label>
|
|
|
|
<input class="radioPlayers" data-theme="c" type="radio" name="radioPlayers" id="radioThree" value="off" data-value="3" data-mini="true">
|
|
<label for="radioThree">3+</label>
|
|
|
|
<input class="radioPlayers" data-theme="c" type="radio" name="radioPlayers" id="radioFour" value="off" data-value="4" data-mini="true">
|
|
<label for="radioFour">4+</label>
|
|
</fieldset>
|
|
|
|
<fieldset data-role="controlgroup">
|
|
<legend>
|
|
<strong>Features:</strong>
|
|
</legend>
|
|
|
|
<input class="chkFeatureFilter" type="checkbox" data-theme="c" name="chkTrailer" id="chkTrailer" data-mini="true">
|
|
<label for="chkTrailer">Trailer</label>
|
|
|
|
<input class="chkFeatureFilter" type="checkbox" data-theme="c" name="chkThemeSong" id="chkThemeSong" data-mini="true">
|
|
<label for="chkThemeSong">Theme song</label>
|
|
|
|
<input class="chkFeatureFilter" type="checkbox" data-theme="c" name="chkThemeVideo" id="chkThemeVideo" data-mini="true">
|
|
<label for="chkThemeVideo">Theme video</label>
|
|
|
|
</fieldset>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|