2013-05-01 09:45:25 -04:00
<!DOCTYPE html>
< html >
< head >
2015-03-21 14:12:12 -04:00
< title > Emby< / title >
2013-05-01 09:45:25 -04:00
< / head >
< body >
2015-06-16 13:37:49 -04:00
< div id = "tvNextUpPage" data-role = "page" class = "page libraryPage backdropPage" data-backdroptype = "series" data-require = "scripts/tvlatest,paperbuttonstyle" >
2015-06-16 00:52:01 -04:00
2014-05-01 22:54:33 -04:00
< div class = "libraryViewNav scopedLibraryViewNav" >
2015-06-18 14:29:44 -04:00
< a href = "tvrecommended.html" > < i class = "material-icons" > info< / i > ${TabSuggestions}< / a >
< a href = "#" class = "ui-btn-active" > < i class = "material-icons" > new_releases< / i > ${TabLatest}< / a >
< a href = "tvupcoming.html" > < i class = "material-icons" > schedule< / i > ${TabUpcoming}< / a >
< a href = "tvshows.html" > < i class = "material-icons" > live_tv< / i > ${TabShows}< / a >
< a href = "episodes.html" class = "tvEpisodesTab" > < i class = "material-icons" > slideshow< / i > ${TabEpisodes}< / a >
< a href = "tvgenres.html" > < i class = "material-icons" > video_library< / i > ${TabGenres}< / a >
< a href = "tvpeople.html" class = "tvPeopleTab" > < i class = "material-icons" > people< / i > ${TabPeople}< / a >
< a href = "tvstudios.html" class = "tvStudiosTab" > < i class = "material-icons" > account_box< / i > ${TabNetworks}< / a >
2013-05-15 00:05:52 -04:00
< / div >
2013-05-01 09:45:25 -04:00
< div data-role = "content" >
< div class = "ehsContent" >
2015-06-16 00:52:01 -04:00
< div class = "homePageSection" >
< div >
< h1 class = "listHeader" style = "display:inline-block;vertical-align:middle;" > ${HeaderLatestEpisodes}< / h1 >
2015-06-18 02:23:44 -04:00
< paper-button raised class = "submit mini categorySyncButton" data-category = "Latest" > < iron-icon icon = "refresh" > < / iron-icon > < span > ${ButtonSync}< / span > < / paper-button >
2015-06-16 00:52:01 -04:00
< / div >
< div id = "latestEpisodes" class = "itemsContainer" >
< / div >
2013-05-01 09:45:25 -04:00
< / div >
< / div >
< / div >
< / div >
< / body >
< / html >