2013-04-01 01:44:37 -04:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>Media Browser</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2013-05-14 01:36:36 -04:00
|
|
|
|
<div id="tvRecommendedPage" data-role="page" class="page libraryPage" data-theme="a" data-view="tvshows">
|
2013-04-01 01:44:37 -04:00
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
|
2013-04-09 17:03:15 -04:00
|
|
|
|
<a href="tvrecommended.html" data-role="button" class="ui-btn-active">Suggested</a>
|
2013-05-03 15:34:25 -04:00
|
|
|
|
<a href="tvnextup.html" data-role="button">Next up</a>
|
2013-04-01 23:28:20 -04:00
|
|
|
|
<a href="tvshows.html" data-role="button">Shows</a>
|
2013-04-11 15:36:50 -04:00
|
|
|
|
<a href="tvgenres.html" data-role="button">Genres</a>
|
2013-04-11 23:50:47 -04:00
|
|
|
|
<a href="tvpeople.html" data-role="button">Actors</a>
|
2013-04-11 18:33:49 -04:00
|
|
|
|
<a href="tvstudios.html" data-role="button">Networks</a>
|
2013-04-01 01:44:37 -04:00
|
|
|
|
</div>
|
2013-04-01 23:28:20 -04:00
|
|
|
|
|
2013-05-03 16:50:13 -04:00
|
|
|
|
<table class="ehsContent">
|
|
|
|
|
<tr>
|
|
|
|
|
<td>
|
|
|
|
|
<h1 class="listHeader firstListHeader">Latest Unwatched Episodes</h1>
|
2013-04-01 23:28:20 -04:00
|
|
|
|
|
2013-05-03 16:50:13 -04:00
|
|
|
|
<div id="recentlyAddedItems">
|
|
|
|
|
</div>
|
2013-04-01 23:28:20 -04:00
|
|
|
|
|
2013-05-03 16:50:13 -04:00
|
|
|
|
<div id="resumableSection" style="display: none;">
|
|
|
|
|
<h1 class="listHeader">Resume</h1>
|
|
|
|
|
|
|
|
|
|
<div id="resumableItems">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
2013-04-01 01:44:37 -04:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|