2014-03-18 10:05:57 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2015-03-21 11:12:12 -07:00
|
|
|
|
<title>Emby</title>
|
2014-03-18 10:05:57 -07:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-12-04 12:58:30 -07: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 12:51:56 -07:00
|
|
|
|
|
2014-03-18 10:05:57 -07:00
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="viewSettings">
|
2014-05-02 21:20:04 -07:00
|
|
|
|
|
2014-03-18 10:05:57 -07:00
|
|
|
|
<div class="listTopPaging">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2015-01-22 23:15:15 -07:00
|
|
|
|
<div id="items" class="itemsContainer paddedItemsContainer" style="text-align:center;"></div>
|
2014-03-18 10:05:57 -07:00
|
|
|
|
</div>
|
2014-05-02 21:20:04 -07:00
|
|
|
|
|
2015-09-19 19:06:56 -07:00
|
|
|
|
<div data-role="panel" class="viewPanel" data-theme="b" data-position="right" data-display="overlay" data-position-fixed="true">
|
2015-09-07 08:54:57 -07:00
|
|
|
|
<div class="ui-panel-inner">
|
|
|
|
|
<form>
|
2014-05-02 21:20:04 -07:00
|
|
|
|
|
2015-09-07 08:54:57 -07:00
|
|
|
|
<div class="filterControls">
|
|
|
|
|
<h1>
|
2014-07-19 21:46:29 -07:00
|
|
|
|
${HeaderFilters}
|
2015-09-07 08:54:57 -07:00
|
|
|
|
</h1>
|
2014-05-27 10:57:29 -07:00
|
|
|
|
|
2015-09-21 08:43:10 -07: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-19 21:46:29 -07:00
|
|
|
|
</div>
|
2014-05-02 21:20:04 -07:00
|
|
|
|
|
2014-07-19 21:46:29 -07:00
|
|
|
|
</div>
|
2015-09-07 08:54:57 -07:00
|
|
|
|
</form>
|
|
|
|
|
</div>
|
2014-05-02 21:20:04 -07:00
|
|
|
|
</div>
|
2014-03-18 10:05:57 -07:00
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|