2013-05-01 06:45:25 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>Media Browser</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2013-10-17 08:35:53 -07:00
|
|
|
|
<div id="tvNextUpPage" data-role="page" class="page libraryPage" data-theme="a" data-view="tv">
|
2013-05-14 21:05:52 -07:00
|
|
|
|
<div class="libraryViewNav">
|
|
|
|
|
<a href="tvrecommended.html">Suggested</a>
|
|
|
|
|
<a href="tvnextup.html" class="ui-btn-active">Next up</a>
|
2013-10-24 10:49:24 -07:00
|
|
|
|
<a href="tvupcoming.html">Upcoming</a>
|
2013-05-14 21:05:52 -07:00
|
|
|
|
<a href="tvshows.html">Shows</a>
|
2013-09-13 13:45:27 -07:00
|
|
|
|
<a href="episodes.html">Episodes</a>
|
2013-05-14 21:05:52 -07:00
|
|
|
|
<a href="tvgenres.html">Genres</a>
|
|
|
|
|
<a href="tvpeople.html">Actors</a>
|
|
|
|
|
<a href="tvstudios.html">Networks</a>
|
|
|
|
|
</div>
|
2013-05-01 06:45:25 -07:00
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="ehsContent">
|
|
|
|
|
<h1 class="listHeader">Next Episodes to Watch</h1>
|
|
|
|
|
<div id="nextUpItems">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|