2013-03-05 16:35:28 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title></title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-12-14 08:43:03 -07:00
|
|
|
|
<div id="itemListPage" data-role="page" class="page libraryPage folderListPage noSecondaryNavPage" data-require="jqmpanel,scripts/itemlistpage,paper-checkbox">
|
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
|
|
|
|
|
2015-09-19 19:06:56 -07:00
|
|
|
|
<div data-role="panel" class="viewPanel hide" data-theme="b" data-position="right" data-display="overlay" data-position-fixed="true">
|
|
|
|
|
<div class="ui-panel-inner">
|
|
|
|
|
<form>
|
2013-04-18 19:52:22 -07:00
|
|
|
|
|
2015-09-19 19:06:56 -07:00
|
|
|
|
<div>
|
2013-04-18 19:52:22 -07:00
|
|
|
|
|
2015-09-19 19:06:56 -07:00
|
|
|
|
<h1>
|
|
|
|
|
${HeaderFilters}
|
|
|
|
|
</h1>
|
2013-04-18 19:52:22 -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>
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
2013-04-18 19:52:22 -07:00
|
|
|
|
|
2015-09-19 19:06:56 -07:00
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
2013-04-18 19:52:22 -07:00
|
|
|
|
</div>
|
2013-03-05 16:35:28 -07:00
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|