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="liveTvChannelsPage" data-role="page" class="page libraryPage" data-theme="b" data-view="livetv">
|
2013-11-14 15:22:46 -07:00
|
|
|
|
<div class="libraryViewNav">
|
|
|
|
|
<a href="livetvguide.html">Guide</a>
|
|
|
|
|
<a href="livetvchannels.html" class="ui-btn-active">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">Series</a>
|
2013-11-14 15:22:46 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div data-role="content">
|
2013-11-20 14:08:12 -07:00
|
|
|
|
<div class="viewSettings">
|
|
|
|
|
<div class="listTopPaging">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="items" class="itemsContainer"></div>
|
2013-11-14 15:22:46 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|