2013-11-14 17:22:46 -05:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-04-01 18:23:07 -04:00
|
|
|
|
<title>${TitleMediaBrowser}</title>
|
2013-11-14 17:22:46 -05:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2014-05-21 23:35:18 -04:00
|
|
|
|
<div id="liveTvChannelsPage" data-role="page" class="page libraryPage liveTvPage" data-theme="b" data-contextname="${HeaderLiveTv}">
|
2013-11-14 17:22:46 -05:00
|
|
|
|
<div class="libraryViewNav">
|
2014-04-01 18:23:07 -04:00
|
|
|
|
<a href="livetvsuggested.html">${TabSuggested}</a>
|
2014-04-05 11:02:50 -04:00
|
|
|
|
<a href="livetvguide.html">${TabGuide}</a>
|
|
|
|
|
<a href="livetvchannels.html" class="ui-btn-active">${TabChannels}</a>
|
|
|
|
|
<a href="livetvrecordings.html">${TabRecordings}</a>
|
|
|
|
|
<a href="livetvtimers.html">${TabScheduled}</a>
|
|
|
|
|
<a href="livetvseriestimers.html">${TabSeries}</a>
|
2013-11-14 17:22:46 -05:00
|
|
|
|
</div>
|
|
|
|
|
<div data-role="content">
|
2013-11-20 16:08:12 -05:00
|
|
|
|
<div class="viewSettings">
|
2014-05-23 19:58:28 -04:00
|
|
|
|
<div class="viewControls" data-role="controlgroup" data-type="horizontal">
|
|
|
|
|
<button data-mini="true" data-icon="filter" data-inline="true" data-iconpos="notext" title="${ButtonFilter}" onclick="$('#filterPanel', $(this).parents('.page')).panel( 'toggle' );">${ButtonFilter}</button>
|
|
|
|
|
</div>
|
2013-11-20 16:08:12 -05:00
|
|
|
|
<div class="listTopPaging">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="items" class="itemsContainer"></div>
|
2014-05-23 19:58:28 -04:00
|
|
|
|
|
|
|
|
|
<div data-role="popup" class="popupLoading" data-overlay-theme="b" data-theme="b" data-dismissible="false" style="max-width: 250px;" data-history="false">
|
|
|
|
|
<div style="padding: .5em 1.5em;">
|
|
|
|
|
<p style="color: #eee;">${MessageLoadingChannels}</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div data-role="panel" id="filterPanel" data-position="right" data-display="overlay" data-position-fixed="true">
|
|
|
|
|
<form>
|
|
|
|
|
<fieldset data-role="controlgroup">
|
|
|
|
|
<legend>
|
|
|
|
|
<strong>${HeaderFilters}</strong>
|
|
|
|
|
</legend>
|
|
|
|
|
<input class="chkStandardFilter" type="checkbox" id="chkFavorite" data-filter="IsFavorite" data-mini="true">
|
|
|
|
|
<label for="chkFavorite">${OptionFavorite}</label>
|
|
|
|
|
|
|
|
|
|
<input class="chkStandardFilter" type="checkbox" id="chkLikes" data-filter="Likes" data-mini="true">
|
|
|
|
|
<label for="chkLikes">${OptionLikes}</label>
|
|
|
|
|
|
|
|
|
|
<input class="chkStandardFilter" type="checkbox" id="chkDislikes" data-filter="Dislikes" data-mini="true">
|
|
|
|
|
<label for="chkDislikes">${OptionDislikes}</label>
|
|
|
|
|
</fieldset>
|
|
|
|
|
</form>
|
2013-11-14 17:22:46 -05:00
|
|
|
|
</div>
|
2014-05-23 19:58:28 -04:00
|
|
|
|
|
2013-11-14 17:22:46 -05:00
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|