2014-03-18 13:05:57 -04:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-04-01 18:23:07 -04:00
|
|
|
|
<title>${TitleMediaBrowser}</title>
|
2014-03-18 13:05:57 -04:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-01-18 00:45:10 -05:00
|
|
|
|
<div id="channelItemsPage" data-role="page" class="page libraryPage channelsPage" data-contextname="${HeaderChannels}">
|
2014-05-11 01:11:53 -04:00
|
|
|
|
|
|
|
|
|
<div class="libraryViewNav scopedLibraryViewNav">
|
2014-06-16 08:22:38 -04:00
|
|
|
|
<a href="channelslatest.html">${TabLatest}</a>
|
2014-05-11 01:11:53 -04:00
|
|
|
|
<a href="channels.html" class="ui-btn-active">${TabChannels}</a>
|
|
|
|
|
</div>
|
2014-03-18 13:05:57 -04:00
|
|
|
|
|
2014-05-19 15:51:56 -04:00
|
|
|
|
<div class="channelHeader"></div>
|
|
|
|
|
|
2014-03-18 13:05:57 -04:00
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="viewSettings">
|
2014-05-03 00:20:04 -04:00
|
|
|
|
|
2014-09-30 00:47:30 -04:00
|
|
|
|
<h2 class="categoryTitle" style="margin: 0 1em 0 0; display: inline-block; vertical-align: middle; font-weight:300;"></h2>
|
2014-05-03 00:20:04 -04:00
|
|
|
|
|
2014-03-18 13:05:57 -04:00
|
|
|
|
<div class="listTopPaging">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="items" class="itemsContainer"></div>
|
|
|
|
|
</div>
|
2014-05-03 00:20:04 -04:00
|
|
|
|
<div data-role="popup" id="popupDialog" data-overlay-theme="b" data-theme="b" data-dismissible="false" style="max-width: 250px;" data-history="false">
|
|
|
|
|
<div style="padding: .5em 1.5em;">
|
2014-05-23 19:58:28 -04:00
|
|
|
|
<p style="color: #eee;">${MessageLoadingChannels}</p>
|
2014-05-03 00:20:04 -04:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2014-07-20 00:46:29 -04:00
|
|
|
|
<div data-role="panel" class="viewPanel" data-theme="a" data-position="right" data-display="overlay" data-position-fixed="true">
|
2014-05-03 00:20:04 -04:00
|
|
|
|
<form>
|
|
|
|
|
|
2014-07-20 00:46:29 -04: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>
|
2014-05-27 13:57:29 -04:00
|
|
|
|
|
2014-07-20 00:46:29 -04:00
|
|
|
|
<div class="tabView viewTab">
|
2014-05-03 00:20:04 -04:00
|
|
|
|
|
2014-07-20 00:46:29 -04:00
|
|
|
|
<div>
|
|
|
|
|
<label for="selectPageSize">${LabelPageSize}</label>
|
|
|
|
|
<select id="selectPageSize"></select>
|
2014-05-27 17:17:48 -04:00
|
|
|
|
</div>
|
2014-05-03 00:20:04 -04:00
|
|
|
|
|
2014-07-20 00:46:29 -04:00
|
|
|
|
</div>
|
|
|
|
|
<div class="tabFilter viewTab">
|
|
|
|
|
<fieldset data-role="controlgroup" class="filterControls">
|
|
|
|
|
<legend>
|
|
|
|
|
${HeaderFilters}
|
|
|
|
|
</legend>
|
|
|
|
|
<input class="chkStandardFilter" type="checkbox" name="chkPlayed" id="chkPlayed" data-filter="IsPlayed" data-mini="true">
|
|
|
|
|
<label for="chkPlayed">${OptionPlayed}</label>
|
2014-05-03 00:20:04 -04:00
|
|
|
|
|
2014-07-20 00:46:29 -04:00
|
|
|
|
<input class="chkStandardFilter" type="checkbox" name="chkUnplayed" id="chkUnplayed" data-filter="IsUnPlayed" data-mini="true">
|
|
|
|
|
<label for="chkUnplayed">${OptionUnplayed}</label>
|
2014-05-03 00:20:04 -04:00
|
|
|
|
|
2014-07-20 00:46:29 -04:00
|
|
|
|
<input class="chkStandardFilter" type="checkbox" name="chkResumable" id="chkResumable" data-filter="IsResumable" data-mini="true">
|
|
|
|
|
<label for="chkResumable">${OptionResumable}</label>
|
2014-05-03 00:20:04 -04:00
|
|
|
|
|
2014-07-20 00:46:29 -04:00
|
|
|
|
<input class="chkStandardFilter" type="checkbox" name="chkIsFavorite" id="chkIsFavorite" data-filter="IsFavorite" data-mini="true">
|
|
|
|
|
<label for="chkIsFavorite">${OptionFavorite}</label>
|
|
|
|
|
|
|
|
|
|
<input class="chkStandardFilter" type="checkbox" name="chkLikes" id="chkLikes" data-filter="Likes" data-mini="true">
|
|
|
|
|
<label for="chkLikes">${OptionLikes}</label>
|
2014-05-03 00:20:04 -04:00
|
|
|
|
|
2014-07-20 00:46:29 -04:00
|
|
|
|
<input class="chkStandardFilter" type="checkbox" name="chkDislikes" id="chkDislikes" data-filter="Dislikes" data-mini="true">
|
|
|
|
|
<label for="chkDislikes">${OptionDislikes}</label>
|
|
|
|
|
</fieldset>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="tabSort viewTab">
|
2014-05-27 13:57:29 -04:00
|
|
|
|
<fieldset data-role="controlgroup">
|
|
|
|
|
<legend>
|
2014-07-20 00:46:29 -04:00
|
|
|
|
${HeaderSortBy}
|
2014-05-27 13:57:29 -04:00
|
|
|
|
</legend>
|
|
|
|
|
|
2014-07-20 00:46:29 -04:00
|
|
|
|
<input class="radioSortBy defaultSort" type="radio" name="radioSortBy" id="radioDefaultSort" value="on" checked="checked" data-sortby="" data-mini="true">
|
|
|
|
|
<label for="radioDefaultSort">${OptionDefaultSort}</label>
|
2014-05-27 13:57:29 -04:00
|
|
|
|
|
2014-07-20 00:46:29 -04:00
|
|
|
|
<div class="sortbyName">
|
|
|
|
|
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
|
|
|
|
|
<label for="radioSortName">${OptionNameSort}</label>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="sortbyCommunityRating">
|
|
|
|
|
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioCommunityRating" value="off" data-sortby="CommunityRating" data-mini="true">
|
|
|
|
|
<label for="radioCommunityRating">${OptionCommunityRating}</label>
|
|
|
|
|
</div>
|
2014-05-03 00:20:04 -04:00
|
|
|
|
|
2014-07-20 00:46:29 -04:00
|
|
|
|
<div class="sortbyDateCreated">
|
|
|
|
|
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioDateCreated" value="off" data-sortby="DateCreated" data-mini="true">
|
|
|
|
|
<label for="radioDateCreated">${OptionDateAdded}</label>
|
|
|
|
|
</div>
|
2014-05-03 00:20:04 -04:00
|
|
|
|
|
2014-07-20 00:46:29 -04:00
|
|
|
|
<div class="sortbyPlayCount">
|
|
|
|
|
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioPlayCount" value="off" data-sortby="PlayCount" data-mini="true">
|
|
|
|
|
<label for="radioPlayCount">${OptionPlayCount}</label>
|
|
|
|
|
</div>
|
2014-05-03 00:20:04 -04:00
|
|
|
|
|
2014-07-20 00:46:29 -04:00
|
|
|
|
<div class="sortbyPremiereDate">
|
|
|
|
|
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioPremiereDate" value="off" data-sortby="PremiereDate" data-mini="true">
|
|
|
|
|
<label for="radioPremiereDate">${OptionReleaseDate}</label>
|
|
|
|
|
</div>
|
2014-05-03 00:20:04 -04:00
|
|
|
|
|
2014-07-20 00:46:29 -04:00
|
|
|
|
<div class="sortbyRuntime">
|
|
|
|
|
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioRuntime" value="off" data-sortby="Runtime" data-mini="true">
|
|
|
|
|
<label for="radioRuntime">${OptionRuntime}</label>
|
|
|
|
|
</div>
|
2014-05-03 00:20:04 -04:00
|
|
|
|
|
2014-07-20 00:46:29 -04:00
|
|
|
|
</fieldset>
|
|
|
|
|
<br />
|
|
|
|
|
<div class="sortOrderToggle">
|
|
|
|
|
<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>
|
|
|
|
|
</div>
|
2014-05-03 00:20:04 -04:00
|
|
|
|
</form>
|
|
|
|
|
</div>
|
2014-03-18 13:05:57 -04:00
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|