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