2013-03-31 22:44:37 -07:00
<!DOCTYPE html>
< html >
< head >
2015-03-21 11:12:12 -07:00
< title > Emby< / title >
2013-03-31 22:44:37 -07:00
< / head >
< body >
2015-06-16 10:37:49 -07:00
< div id = "tvRecommendedPage" data-role = "page" class = "page libraryPage backdropPage" data-backdroptype = "series" data-require = "scripts/tvrecommended,paperbuttonstyle" >
2015-06-15 21:52:01 -07:00
< link rel = "import" href = "thirdparty/paper-button/paper-button.html" >
2014-05-29 12:34:20 -07:00
2014-06-14 16:13:09 -07:00
< div class = "libraryViewNav globalNav" style = "display: none;" >
2015-06-17 18:41:22 -07:00
< a href = "index.html" > < i class = "material-icons" > home< / i > ${TabHome}< / a >
< a href = "homelatest.html" > < i class = "material-icons" > new_releases< / i > ${TabLatest}< / a >
< a href = "#" class = "ui-btn-active" > < i class = "material-icons" > navigate_next< / i > ${TabNextUp}< / a >
< a href = "favorites.html" > < i class = "material-icons" > favorite< / i > ${TabFavorites}< / a >
< a href = "tvupcoming.html" > < i class = "material-icons" > schedule< / i > ${TabUpcoming}< / a >
2013-05-14 21:05:52 -07:00
< / div >
2014-06-14 16:13:09 -07:00
< div class = "libraryViewNav scopedLibraryViewNav" style = "display: none;" >
2015-04-02 09:26:42 -07:00
< a href = "tvrecommended.html" class = "ui-btn-active" > ${TabSuggestions}< / a >
2014-06-14 16:13:09 -07:00
< a href = "tvlatest.html" > ${TabLatest}< / a >
2014-07-10 21:27:46 -07:00
< a href = "tvupcoming.html" > ${TabUpcoming}< / a >
2014-06-14 16:13:09 -07:00
< a href = "tvshows.html" > ${TabShows}< / a >
2015-05-07 07:04:10 -07:00
< a href = "episodes.html" class = "tvEpisodesTab" > ${TabEpisodes}< / a >
2014-06-14 16:13:09 -07:00
< a href = "tvgenres.html" > ${TabGenres}< / a >
2015-05-07 07:04:10 -07:00
< a href = "tvpeople.html" class = "tvPeopleTab" > ${TabPeople}< / a >
< a href = "tvstudios.html" class = "tvStudiosTab" > ${TabNetworks}< / a >
2014-06-14 16:13:09 -07:00
< / div >
2013-03-31 22:44:37 -07:00
< div data-role = "content" >
2014-08-01 19:34:45 -07:00
< div class = "ehsContent" >
2013-04-01 20:28:20 -07:00
2015-05-15 08:46:20 -07:00
< div id = "resumableSection" style = "display: none;" class = "scopedContent homePageSection" >
< div >
2015-06-15 21:52:01 -07:00
< h1 class = "listHeader" style = "display:inline-block;vertical-align:middle;" > ${HeaderResume}< / h1 >
2015-06-17 23:23:44 -07:00
< paper-button raised class = "submit mini categorySyncButton" data-category = "Resume" > < iron-icon icon = "refresh" > < / iron-icon > < span > ${ButtonSync}< / span > < / paper-button >
2014-08-01 19:34:45 -07:00
< / div >
2014-06-15 16:30:04 -07:00
2015-05-15 08:46:20 -07:00
< div id = "resumableItems" class = "itemsContainer" >
< / div >
2014-08-01 19:34:45 -07:00
< / div >
2015-05-15 08:46:20 -07:00
< div class = "homePageSection" >
2014-12-18 21:20:07 -07:00
< div >
< h1 class = "listHeader nextUpHeader" style = "display:inline-block;vertical-align:middle;" > ${HeaderNextUp}< / h1 >
2015-06-17 23:23:44 -07:00
< paper-button raised class = "submit mini categorySyncButton" data-category = "NextUp" > < iron-icon icon = "refresh" > < / iron-icon > < span > ${ButtonSync}< / span > < / paper-button >
2014-12-18 21:20:07 -07:00
< / div >
2015-01-22 23:15:15 -07:00
< div id = "nextUpItems" class = "itemsContainer" >
2014-12-18 21:20:07 -07:00
< / div >
2014-08-01 19:34:45 -07:00
< / div >
< p class = "noNextUpItems" style = "display: none;" > ${NoNextUpItemsMessage}< / p >
< / div >
2013-03-31 22:44:37 -07:00
< / div >
< / div >
< / body >
< / html >