2014-03-18 13:05:57 -04:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2015-03-21 14:12:12 -04:00
|
|
|
|
<title>Emby</title>
|
2014-03-18 13:05:57 -04:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-12-14 10:43:03 -05:00
|
|
|
|
<div id="channelItemsPage" data-role="page" class="page libraryPage channelsPage noSecondaryNavPage" data-contextname="${HeaderChannels}" data-require="jqmpanel,scripts/channelitems,paper-checkbox" data-backbutton="true" data-menubutton="false">
|
2014-05-19 15:51:56 -04:00
|
|
|
|
|
2014-03-18 13:05:57 -04:00
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="viewSettings">
|
2014-05-03 00:20:04 -04:00
|
|
|
|
|
2014-03-18 13:05:57 -04:00
|
|
|
|
<div class="listTopPaging">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2015-01-23 01:15:15 -05:00
|
|
|
|
<div id="items" class="itemsContainer paddedItemsContainer" style="text-align:center;"></div>
|
2014-03-18 13:05:57 -04:00
|
|
|
|
</div>
|
2014-05-03 00:20:04 -04:00
|
|
|
|
|
2015-09-19 22:06:56 -04:00
|
|
|
|
<div data-role="panel" class="viewPanel" data-theme="b" data-position="right" data-display="overlay" data-position-fixed="true">
|
2015-09-07 11:54:57 -04:00
|
|
|
|
<div class="ui-panel-inner">
|
|
|
|
|
<form>
|
2014-05-03 00:20:04 -04:00
|
|
|
|
|
2015-09-07 11:54:57 -04:00
|
|
|
|
<div class="filterControls">
|
|
|
|
|
<h1>
|
2014-07-20 00:46:29 -04:00
|
|
|
|
${HeaderFilters}
|
2015-09-07 11:54:57 -04:00
|
|
|
|
</h1>
|
2014-05-27 13:57:29 -04:00
|
|
|
|
|
2015-09-21 11:43:10 -04:00
|
|
|
|
<div class="paperCheckboxList">
|
|
|
|
|
<paper-checkbox class="chkStandardFilter" data-filter="IsPlayed">${OptionPlayed}</paper-checkbox>
|
|
|
|
|
<paper-checkbox class="chkStandardFilter" data-filter="IsUnPlayed">${OptionUnplayed}</paper-checkbox>
|
|
|
|
|
<paper-checkbox class="chkStandardFilter" data-filter="IsResumable">${OptionResumable}</paper-checkbox>
|
|
|
|
|
<paper-checkbox class="chkStandardFilter" data-filter="IsFavorite">${OptionFavorite}</paper-checkbox>
|
|
|
|
|
<paper-checkbox class="chkStandardFilter" data-filter="Likes">${OptionLikes}</paper-checkbox>
|
|
|
|
|
<paper-checkbox class="chkStandardFilter" data-filter="Dislikes">${OptionDislikes}</paper-checkbox>
|
2014-07-20 00:46:29 -04:00
|
|
|
|
</div>
|
2014-05-03 00:20:04 -04:00
|
|
|
|
|
2014-07-20 00:46:29 -04:00
|
|
|
|
</div>
|
2015-09-07 11:54:57 -04:00
|
|
|
|
</form>
|
|
|
|
|
</div>
|
2014-05-03 00:20:04 -04:00
|
|
|
|
</div>
|
2014-03-18 13:05:57 -04:00
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|