2013-12-14 08:49:11 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>Media Browser</title>
|
|
|
|
|
</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-01-06 09:48:43 -07:00
|
|
|
|
<a href="livetvsuggested.html">Suggested</a>
|
2013-12-14 08:49:11 -07:00
|
|
|
|
<a href="livetvguide.html">Guide</a>
|
|
|
|
|
<a href="livetvchannels.html">Channels</a>
|
|
|
|
|
<a href="livetvrecordings.html">Recordings</a>
|
2013-12-22 10:16:24 -07:00
|
|
|
|
<a href="livetvtimers.html">Scheduled</a>
|
2013-12-19 14:51:32 -07:00
|
|
|
|
<a href="livetvseriestimers.html" class="ui-btn-active">Series</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;">
|
|
|
|
|
<button data-mini="true" data-icon="sort" data-inline="true" onclick="$('#sortPanel', $(this).parents('.page')).panel( 'toggle' );">Sort</button>
|
|
|
|
|
</div>
|
|
|
|
|
|
2013-12-23 10:30:26 -07:00
|
|
|
|
<div id="items"></div>
|
|
|
|
|
</div>
|
2013-12-14 08:49:11 -07:00
|
|
|
|
</div>
|
2014-01-11 16:07:56 -07:00
|
|
|
|
<div data-role="panel" id="sortPanel" data-position="right" data-display="overlay" data-theme="a" data-position-fixed="true">
|
|
|
|
|
|
|
|
|
|
<form>
|
|
|
|
|
<fieldset data-role="controlgroup">
|
|
|
|
|
<legend>
|
|
|
|
|
<strong>Sort By:</strong>
|
|
|
|
|
</legend>
|
|
|
|
|
|
|
|
|
|
<input class="radioSortBy defaultSort" type="radio" name="radioSortBy" id="radioSortName" value="on" checked="checked" data-sortby="SortName" data-mini="true">
|
|
|
|
|
<label for="radioSortName">Name</label>
|
|
|
|
|
|
|
|
|
|
<input class="radioSortBy" type="radio" name="radioSortBy" id="radioPriority" value="off" data-sortby="Priority" data-mini="true">
|
|
|
|
|
<label for="radioPriority">Priority</label>
|
|
|
|
|
</fieldset>
|
|
|
|
|
|
|
|
|
|
<fieldset data-role="controlgroup">
|
|
|
|
|
<legend>
|
|
|
|
|
<strong>Sort Order:</strong>
|
|
|
|
|
</legend>
|
|
|
|
|
|
|
|
|
|
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioAscending" value="on" checked="checked" data-sortorder="Ascending" data-mini="true">
|
|
|
|
|
<label for="radioAscending">Ascending</label>
|
|
|
|
|
|
|
|
|
|
<input class="radioSortOrder" type="radio" name="radioSortOrder" id="radioDescending" value="off" data-sortorder="Descending" data-mini="true">
|
|
|
|
|
<label for="radioDescending">Descending</label>
|
|
|
|
|
</fieldset>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
|
2013-12-14 08:49:11 -07:00
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|