2013-11-14 15:22:46 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>Media Browser</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2013-12-24 11:37:29 -07:00
|
|
|
|
<div id="liveTvRecordingsPage" data-role="page" class="page libraryPage" data-theme="b" data-view="livetv">
|
2013-11-14 15:22:46 -07:00
|
|
|
|
<div class="libraryViewNav">
|
2014-01-06 09:48:43 -07:00
|
|
|
|
<a href="livetvsuggested.html">Suggested</a>
|
2013-11-14 15:22:46 -07:00
|
|
|
|
<a href="livetvguide.html">Guide</a>
|
|
|
|
|
<a href="livetvchannels.html">Channels</a>
|
|
|
|
|
<a href="livetvrecordings.html" class="ui-btn-active">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">Series</a>
|
2013-11-14 15:22:46 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div data-role="content">
|
2013-12-28 22:32:03 -07:00
|
|
|
|
<table class="ehsContent">
|
|
|
|
|
<tr>
|
|
|
|
|
<td>
|
2014-01-01 11:26:31 -07:00
|
|
|
|
<div id="activeRecordings" style="display: none;">
|
|
|
|
|
<h1 class="listHeader">Active Recordings</h1>
|
|
|
|
|
<div class="recordingItems"></div>
|
|
|
|
|
<br />
|
|
|
|
|
</div>
|
2013-12-28 22:32:03 -07:00
|
|
|
|
<div id="latestRecordings" style="display: none;">
|
|
|
|
|
<h1 class="listHeader">Latest Recordings</h1>
|
2014-01-01 11:26:31 -07:00
|
|
|
|
<div class="recordingItems"></div>
|
|
|
|
|
<br />
|
2013-12-28 22:32:03 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div id="recordingGroups" style="display: none;">
|
2014-01-06 11:25:33 -07:00
|
|
|
|
<h1 class="listHeader"><a href="livetvrecordinglist.html">All Recordings<img src="css/images/rightarrow.png" class="headerArrowImage" /></a></h1>
|
2013-12-28 22:32:03 -07:00
|
|
|
|
<div id="recordingGroupItems"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
2013-11-14 15:22:46 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|