jellyfin-web/dashboard-ui/movies.html

210 lines
12 KiB
HTML
Raw Normal View History

2013-03-31 22:08:29 -07:00
<!DOCTYPE html>
<html>
<head>
<title>Media Browser</title>
</head>
<body>
2013-12-24 11:37:29 -07:00
<div id="moviesPage" data-role="page" class="page libraryPage" data-theme="b" data-view="movies">
<div class="libraryViewNav">
<a href="movieslatest.html">Latest</a>
2014-03-13 02:00:47 -07:00
<a href="moviesrecommended.html">Suggested</a>
<a href="movies.html" class="ui-btn-active">Movies</a>
<a href="movietrailers.html">Trailers</a>
<a href="moviegenres.html">Genres</a>
<a href="moviepeople.html">People</a>
<a href="moviestudios.html">Studios</a>
</div>
<div class="alphabetPicker">
</div>
2013-03-31 22:08:29 -07:00
<div data-role="content">
<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">
2013-12-22 10:16:24 -07:00
<option value="Thumb">Thumb</option>
2013-04-18 22:08:18 -07:00
<option value="Poster">Poster</option>
2013-05-15 05:05:07 -07:00
<option value="Timeline">Timeline</option>
2013-04-18 22:08:18 -07:00
</select>
</div>
</div>
2014-03-13 19:05:33 -07:00
<div class="viewControls" data-role="controlgroup" data-type="horizontal">
<button data-mini="true" data-icon="sort" data-inline="true" data-iconpos="notext" title="Sort" onclick="$('#sortPanel', $(this).parents('.page')).panel( 'toggle' );">Sort</button>
<button data-mini="true" data-icon="filter" data-inline="true" data-iconpos="notext" title="Filter" onclick="$('#filterPanel', $(this).parents('.page')).panel( 'toggle' );">Filter</button>
</div>
2014-03-17 07:48:16 -07:00
<div class="listTopPaging">
</div>
<div class="viewSummary"></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-12-24 11:37:29 -07:00
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-theme="a" data-position-fixed="true">
2013-04-01 20:28:20 -07:00
<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-12-24 11:37:29 -07:00
<input class="radioSortBy defaultSort" type="radio" name="radioSortBy" 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-12-24 11:37:29 -07:00
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioBudget" value="off" data-sortby="Budget,SortName" data-mini="true">
2013-04-12 07:32:04 -07:00
<label for="radioBudget">Budget</label>
2013-12-24 11:37:29 -07:00
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioCommunityRating" value="off" data-sortby="CommunityRating,SortName" data-mini="true">
2013-10-17 11:24:27 -07:00
<label for="radioCommunityRating">IMDb rating</label>
2013-04-01 20:28:20 -07:00
2013-12-24 11:37:29 -07:00
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioCriticRating" value="off" data-sortby="CriticRating,SortName" data-mini="true">
2013-09-13 18:03:55 -07:00
<label for="radioCriticRating">Critic rating</label>
2013-05-05 19:23:19 -07:00
2013-12-24 11:37:29 -07:00
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioDateCreated" value="off" data-sortby="DateCreated,SortName" data-mini="true">
2013-09-13 18:03:55 -07:00
<label for="radioDateCreated">Date added</label>
2013-04-01 20:28:20 -07:00
2013-12-24 11:37:29 -07:00
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioDatePlayed" value="off" data-sortby="DatePlayed,SortName" data-mini="true">
2013-09-13 18:03:55 -07:00
<label for="radioDatePlayed">Date played</label>
2013-04-01 20:28:20 -07:00
2014-01-14 22:01:58 -07:00
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioMetascore" value="off" data-sortby="Metascore,SortName" data-mini="true">
<label for="radioMetascore">Metascore</label>
2013-12-24 11:37:29 -07:00
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioContentRating" value="off" data-sortby="OfficialRating,SortName" data-mini="true">
2013-09-22 09:49:55 -07:00
<label for="radioContentRating">Parental rating</label>
2013-04-01 20:28:20 -07:00
2013-12-24 11:37:29 -07:00
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioPlayCount" value="off" data-sortby="PlayCount,SortName" data-mini="true">
2013-09-13 18:03:55 -07:00
<label for="radioPlayCount">Play count</label>
2013-04-01 20:28:20 -07:00
2013-12-24 11:37:29 -07:00
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioPremiereDate" value="off" data-sortby="PremiereDate,SortName" data-mini="true">
2013-09-22 09:49:55 -07:00
<label for="radioPremiereDate">Release Date</label>
2013-12-24 11:37:29 -07:00
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioRevenue" value="off" data-sortby="Revenue,SortName" data-mini="true">
<label for="radioRevenue">Revenue</label>
2013-12-24 11:37:29 -07:00
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioRuntime" value="off" data-sortby="Runtime,SortName" data-mini="true">
2013-04-11 12:36:50 -07:00
<label for="radioRuntime">Runtime</label>
2013-09-13 13:53:46 -07:00
2013-12-24 11:37:29 -07:00
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioVideoBitRate" value="off" data-sortby="VideoBitRate,SortName" data-mini="true">
2013-09-13 18:03:55 -07:00
<label for="radioVideoBitRate">Video Bit rate</label>
2013-04-11 12:36:50 -07:00
</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-12-24 11:37:29 -07:00
<input class="radioSortOrder" type="radio" name="radioSortOrder" 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-12-24 11:37:29 -07:00
<input class="radioSortOrder" type="radio" name="radioSortOrder" 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>
2013-12-24 11:37:29 -07:00
<div data-role="panel" id="filterPanel" data-position="right" data-display="overlay" data-theme="a" data-position-fixed="true">
2013-04-01 20:28:20 -07:00
<form>
2013-12-01 19:24:14 -07:00
<fieldset data-role="controlgroup" data-type="horizontal" style="margin-bottom: 1em;">
<legend>Filters:</legend>
2013-12-24 11:37:29 -07:00
<input type="radio" name="radioFilterTypes" id="radioBasicFilters" value="on" checked="checked" data-mini="true">
2013-12-01 19:24:14 -07:00
<label for="radioBasicFilters">Basic</label>
2013-12-24 11:37:29 -07:00
<input type="radio" name="radioFilterTypes" id="radioAdvancedFilters" value="off" data-mini="true">
2013-12-01 19:24:14 -07:00
<label for="radioAdvancedFilters">Advanced</label>
</fieldset>
<div class="basicFilters">
<fieldset data-role="controlgroup">
<legend>
<strong>User Data:</strong>
</legend>
2013-12-24 11:37:29 -07:00
<input class="chkStandardFilter" type="checkbox" name="chkPlayed" id="chkPlayed" data-filter="IsPlayed" data-mini="true">
2013-12-01 19:24:14 -07:00
<label for="chkPlayed">Watched</label>
2013-04-04 21:15:00 -07:00
2013-12-24 11:37:29 -07:00
<input class="chkStandardFilter" type="checkbox" name="chkUnplayed" id="chkUnplayed" data-filter="IsUnPlayed" data-mini="true">
2013-12-01 19:24:14 -07:00
<label for="chkUnplayed">Unwatched</label>
2013-04-01 20:28:20 -07:00
2013-12-24 11:37:29 -07:00
<input class="chkStandardFilter" type="checkbox" name="chkResumable" id="chkResumable" data-filter="IsResumable" data-mini="true">
2013-12-01 19:24:14 -07:00
<label for="chkResumable">Resumable</label>
2013-04-01 20:28:20 -07:00
2013-12-24 11:37:29 -07:00
<input class="chkStandardFilter" type="checkbox" name="chkIsFavorite" id="chkIsFavorite" data-filter="IsFavorite" data-mini="true">
2013-12-01 19:24:14 -07:00
<label for="chkIsFavorite">Favorite</label>
2013-04-01 20:28:20 -07:00
2013-12-24 11:37:29 -07:00
<input class="chkStandardFilter" type="checkbox" name="chkLikes" id="chkLikes" data-filter="Likes" data-mini="true">
2013-12-01 19:24:14 -07:00
<label for="chkLikes">Likes</label>
2013-04-04 08:38:41 -07:00
2013-12-24 11:37:29 -07:00
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-filter="Dislikes" data-mini="true">
2013-12-01 19:24:14 -07:00
<label for="chkDislikes">Dislikes</label>
</fieldset>
<fieldset data-role="controlgroup">
<legend>
<strong>Type:</strong>
</legend>
2013-04-04 08:38:41 -07:00
2013-12-24 11:37:29 -07:00
<input class="chkVideoTypeFilter" type="checkbox" name="chkBluray" id="chkBluray" data-filter="Bluray" data-mini="true">
2013-12-01 19:24:14 -07:00
<label for="chkBluray">Bluray</label>
2013-04-04 08:38:41 -07:00
2013-12-24 11:37:29 -07:00
<input class="chkVideoTypeFilter" type="checkbox" name="chkDvd" id="chkDvd" data-filter="Dvd" data-mini="true">
2013-12-01 19:24:14 -07:00
<label for="chkDvd">Dvd</label>
2013-04-07 06:34:46 -07:00
2013-12-24 11:37:29 -07:00
<input class="chkVideoTypeFilter" type="checkbox" name="chkIso" id="chkIso" data-filter="Iso" data-mini="true">
2013-12-01 19:24:14 -07:00
<label for="chkIso">Iso</label>
2013-10-26 15:01:21 -07:00
2013-12-24 11:37:29 -07:00
<input class="chkHDFilter" type="checkbox" name="chkHD" id="chkHD" data-filter="IsHD" data-mini="true">
2013-12-01 19:24:14 -07:00
<label for="chkHD">HD</label>
2013-10-26 15:01:21 -07:00
2013-12-24 11:37:29 -07:00
<input class="chkSDFilter" type="checkbox" name="chkSD" id="chkSD" data-filter="IsHD" data-mini="true">
2013-12-01 19:24:14 -07:00
<label for="chkSD">SD</label>
2013-04-29 18:29:04 -07:00
2013-12-24 11:37:29 -07:00
<input class="chk3DFilter" type="checkbox" name="chk3D" id="chk3D" data-filter="Digital3D,Sbs3D" data-mini="true">
2013-12-01 19:24:14 -07:00
<label for="chk3D">3D</label>
</fieldset>
</div>
2013-04-29 18:29:04 -07:00
2013-12-01 19:24:14 -07:00
<div class="advancedFilters" style="display: none;">
2013-04-29 18:29:04 -07:00
2013-12-01 19:24:14 -07:00
<fieldset data-role="controlgroup">
<legend>
<strong>Management:</strong>
</legend>
2013-04-29 18:29:04 -07:00
2013-12-24 11:37:29 -07:00
<input class="chkMissingImdbId" type="checkbox" name="chkMissingImdbId" id="chkMissingImdbId" data-mini="true">
2013-12-01 19:24:14 -07:00
<label for="chkMissingImdbId">Missing IMDb Id</label>
2013-04-29 18:29:04 -07:00
2013-12-24 11:37:29 -07:00
<input class="chkMissingTmdbId" type="checkbox" name="chkMissingTmdbId" id="chkMissingTmdbId" data-mini="true">
2013-12-01 19:24:14 -07:00
<label for="chkMissingTmdbId">Missing Tmdb Id</label>
2013-04-29 18:29:04 -07:00
2013-12-24 11:37:29 -07:00
<input class="chkMissingOverview" type="checkbox" name="chkMissingOverview" id="chkMissingOverview" data-mini="true">
2013-12-01 19:24:14 -07:00
<label for="chkMissingOverview">Missing Overview</label>
2013-04-29 18:29:04 -07:00
2013-12-24 11:37:29 -07:00
<input class="chkYearMismatch" type="checkbox" name="chkYearMismatch" id="chkYearMismatch" data-mini="true">
2013-12-01 19:24:14 -07:00
<label for="chkYearMismatch">File/Metadata Years Mismatched</label>
</fieldset>
<fieldset data-role="controlgroup">
<legend>
<strong>Features:</strong>
</legend>
2013-12-24 11:37:29 -07:00
<input class="chkFeatureFilter" type="checkbox" name="chkSubtitle" id="chkSubtitle" data-mini="true">
2013-12-01 19:24:14 -07:00
<label for="chkSubtitle">Subtitles</label>
2013-12-24 11:37:29 -07:00
<input class="chkFeatureFilter" type="checkbox" name="chkTrailer" id="chkTrailer" data-mini="true">
2013-12-01 19:24:14 -07:00
<label for="chkTrailer">Trailer</label>
2013-12-24 11:37:29 -07:00
<input class="chkFeatureFilter" type="checkbox" name="chkSpecialFeature" id="chkSpecialFeature" data-mini="true">
2013-12-01 19:24:14 -07:00
<label for="chkSpecialFeature">Special features</label>
2013-12-24 11:37:29 -07:00
<input class="chkFeatureFilter" type="checkbox" name="chkThemeSong" id="chkThemeSong" data-mini="true">
2013-12-01 19:24:14 -07:00
<label for="chkThemeSong">Theme song</label>
2013-12-24 11:37:29 -07:00
<input class="chkFeatureFilter" type="checkbox" name="chkThemeVideo" id="chkThemeVideo" data-mini="true">
2013-12-01 19:24:14 -07:00
<label for="chkThemeVideo">Theme video</label>
</fieldset>
</div>
2013-04-29 18:29:04 -07:00
2013-04-01 20:28:20 -07:00
</form>
</div>
2013-03-31 22:08:29 -07:00
</div>
</body>
</html>