2014-01-01 11:26:31 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>Media Browser</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="liveTvRecordingListPage" data-role="page" class="page libraryPage" data-theme="b" data-view="livetv">
|
|
|
|
|
<div class="libraryViewNav">
|
2014-01-06 09:48:43 -07:00
|
|
|
|
<a href="livetvsuggested.html">Suggested</a>
|
2014-01-01 11:26:31 -07:00
|
|
|
|
<a href="livetvguide.html">Guide</a>
|
|
|
|
|
<a href="livetvchannels.html">Channels</a>
|
|
|
|
|
<a href="livetvrecordings.html" class="ui-btn-active">Recordings</a>
|
|
|
|
|
<a href="livetvtimers.html">Scheduled</a>
|
|
|
|
|
<a href="livetvseriestimers.html">Series</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div data-role="content">
|
2014-01-01 20:53:27 -07:00
|
|
|
|
<h1 class="listName" style="text-align: center;"></h1>
|
2014-01-01 11:26:31 -07:00
|
|
|
|
<div class="viewSettings">
|
|
|
|
|
<div class="viewControls">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="listTopPaging">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="items" class="itemsContainer"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|