2013-04-01 23:28:20 -04:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2015-03-21 14:12:12 -04:00
|
|
|
|
<title>Emby</title>
|
2013-04-01 23:28:20 -04:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-01-18 00:45:10 -05:00
|
|
|
|
<div id="boxsetsPage" data-role="page" class="page libraryPage backdropPage collectionEditorPage" data-backdroptype="movie,boxset">
|
2014-05-11 01:11:53 -04:00
|
|
|
|
|
2014-07-05 01:21:13 -04:00
|
|
|
|
<div class="libraryViewNav scopedLibraryViewNav movieTabs">
|
2015-07-10 00:44:21 -04:00
|
|
|
|
<a href="moviesrecommended.html"><iron-icon icon="info"></iron-icon>${TabSuggestions}</a>
|
|
|
|
|
<a href="movies.html"><iron-icon icon="local-movies"></iron-icon>${TabMovies}</a>
|
|
|
|
|
<a href="movietrailers.html" class="movieTrailersTab"><iron-icon icon="movie"></iron-icon>${TabTrailers}</a>
|
|
|
|
|
<a href="#" class="ui-btn-active"><iron-icon icon="video-library"></iron-icon>${TabCollections}</a>
|
|
|
|
|
<a href="moviegenres.html"><iron-icon icon="video-library"></iron-icon>${TabGenres}</a>
|
|
|
|
|
<a href="moviepeople.html" class="moviePeopleTab"><iron-icon icon="people"></iron-icon>${TabPeople}</a>
|
|
|
|
|
<a href="moviestudios.html" class="movieStudiosTab"><iron-icon icon="account-box"></iron-icon>${TabStudios}</a>
|
2014-07-05 01:21:13 -04:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="libraryViewNav scopedLibraryViewNav collectionTabs">
|
2014-05-11 01:11:53 -04:00
|
|
|
|
<a href="#" class="ui-btn-active">${TabCollections}</a>
|
|
|
|
|
</div>
|
2013-05-15 00:05:52 -04:00
|
|
|
|
|
2013-04-04 00:50:06 -04:00
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="viewSettings">
|
2014-05-03 19:38:23 -04:00
|
|
|
|
|
2014-03-17 10:48:16 -04:00
|
|
|
|
<div class="listTopPaging">
|
2014-05-04 10:19:46 -04:00
|
|
|
|
|
2014-03-17 10:48:16 -04:00
|
|
|
|
</div>
|
2013-04-04 00:50:06 -04:00
|
|
|
|
</div>
|
2015-01-23 01:15:15 -05:00
|
|
|
|
<div id="items" class="itemsContainer paddedItemsContainer" style="text-align:center;"></div>
|
2014-07-13 20:57:32 -04:00
|
|
|
|
<div class="noItemsMessage" style="display: none; text-align: center;">
|
2014-05-30 15:23:56 -04:00
|
|
|
|
<p>${MessageNoCollectionsAvailable}</p>
|
|
|
|
|
</div>
|
2015-06-19 00:23:55 -04:00
|
|
|
|
|
2015-06-19 12:36:51 -04:00
|
|
|
|
<paper-fab class="btnNewCollection bottomFab" icon="add" style="position:fixed;right:20px;background-color:#db4437;"></paper-fab>
|
2013-04-04 00:50:06 -04:00
|
|
|
|
</div>
|
2014-03-06 00:17:13 -05:00
|
|
|
|
|
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-04 00:50:06 -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="tabSort">${TabSort}</a>
|
|
|
|
|
<a href="#" data-role="button" class="viewTabButton" data-tab="tabFilter">${TabFilter}</a>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="tabView viewTab">
|
|
|
|
|
|
|
|
|
|
<div>
|
|
|
|
|
<label for="selectView">${LabelView}</label>
|
|
|
|
|
<select id="selectView">
|
|
|
|
|
<option value="Poster">${OptionPoster}</option>
|
2015-05-17 15:50:37 -04:00
|
|
|
|
<option value="PosterCard">${OptionPosterCard}</option>
|
2014-07-20 00:46:29 -04:00
|
|
|
|
<option value="List">${OptionList}</option>
|
2015-04-02 17:01:42 -04:00
|
|
|
|
<option value="Thumb">${OptionThumb}</option>
|
2015-05-17 15:50:37 -04:00
|
|
|
|
<option value="ThumbCard">${OptionThumbCard}</option>
|
2015-06-19 00:23:55 -04:00
|
|
|
|
</select>
|
2014-07-20 00:46:29 -04:00
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
<div>
|
|
|
|
|
<label for="selectPageSize">${LabelPageSize}</label>
|
|
|
|
|
<select id="selectPageSize"></select>
|
|
|
|
|
</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>
|
|
|
|
|
|
|
|
|
|
<fieldset data-role="controlgroup">
|
|
|
|
|
<legend>${LabelFeatures}</legend>
|
|
|
|
|
|
|
|
|
|
<input class="chkFeatureFilter" type="checkbox" name="chkTrailer" id="chkTrailer" data-mini="true">
|
|
|
|
|
<label for="chkTrailer">${OptionHasTrailer}</label>
|
|
|
|
|
|
|
|
|
|
<input class="chkFeatureFilter" type="checkbox" name="chkThemeSong" id="chkThemeSong" data-mini="true">
|
|
|
|
|
<label for="chkThemeSong">${OptionHasThemeSong}</label>
|
|
|
|
|
|
|
|
|
|
<input class="chkFeatureFilter" type="checkbox" name="chkThemeVideo" id="chkThemeVideo" data-mini="true">
|
|
|
|
|
<label for="chkThemeVideo">${OptionHasThemeVideo}</label>
|
|
|
|
|
|
|
|
|
|
</fieldset>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div class="tabSort viewTab">
|
2013-04-04 00:50:06 -04:00
|
|
|
|
<fieldset data-role="controlgroup">
|
2014-04-08 22:12:17 -04:00
|
|
|
|
<legend>
|
2014-07-20 00:46:29 -04:00
|
|
|
|
${HeaderSortBy}
|
2013-04-04 00:50:06 -04:00
|
|
|
|
</legend>
|
2013-04-03 21:21:46 -07:00
|
|
|
|
|
2013-12-24 13:37:29 -05:00
|
|
|
|
<input class="radioSortBy defaultSort" type="radio" name="radioSortBy" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
|
2014-04-08 22:12:17 -04:00
|
|
|
|
<label for="radioSortName">${OptionNameSort}</label>
|
2013-04-03 21:21:46 -07:00
|
|
|
|
|
2013-12-24 13:37:29 -05:00
|
|
|
|
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioCommunityRating" value="off" data-sortby="CommunityRating" data-mini="true">
|
2014-04-02 17:55:19 -04:00
|
|
|
|
<label for="radioCommunityRating">${OptionCommunityRating}</label>
|
2013-04-03 21:21:46 -07:00
|
|
|
|
|
2013-12-24 13:37:29 -05:00
|
|
|
|
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioDateCreated" value="off" data-sortby="DateCreated" data-mini="true">
|
2014-04-02 17:55:19 -04:00
|
|
|
|
<label for="radioDateCreated">${OptionDateAdded}</label>
|
2013-04-04 00:50:06 -04:00
|
|
|
|
</fieldset>
|
2013-04-03 21:21:46 -07:00
|
|
|
|
|
2013-04-04 00:50:06 -04:00
|
|
|
|
<fieldset data-role="controlgroup">
|
2014-04-08 22:12:17 -04:00
|
|
|
|
<legend>
|
2014-07-20 00:46:29 -04:00
|
|
|
|
${HeaderSortOrder}
|
2013-04-04 00:50:06 -04:00
|
|
|
|
</legend>
|
2013-04-03 21:21:46 -07:00
|
|
|
|
|
2013-12-24 13:37:29 -05:00
|
|
|
|
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending" data-mini="true">
|
2014-04-02 17:55:19 -04:00
|
|
|
|
<label for="radioAscending">${OptionAscending}</label>
|
2013-04-03 21:21:46 -07:00
|
|
|
|
|
2013-12-24 13:37:29 -05:00
|
|
|
|
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioDescending" value="off" data-sortorder="Descending" data-mini="true">
|
2014-04-02 17:55:19 -04:00
|
|
|
|
<label for="radioDescending">${OptionDescending}</label>
|
2013-04-04 00:50:06 -04:00
|
|
|
|
</fieldset>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
2014-03-06 00:17:13 -05:00
|
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
2014-05-31 10:30:59 -04:00
|
|
|
|
$('.newCollectionForm').off('submit', BoxSetEditor.onNewCollectionSubmit).on('submit', BoxSetEditor.onNewCollectionSubmit);
|
2014-03-06 00:17:13 -05:00
|
|
|
|
</script>
|
2013-04-04 00:50:06 -04:00
|
|
|
|
</div>
|
2013-04-01 23:28:20 -04:00
|
|
|
|
</body>
|
|
|
|
|
</html>
|