2013-11-27 12:04:19 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>Media Browser</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="liveTvTimersPage" data-role="page" class="page libraryPage" data-theme="a" data-view="livetv">
|
|
|
|
|
<div class="libraryViewNav">
|
|
|
|
|
<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" class="ui-btn-active">Scheduled</a>
|
2013-12-19 14:51:32 -07:00
|
|
|
|
<a href="livetvseriestimers.html">Series</a>
|
2013-11-27 12:04:19 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div data-role="content">
|
2013-11-30 23:25:19 -07:00
|
|
|
|
<br />
|
2013-11-27 12:04:19 -07:00
|
|
|
|
<div id="items" class="itemsContainer"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|