jellyfin-web/dashboard-ui/movies.html

154 lines
9.0 KiB
HTML
Raw Normal View History

2013-03-31 22:08:29 -07:00
<!DOCTYPE html>
<html>
<head>
<title>Media Browser</title>
</head>
<body>
<div id="moviesPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a">
2013-04-01 10:00:38 -07:00
<h1 class="libraryPageHeader"><a href="index.html" class="imageLink">
2013-04-18 21:27:16 -07:00
<img src="css/images/mblogoicon.png"></a>Movies</h1>
2013-03-31 22:08:29 -07:00
<div data-role="content">
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
2013-04-09 14:03:15 -07:00
<a href="moviesrecommended.html" data-role="button">Suggested</a>
2013-03-31 22:08:29 -07:00
<a href="movies.html" data-role="button" class="ui-btn-active">Movies</a>
2013-04-01 20:28:20 -07:00
<a href="boxsets.html" data-role="button">Box Sets</a>
2013-04-17 10:04:57 -07:00
<a href="movietrailers.html" data-role="button">Trailers</a>
2013-04-11 12:36:50 -07:00
<a href="moviegenres.html" data-role="button">Genres</a>
<a href="moviepeople.html" data-role="button">People</a>
<a href="moviestudios.html" data-role="button">Studios</a>
2013-03-31 22:08:29 -07:00
</div>
<div class="viewSettings">
2013-04-18 22:08:18 -07:00
<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>
</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">
2013-04-04 21:15:00 -07:00
</div>
</div>
2013-04-23 16:21:49 -07:00
<div id="items" class="itemsContainer"></div>
2013-03-31 22:08:29 -07:00
</div>
2013-04-01 20:28:20 -07:00
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-theme="b" data-position-fixed="true">
<form>
2013-04-11 12:36:50 -07:00
<fieldset data-role="controlgroup">
<legend>
<strong>Sort By:</strong>
</legend>
2013-04-01 20:28:20 -07:00
2013-04-29 18:29:04 -07:00
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
2013-04-11 12:36:50 -07:00
<label for="radioSortName">Name</label>
2013-04-01 20:28:20 -07:00
2013-04-29 18:29:04 -07:00
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioBudget" value="off" data-sortby="Budget" data-mini="true">
2013-04-12 07:32:04 -07:00
<label for="radioBudget">Budget</label>
2013-04-29 18:29:04 -07:00
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioCommunityRating" value="off" data-sortby="CommunityRating" data-mini="true">
2013-04-11 12:36:50 -07:00
<label for="radioCommunityRating">Community Rating</label>
2013-04-01 20:28:20 -07:00
2013-04-29 18:29:04 -07:00
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioDateCreated" value="off" data-sortby="DateCreated" data-mini="true">
2013-04-11 12:36:50 -07:00
<label for="radioDateCreated">Date Added</label>
2013-04-01 20:28:20 -07:00
2013-04-29 18:29:04 -07:00
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioDatePlayed" value="off" data-sortby="DatePlayed" data-mini="true">
2013-04-11 12:36:50 -07:00
<label for="radioDatePlayed">Date Played</label>
2013-04-01 20:28:20 -07:00
2013-04-29 18:29:04 -07:00
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioPremiereDate" value="off" data-sortby="PremiereDate" data-mini="true">
2013-04-11 12:36:50 -07:00
<label for="radioPremiereDate">Date Released</label>
2013-04-01 20:28:20 -07:00
2013-04-29 18:29:04 -07:00
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioPlayCount" value="off" data-sortby="PlayCount" data-mini="true">
2013-04-11 12:36:50 -07:00
<label for="radioPlayCount">Play Count</label>
2013-04-01 20:28:20 -07:00
2013-04-29 18:29:04 -07:00
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioRevenue" value="off" data-sortby="Revenue" data-mini="true">
<label for="radioRevenue">Revenue</label>
2013-04-29 18:29:04 -07:00
<input class="radioSortBy" type="radio" name="radioSortBy" data-theme="c" id="radioRuntime" value="off" data-sortby="Runtime" data-mini="true">
2013-04-11 12:36:50 -07:00
<label for="radioRuntime">Runtime</label>
</fieldset>
2013-04-01 20:28:20 -07:00
2013-04-11 12:36:50 -07:00
<fieldset data-role="controlgroup">
<legend>
<strong>Sort Order:</strong>
</legend>
2013-04-01 20:28:20 -07:00
2013-04-29 18:29:04 -07:00
<input class="radioSortOrder" type="radio" name="radioSortOrder" data-theme="c" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending" data-mini="true">
2013-04-11 12:36:50 -07:00
<label for="radioAscending">Ascending</label>
2013-04-01 20:28:20 -07:00
2013-04-29 18:29:04 -07:00
<input class="radioSortOrder" type="radio" name="radioSortOrder" data-theme="c" id="radioDescending" value="off" data-sortorder="Descending" data-mini="true">
2013-04-11 12:36:50 -07:00
<label for="radioDescending">Descending</label>
</fieldset>
2013-04-01 20:28:20 -07:00
</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>
2013-04-09 09:52:41 -07:00
<strong>Filters:</strong>
2013-04-01 20:28:20 -07:00
</legend>
2013-04-29 18:29:04 -07:00
<input class="chkStandardFilter" type="checkbox" data-theme="c" name="chkPlayed" id="chkPlayed" data-filter="IsPlayed" data-mini="true">
2013-04-04 21:15:00 -07:00
<label for="chkPlayed">Watched</label>
2013-04-01 20:28:20 -07:00
2013-04-29 18:29:04 -07:00
<input class="chkStandardFilter" type="checkbox" data-theme="c" name="chkUnplayed" id="chkUnplayed" data-filter="IsUnPlayed" data-mini="true">
2013-04-04 21:15:00 -07:00
<label for="chkUnplayed">Unwatched</label>
2013-04-29 18:29:04 -07:00
<input class="chkStandardFilter" type="checkbox" data-theme="c" name="chkResumable" id="chkResumable" data-filter="IsResumable" data-mini="true">
2013-04-04 21:15:00 -07:00
<label for="chkResumable">Resumable</label>
2013-04-01 20:28:20 -07:00
2013-04-29 18:29:04 -07:00
<input class="chkStandardFilter" type="checkbox" data-theme="c" name="chkIsFavorite" id="chkIsFavorite" data-filter="IsFavorite" data-mini="true">
2013-04-01 20:28:20 -07:00
<label for="chkIsFavorite">Favorite</label>
2013-04-29 18:29:04 -07:00
<input class="chkStandardFilter" type="checkbox" data-theme="c" name="chkLikes" id="chkLikes" data-filter="Likes" data-mini="true">
2013-04-01 20:28:20 -07:00
<label for="chkLikes">Likes</label>
2013-04-29 18:29:04 -07:00
<input class="chkStandardFilter" type="checkbox" data-theme="c" name="chkDislikes" id="chkDislikes" data-filter="Dislikes" data-mini="true">
2013-04-01 20:28:20 -07:00
<label for="chkDislikes">Dislikes</label>
</fieldset>
2013-04-04 08:38:41 -07:00
<fieldset data-role="controlgroup">
2013-04-09 09:52:41 -07:00
<legend>
<strong>Type:</strong>
</legend>
2013-04-04 08:38:41 -07:00
2013-04-29 18:29:04 -07:00
<input class="chkVideoTypeFilter" type="checkbox" data-theme="c" name="chkBluray" id="chkBluray" data-filter="Bluray" data-mini="true">
2013-04-04 08:38:41 -07:00
<label for="chkBluray">Bluray</label>
2013-04-29 18:29:04 -07:00
<input class="chkVideoTypeFilter" type="checkbox" data-theme="c" name="chkDvd" id="chkDvd" data-filter="Dvd" data-mini="true">
2013-04-04 08:38:41 -07:00
<label for="chkDvd">Dvd</label>
2013-04-29 18:29:04 -07:00
<input class="chkVideoTypeFilter" type="checkbox" data-theme="c" name="chkIso" id="chkIso" data-filter="Iso" data-mini="true">
2013-04-04 08:38:41 -07:00
<label for="chkIso">Iso</label>
2013-04-07 06:34:46 -07:00
2013-04-29 18:29:04 -07:00
<input class="chk3DFilter" type="checkbox" data-theme="c" name="chk3D" id="chk3D" data-filter="Digital3D,Sbs3D" data-mini="true">
2013-04-07 06:34:46 -07:00
<label for="chk3D">3D</label>
2013-04-04 08:38:41 -07:00
</fieldset>
2013-04-29 18:29:04 -07:00
<fieldset data-role="controlgroup">
<legend>
<strong>Features:</strong>
</legend>
<input class="chkFeatureFilter" type="checkbox" data-theme="c" name="chkSubtitle" id="chkSubtitle" data-mini="true">
<label for="chkSubtitle">Subtitles</label>
<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="chkSpecialFeature" id="chkSpecialFeature" data-mini="true">
<label for="chkSpecialFeature">Special features</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>
2013-04-01 20:28:20 -07:00
</form>
</div>
2013-03-31 22:08:29 -07:00
</div>
</body>
</html>