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="liveTvGuidePage" 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" class="ui-btn-active">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">Series</a>
|
2013-11-14 15:22:46 -07:00
|
|
|
|
</div>
|
2014-01-06 06:33:14 -07:00
|
|
|
|
<div data-role="content" style="padding-top: 5px;">
|
2014-01-05 18:59:21 -07:00
|
|
|
|
|
|
|
|
|
<div>
|
2014-01-10 06:52:01 -07:00
|
|
|
|
<div style="text-align: center;">
|
2014-01-07 11:39:35 -07:00
|
|
|
|
<select id="selectDate" data-mini="true" data-icon="calendar" data-inline="true">
|
2014-01-06 06:33:14 -07:00
|
|
|
|
<option>Today</option>
|
|
|
|
|
</select>
|
2014-01-10 06:52:01 -07:00
|
|
|
|
<div style="display: inline-block; vertical-align: middle;">
|
|
|
|
|
Channels
|
|
|
|
|
</div>
|
|
|
|
|
<div style="display: inline-block; vertical-align: middle;" class="channelPaging">
|
|
|
|
|
</div>
|
2014-01-06 06:33:14 -07:00
|
|
|
|
</div>
|
2014-01-05 18:59:21 -07:00
|
|
|
|
|
2014-01-17 22:55:21 -07:00
|
|
|
|
<div style="text-align: center;">
|
|
|
|
|
<div style="position: relative; margin: 0 auto; display: inline-block; text-align: left; max-width:100%;">
|
|
|
|
|
|
|
|
|
|
<div style="white-space:nowrap;">
|
|
|
|
|
<div class="channelTimeslotHeader"> </div>
|
|
|
|
|
<div class="timeslotHeaders"></div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div style="white-space:nowrap;">
|
|
|
|
|
<div class="channelList"></div>
|
|
|
|
|
<div class="programGrid"></div>
|
|
|
|
|
</div>
|
2014-01-06 06:33:14 -07:00
|
|
|
|
</div>
|
2014-01-05 18:59:21 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2013-11-14 15:22:46 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|