2013-05-01 09:45:25 -04:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>Media Browser</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2013-12-24 13:37:29 -05:00
|
|
|
|
<div id="tvNextUpPage" data-role="page" class="page libraryPage" data-theme="b" data-view="tv">
|
2013-05-15 00:05:52 -04:00
|
|
|
|
<div class="libraryViewNav">
|
|
|
|
|
<a href="tvrecommended.html">Suggested</a>
|
|
|
|
|
<a href="tvnextup.html" class="ui-btn-active">Next up</a>
|
2013-10-24 13:49:24 -04:00
|
|
|
|
<a href="tvupcoming.html">Upcoming</a>
|
2013-05-15 00:05:52 -04:00
|
|
|
|
<a href="tvshows.html">Shows</a>
|
2013-09-13 16:45:27 -04:00
|
|
|
|
<a href="episodes.html">Episodes</a>
|
2013-05-15 00:05:52 -04:00
|
|
|
|
<a href="tvgenres.html">Genres</a>
|
2013-12-27 16:10:06 -05:00
|
|
|
|
<a href="tvpeople.html">People</a>
|
2013-05-15 00:05:52 -04:00
|
|
|
|
<a href="tvstudios.html">Networks</a>
|
|
|
|
|
</div>
|
2013-05-01 09:45:25 -04:00
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="ehsContent">
|
2013-12-27 21:46:32 -05:00
|
|
|
|
<br />
|
2013-05-01 09:45:25 -04:00
|
|
|
|
<div id="nextUpItems">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|