2013-12-14 08:49:11 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-04-01 15:23:07 -07:00
|
|
|
|
<title>${TitleMediaBrowser}</title>
|
2013-12-14 08:49:11 -07:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2013-12-24 11:37:29 -07:00
|
|
|
|
<div id="liveTvSeriesTimersPage" data-role="page" class="page libraryPage" data-theme="b" data-view="livetv">
|
2013-12-14 08:49:11 -07:00
|
|
|
|
<div class="libraryViewNav">
|
2014-04-01 15:23:07 -07:00
|
|
|
|
<a href="livetvsuggested.html">${TabSuggested}</a>
|
2014-04-05 08:02:50 -07:00
|
|
|
|
<a href="livetvguide.html">${TabGuide}</a>
|
|
|
|
|
<a href="livetvchannels.html">${TabChannels}</a>
|
|
|
|
|
<a href="livetvrecordings.html">${TabRecordings}</a>
|
|
|
|
|
<a href="livetvtimers.html">${TabScheduled}</a>
|
|
|
|
|
<a href="livetvseriestimers.html" class="ui-btn-active">${TabSeries}</a>
|
2013-12-14 08:49:11 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div data-role="content">
|
2014-01-10 22:49:18 -07:00
|
|
|
|
<div style="max-width: 600px; margin: 0 auto;">
|
2014-01-11 16:07:56 -07:00
|
|
|
|
|
|
|
|
|
<div style="text-align: right;">
|
2014-04-02 14:55:19 -07:00
|
|
|
|
<button data-mini="true" data-icon="sort" data-inline="true" onclick="$('#sortPanel', $(this).parents('.page')).panel( 'toggle' );">${ButtonSort}</button>
|
2014-01-11 16:07:56 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
2013-12-23 10:30:26 -07:00
|
|
|
|
<div id="items"></div>
|
|
|
|
|
</div>
|
2013-12-14 08:49:11 -07:00
|
|
|
|
</div>
|
2014-03-18 21:59:45 -07:00
|
|
|
|
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-position-fixed="true">
|
2014-01-11 16:07:56 -07:00
|
|
|
|
|
|
|
|
|
<form>
|
|
|
|
|
<fieldset data-role="controlgroup">
|
|
|
|
|
<legend>
|
2014-04-02 14:55:19 -07:00
|
|
|
|
<strong>${HeaderSortBy}</strong>
|
2014-01-11 16:07:56 -07:00
|
|
|
|
</legend>
|
|
|
|
|
|
|
|
|
|
<input class="radioSortBy defaultSort" type="radio" name="radioSortBy" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
|
2014-04-05 08:02:50 -07:00
|
|
|
|
<label for="radioSortName">${OptionNameSort}</label>
|
2014-01-11 16:07:56 -07:00
|
|
|
|
|
|
|
|
|
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioPriority" value="off" data-sortby="Priority" data-mini="true">
|
2014-04-05 08:02:50 -07:00
|
|
|
|
<label for="radioPriority">${OptionPriority}</label>
|
2014-01-11 16:07:56 -07:00
|
|
|
|
</fieldset>
|
|
|
|
|
|
|
|
|
|
<fieldset data-role="controlgroup">
|
|
|
|
|
<legend>
|
2014-04-02 14:55:19 -07:00
|
|
|
|
<strong>${HeaderSortOrder}</strong>
|
2014-01-11 16:07:56 -07:00
|
|
|
|
</legend>
|
|
|
|
|
|
|
|
|
|
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending" data-mini="true">
|
2014-04-02 14:55:19 -07:00
|
|
|
|
<label for="radioAscending">${OptionAscending}</label>
|
2014-01-11 16:07:56 -07:00
|
|
|
|
|
|
|
|
|
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioDescending" value="off" data-sortorder="Descending" data-mini="true">
|
2014-04-02 14:55:19 -07:00
|
|
|
|
<label for="radioDescending">${OptionDescending}</label>
|
2014-01-11 16:07:56 -07:00
|
|
|
|
</fieldset>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
|
2013-12-14 08:49:11 -07:00
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|