2013-04-01 01:44:37 -04:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-04-01 18:23:07 -04:00
|
|
|
|
<title>${TitleMediaBrowser}</title>
|
2013-04-01 01:44:37 -04:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-01-18 00:45:10 -05:00
|
|
|
|
<div id="tvRecommendedPage" data-role="page" class="page libraryPage backdropPage" data-backdroptype="series">
|
2014-05-29 15:34:20 -04:00
|
|
|
|
|
2014-06-14 19:13:09 -04:00
|
|
|
|
<div class="libraryViewNav globalNav" style="display: none;">
|
2014-05-29 15:34:20 -04:00
|
|
|
|
<a href="index.html">${TabHome}</a>
|
2014-06-23 12:05:19 -04:00
|
|
|
|
<a href="homelatest.html">${TabLatest}</a>
|
2014-06-01 00:11:04 -04:00
|
|
|
|
<a href="#" class="ui-btn-active">${TabNextUp}</a>
|
2014-05-29 15:34:20 -04:00
|
|
|
|
<a href="favorites.html">${TabFavorites}</a>
|
2014-04-01 18:23:07 -04:00
|
|
|
|
<a href="tvupcoming.html">${TabUpcoming}</a>
|
2013-05-15 00:05:52 -04:00
|
|
|
|
</div>
|
2014-06-14 19:13:09 -04:00
|
|
|
|
<div class="libraryViewNav scopedLibraryViewNav" style="display: none;">
|
|
|
|
|
<a href="tvrecommended.html" class="ui-btn-active">${TabSuggested}</a>
|
|
|
|
|
<a href="tvlatest.html">${TabLatest}</a>
|
2014-07-11 00:27:46 -04:00
|
|
|
|
<a href="tvupcoming.html">${TabUpcoming}</a>
|
2014-06-14 19:13:09 -04:00
|
|
|
|
<a href="tvshows.html">${TabShows}</a>
|
|
|
|
|
<a href="episodes.html">${TabEpisodes}</a>
|
|
|
|
|
<a href="tvgenres.html">${TabGenres}</a>
|
|
|
|
|
<a href="tvpeople.html">${TabPeople}</a>
|
|
|
|
|
<a href="tvstudios.html">${TabNetworks}</a>
|
|
|
|
|
</div>
|
2013-04-01 01:44:37 -04:00
|
|
|
|
<div data-role="content">
|
2014-08-01 22:34:45 -04:00
|
|
|
|
<div class="ehsContent">
|
2013-04-01 23:28:20 -04:00
|
|
|
|
|
2014-08-01 22:34:45 -04:00
|
|
|
|
<div class="scopedContent">
|
|
|
|
|
<div id="resumableSection" style="display: none;">
|
2014-12-18 23:20:07 -05:00
|
|
|
|
<div>
|
|
|
|
|
<h1 class="listHeader firstListHeader" style="display:inline-block;vertical-align:middle;">${HeaderResume}</h1>
|
|
|
|
|
<a href="#" class="accentButton categorySyncButton" data-category="Resume"><i class="fa fa-cloud"></i>${ButtonSync}</a>
|
|
|
|
|
</div>
|
2014-06-15 19:30:04 -04:00
|
|
|
|
|
2015-01-23 01:15:15 -05:00
|
|
|
|
<div id="resumableItems" class="itemsContainer">
|
2014-06-15 19:30:04 -04:00
|
|
|
|
</div>
|
2014-08-01 22:34:45 -04:00
|
|
|
|
</div>
|
2014-06-15 19:30:04 -04:00
|
|
|
|
|
2014-08-01 22:34:45 -04:00
|
|
|
|
</div>
|
2014-12-18 23:20:07 -05:00
|
|
|
|
|
|
|
|
|
<div>
|
|
|
|
|
<div>
|
|
|
|
|
<h1 class="listHeader nextUpHeader" style="display:inline-block;vertical-align:middle;">${HeaderNextUp}</h1>
|
|
|
|
|
<a href="#" class="accentButton categorySyncButton" data-category="NextUp"><i class="fa fa-cloud"></i>${ButtonSync}</a>
|
|
|
|
|
</div>
|
2015-01-23 01:15:15 -05:00
|
|
|
|
<div id="nextUpItems" class="itemsContainer">
|
2014-12-18 23:20:07 -05:00
|
|
|
|
</div>
|
2014-08-01 22:34:45 -04:00
|
|
|
|
</div>
|
|
|
|
|
<p class="noNextUpItems" style="display: none;">${NoNextUpItemsMessage}</p>
|
|
|
|
|
</div>
|
2013-04-01 01:44:37 -04:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|