jellyfin-web/dashboard-ui/itemlist.html

117 lines
6.3 KiB
HTML
Raw Normal View History

2013-03-05 16:35:28 -07:00
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
2015-08-15 14:58:52 -07:00
<div id="itemListPage" data-role="page" class="page libraryPage folderListPage noSecondaryNavPage" data-require="scripts/itemlistpage">
2013-06-04 18:41:59 -07:00
<div class="alphabetPicker">
</div>
2013-03-06 22:34:00 -07:00
<div data-role="content" class="itemListContent">
2013-03-05 23:22:19 -07:00
2013-04-18 19:52:22 -07:00
<div class="viewSettings">
2014-03-17 07:48:16 -07:00
<div class="listTopPaging">
</div>
2013-04-18 19:52:22 -07:00
</div>
2015-02-27 10:43:06 -07:00
<div id="items" class="itemsContainer" style="text-align:center;"></div>
2013-03-05 16:35:28 -07:00
</div>
2013-04-18 19:52:22 -07:00
2014-07-19 21:46:29 -07:00
<div data-role="panel" class="viewPanel" data-theme="a" data-position="right" data-display="overlay" data-position-fixed="true">
2013-04-18 19:52:22 -07:00
<form>
2014-07-19 21:46:29 -07: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>
2013-04-18 19:52:22 -07:00
2014-07-19 21:46:29 -07:00
<div class="tabView viewTab">
2013-04-18 19:52:22 -07:00
2014-07-19 21:46:29 -07:00
<div>
<label for="selectView">${LabelView}</label>
<select id="selectView">
<option value="Backdrop">${OptionBackdrop}</option>
<option value="Poster">${OptionPoster}</option>
</select>
</div>
<br />
<div>
<label for="selectPageSize">${LabelPageSize}</label>
2015-08-16 21:08:33 -07:00
<select id="selectPageSize" class="selectPageSize"></select>
2014-07-19 21:46:29 -07:00
</div>
2013-04-18 19:52:22 -07:00
2014-07-19 21:46:29 -07:00
</div>
<div class="tabFilter viewTab">
<fieldset data-role="controlgroup">
<legend>${HeaderFilters}</legend>
<input class="chkStandardFilter" type="checkbox" name="chkPlayed" id="chkPlayed" data-filter="IsPlayed" data-mini="true">
<label for="chkPlayed">${OptionPlayed}</label>
2013-04-18 19:52:22 -07:00
2014-07-19 21:46:29 -07:00
<input class="chkStandardFilter" type="checkbox" name="chkUnplayed" id="chkUnplayed" data-filter="IsUnPlayed" data-mini="true">
<label for="chkUnplayed">${OptionUnplayed}</label>
2013-09-22 09:49:55 -07:00
2014-07-19 21:46:29 -07:00
<input class="chkStandardFilter" type="checkbox" name="chkResumable" id="chkResumable" data-filter="IsResumable" data-mini="true">
<label for="chkResumable">${OptionResumable}</label>
2013-04-18 19:52:22 -07:00
2014-07-19 21:46:29 -07:00
<input class="chkStandardFilter" type="checkbox" name="chkIsFavorite" id="chkIsFavorite" data-filter="IsFavorite" data-mini="true">
<label for="chkIsFavorite">${OptionFavorite}</label>
2013-09-02 16:17:25 -07:00
2014-07-19 21:46:29 -07:00
<input class="chkStandardFilter" type="checkbox" name="chkLikes" id="chkLikes" data-filter="Likes" data-mini="true">
<label for="chkLikes">${OptionLikes}</label>
2013-04-18 19:52:22 -07:00
2014-07-19 21:46:29 -07:00
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-filter="Dislikes" data-mini="true">
<label for="chkDislikes">${OptionDislikes}</label>
2013-04-18 19:52:22 -07:00
2014-07-19 21:46:29 -07:00
</fieldset>
2013-04-18 19:52:22 -07:00
2014-07-19 21:46:29 -07:00
</div>
<div class="tabSort viewTab">
<fieldset data-role="controlgroup">
<legend>
${HeaderSortBy}
</legend>
<input class="radioSortBy defaultSort" type="radio" name="radioSortBy" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
<label for="radioSortName">${OptionNameSort}</label>
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioCommunityRating" value="off" data-sortby="CommunityRating" data-mini="true">
<label for="radioCommunityRating">${OptionCommunityRating}</label>
2013-04-18 19:52:22 -07:00
2014-07-19 21:46:29 -07:00
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioDateCreated" value="off" data-sortby="DateCreated" data-mini="true">
<label for="radioDateCreated">${OptionDateAdded}</label>
2013-04-18 19:52:22 -07:00
2014-07-19 21:46:29 -07:00
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioDatePlayed" value="off" data-sortby="DatePlayed" data-mini="true">
<label for="radioDatePlayed">${OptionDatePlayed}</label>
2013-04-18 19:52:22 -07:00
2014-07-19 21:46:29 -07:00
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioContentRating" value="off" data-sortby="OfficialRating" data-mini="true">
<label for="radioContentRating">${OptionParentalRating}</label>
2013-04-18 19:52:22 -07:00
2014-07-19 21:46:29 -07:00
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioPremiereDate" value="off" data-sortby="PremiereDate" data-mini="true">
<label for="radioPremiereDate">${OptionReleaseDate}</label>
2013-04-18 19:52:22 -07:00
2014-07-19 21:46:29 -07:00
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioRuntime" value="off" data-sortby="Runtime" data-mini="true">
<label for="radioRuntime">${OptionRuntime}</label>
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioIsFolder" value="off" data-sortby="IsFolder,SortName" data-mini="true">
<label for="radioIsFolder">${OptionFolderSort}</label>
</fieldset>
<fieldset data-role="controlgroup">
<legend>
${HeaderSortOrder}
</legend>
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending" data-mini="true">
<label for="radioAscending">${OptionAscending}</label>
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioDescending" value="off" data-sortorder="Descending" data-mini="true">
<label for="radioDescending">${OptionDescending}</label>
</fieldset>
</div>
2013-04-18 19:52:22 -07:00
</form>
</div>
2014-07-19 21:46:29 -07:00
2013-03-05 16:35:28 -07:00
</div>
</body>
</html>