jellyfin-web/dashboard-ui/collections.html

123 lines
6.2 KiB
HTML
Raw Normal View History

2013-04-01 20:28:20 -07:00
<!DOCTYPE html>
<html>
<head>
2014-04-01 15:23:07 -07:00
<title>${TitleMediaBrowser}</title>
2013-04-01 20:28:20 -07:00
</head>
<body>
2014-05-10 22:11:53 -07:00
<div id="boxsetsPage" data-role="page" class="page libraryPage backdropPage" data-backdroptype="movie,boxset" data-theme="b" data-view="boxsets">
<div class="libraryViewNav scopedLibraryViewNav">
<a href="#" class="ui-btn-active">${TabCollections}</a>
</div>
<div class="alphabetPicker">
</div>
<div data-role="content">
<div class="viewSettings">
2014-05-03 16:38:23 -07:00
2014-03-13 19:05:33 -07:00
<div class="viewControls" data-role="controlgroup" data-type="horizontal">
2014-04-02 14:55:19 -07:00
<button data-mini="true" data-icon="sort" data-inline="true" data-iconpos="notext" title="${ButtonSort}" onclick="$('#sortPanel', $(this).parents('.page')).panel( 'toggle' );">${ButtonSort}</button>
<button data-mini="true" data-icon="filter" data-inline="true" data-iconpos="notext" title="${ButtonFilter}" onclick="$('#filterPanel', $(this).parents('.page')).panel( 'toggle' );">${ButtonFilter}</button>
2014-03-13 19:05:33 -07:00
</div>
2014-03-17 07:48:16 -07:00
<div class="listTopPaging">
2014-05-04 07:19:46 -07:00
&nbsp;
2014-03-17 07:48:16 -07:00
</div>
2014-04-08 19:12:17 -07:00
<button id="btnNewCollection" data-mini="true" data-icon="plus" data-inline="true" class="hide">${ButtonNew}</button>
</div>
2013-04-23 16:21:49 -07:00
<div id="items" class="itemsContainer"></div>
</div>
2014-03-05 22:17:13 -07:00
<div data-role="panel" id="newCollectionPanel" data-position="right" data-display="overlay" data-theme="a" data-position-fixed="true">
<form class="newCollectionForm">
2014-04-08 19:12:17 -07:00
<h3>${HeaderNewCollection}</h3>
2014-03-05 22:17:13 -07:00
<br />
<div>
2014-04-08 19:12:17 -07:00
<label for="txtNewCollectionName">${LabelName}</label>
2014-03-05 22:17:13 -07:00
<input type="text" id="txtNewCollectionName" required="required" />
2014-04-08 19:12:17 -07:00
<div class="fieldDescription">${NewCollectionNameExample}</div>
2014-03-05 22:17:13 -07:00
</div>
2014-03-07 21:20:31 -07:00
<br />
2014-03-05 22:17:13 -07:00
<div>
2014-04-08 19:12:17 -07:00
<label for="chkEnableInternetMetadata">${OptionSearchForInternetMetadata}</label>
2014-03-05 22:17:13 -07:00
<input type="checkbox" id="chkEnableInternetMetadata" data-mini="true" />
</div>
<br />
<p>
2014-04-08 19:12:17 -07:00
<button id="btnSubmitNewCollection" type="submit" data-icon="plus" data-mini="true" data-theme="b">${ButtonCreate}</button>
2014-03-05 22:17:13 -07:00
</p>
</form>
</div>
2014-03-18 21:59:45 -07:00
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-position-fixed="true">
2013-04-03 21:21:46 -07:00
<form>
<div id="sortpanel">
<fieldset data-role="controlgroup">
2014-04-08 19:12:17 -07:00
<legend>
<strong>${HeaderSortBy}</strong>
</legend>
2013-04-03 21:21:46 -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">
2014-04-08 19:12:17 -07:00
<label for="radioSortName">${OptionNameSort}</label>
2013-04-03 21:21:46 -07:00
2013-12-24 11:37:29 -07:00
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioCommunityRating" value="off" data-sortby="CommunityRating" data-mini="true">
2014-04-02 14:55:19 -07:00
<label for="radioCommunityRating">${OptionCommunityRating}</label>
2013-04-03 21:21:46 -07:00
2013-12-24 11:37:29 -07:00
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioDateCreated" value="off" data-sortby="DateCreated" data-mini="true">
2014-04-02 14:55:19 -07:00
<label for="radioDateCreated">${OptionDateAdded}</label>
</fieldset>
2013-04-03 21:21:46 -07:00
<fieldset data-role="controlgroup">
2014-04-08 19:12:17 -07:00
<legend>
<strong>${HeaderSortOrder}</strong>
</legend>
2013-04-03 21:21:46 -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">
2014-04-02 14:55:19 -07:00
<label for="radioAscending">${OptionAscending}</label>
2013-04-03 21:21:46 -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">
2014-04-02 14:55:19 -07:00
<label for="radioDescending">${OptionDescending}</label>
</fieldset>
</div>
</form>
</div>
2014-03-18 21:59:45 -07:00
<div data-role="panel" id="filterPanel" data-position="right" data-display="overlay" data-position-fixed="true">
<form>
<fieldset data-role="controlgroup">
2014-04-03 15:50:04 -07:00
<legend>${HeaderFilters}</legend>
2013-12-24 11:37:29 -07:00
<input class="chkStandardFilter" type="checkbox" name="chkIsFavorite" id="chkIsFavorite" data-filter="IsFavorite" data-mini="true">
2014-04-02 14:55:19 -07:00
<label for="chkIsFavorite">${OptionFavorite}</label>
2013-04-03 21:21:46 -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">
2014-04-02 14:55:19 -07:00
<label for="chkLikes">${OptionLikes}</label>
2013-04-03 21:21:46 -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">
2014-04-02 14:55:19 -07:00
<label for="chkDislikes">${OptionDislikes}</label>
</fieldset>
2013-04-29 19:00:42 -07:00
<fieldset data-role="controlgroup">
2014-04-03 15:50:04 -07:00
<legend>${LabelFeatures}</legend>
2013-04-29 19:00:42 -07:00
2013-12-24 11:37:29 -07:00
<input class="chkFeatureFilter" type="checkbox" name="chkTrailer" id="chkTrailer" data-mini="true">
2014-04-03 15:50:04 -07:00
<label for="chkTrailer">${OptionHasTrailer}</label>
2013-04-29 19:00:42 -07:00
2013-12-24 11:37:29 -07:00
<input class="chkFeatureFilter" type="checkbox" name="chkThemeSong" id="chkThemeSong" data-mini="true">
2014-04-03 15:50:04 -07:00
<label for="chkThemeSong">${OptionHasThemeSong}</label>
2013-04-29 19:00:42 -07:00
2013-12-24 11:37:29 -07:00
<input class="chkFeatureFilter" type="checkbox" name="chkThemeVideo" id="chkThemeVideo" data-mini="true">
2014-04-03 15:50:04 -07:00
<label for="chkThemeVideo">${OptionHasThemeVideo}</label>
2013-04-29 19:00:42 -07:00
</fieldset>
</form>
</div>
2014-03-05 22:17:13 -07:00
<script type="text/javascript">
$('.newCollectionForm').off('submit', BoxSetsPage.onNewCollectionSubmit).on('submit', BoxSetsPage.onNewCollectionSubmit);
</script>
</div>
2013-04-01 20:28:20 -07:00
</body>
</html>