2013-03-31 22:44:37 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>Media Browser</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="tvRecommendedPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a">
|
|
|
|
|
<h1 class="libraryPageHeader"><a href="index.html" class="imageLink">
|
|
|
|
|
<img src="css/images/home.png"></a>TV Shows</h1>
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
|
2013-04-09 14:03:15 -07:00
|
|
|
|
<a href="tvrecommended.html" data-role="button" class="ui-btn-active">Suggested</a>
|
2013-04-01 20:28:20 -07:00
|
|
|
|
<a href="tvshows.html" data-role="button">Shows</a>
|
2013-04-11 12:36:50 -07:00
|
|
|
|
<a href="tvgenres.html" data-role="button">Genres</a>
|
2013-03-31 22:44:37 -07:00
|
|
|
|
<a href="#" data-role="button">Actors</a>
|
|
|
|
|
</div>
|
2013-04-01 20:28:20 -07:00
|
|
|
|
<div class="ehsContent">
|
2013-04-04 21:15:00 -07:00
|
|
|
|
<h1 class="listHeader firstListHeader">Latest Unwatched Episodes</h1>
|
2013-04-01 20:28:20 -07:00
|
|
|
|
|
|
|
|
|
<div id="recentlyAddedItems">
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="resumableSection" style="display: none;">
|
|
|
|
|
<h1 class="listHeader">Resume</h1>
|
|
|
|
|
|
|
|
|
|
<div id="resumableItems">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2013-03-31 22:44:37 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|