2013-10-24 13:49:24 -04:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>Media Browser</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2013-12-24 13:37:29 -05:00
|
|
|
|
<div id="tvUpcomingPage" data-role="page" class="page libraryPage" data-theme="b" data-view="tv">
|
2013-10-24 13:49:24 -04:00
|
|
|
|
<div class="libraryViewNav">
|
|
|
|
|
<a href="tvrecommended.html">Suggested</a>
|
2014-02-23 00:52:30 -05:00
|
|
|
|
<a href="tvlatest.html">Latest</a>
|
2013-10-24 13:49:24 -04:00
|
|
|
|
<a href="tvupcoming.html" class="ui-btn-active">Upcoming</a>
|
|
|
|
|
<a href="tvshows.html">Shows</a>
|
|
|
|
|
<a href="episodes.html">Episodes</a>
|
|
|
|
|
<a href="tvgenres.html">Genres</a>
|
2013-12-27 16:10:06 -05:00
|
|
|
|
<a href="tvpeople.html">People</a>
|
2013-10-24 13:49:24 -04:00
|
|
|
|
<a href="tvstudios.html">Networks</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
<table class="ehsContent">
|
|
|
|
|
<tr>
|
|
|
|
|
<td>
|
|
|
|
|
<div id="upcomingItems">
|
|
|
|
|
</div>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|