2013-02-20 18:33:05 -07:00
<!DOCTYPE html>
< html >
< head >
2015-03-21 11:12:12 -07:00
< title > Emby< / title >
2013-02-20 18:33:05 -07:00
< / head >
< body >
2015-06-20 20:35:22 -07:00
2015-07-09 20:00:03 -07:00
< div id = "indexPage" data-role = "page" class = "page homePage libraryPage allLibraryPage backdropPage pageWithAbsoluteTabs" data-title = "${ButtonHome}" data-backdroptype = "movie,series,game,book" data-require = "scripts/sections,scripts/indexpage,scripts/homenextup,scripts/favorites,scripts/homeupcoming,paperbuttonstyle" >
2015-06-15 21:52:01 -07:00
2015-07-01 22:08:05 -07:00
< div class = "libraryViewNav libraryViewNavWithMinHeight" >
2015-07-01 08:47:41 -07:00
< paper-tabs style = "display:none;" >
2015-07-09 21:44:21 -07:00
< paper-tab > < iron-icon icon = "home" > < / iron-icon > ${TabHome}< / paper-tab >
< paper-tab > < iron-icon icon = "navigate-next" > < / iron-icon > ${TabNextUp}< / paper-tab >
< paper-tab > < iron-icon icon = "favorite" > < / iron-icon > ${TabFavorites}< / paper-tab >
< paper-tab > < iron-icon icon = "schedule" > < / iron-icon > ${TabUpcoming}< / paper-tab >
2015-07-01 08:47:41 -07:00
< / paper-tabs >
< div class = "legacyTabs" style = "display:none;" >
2015-07-09 21:44:21 -07:00
< a href = "index.html" class = "ui-btn-active" > < iron-icon icon = "home" > < / iron-icon > ${TabHome}< / a >
< a href = "index.html?tab=1" > < iron-icon icon = "navigate-next" > < / iron-icon > ${TabNextUp}< / a >
< a href = "index.html?tab=2" > < iron-icon icon = "favorite" > < / iron-icon > ${TabFavorites}< / a >
< a href = "index.html?tab=3" > < iron-icon icon = "schedule" > < / iron-icon > ${TabUpcoming}< / a >
2015-07-01 08:47:41 -07:00
< / div >
2014-05-27 14:17:48 -07:00
< / div >
2014-05-10 22:11:53 -07:00
2015-07-01 08:47:41 -07:00
< div class = "pageBackground" > < / div >
< div class = "ehsContent" >
2015-07-01 22:08:05 -07:00
< neon-animated-pages >
2015-07-01 08:47:41 -07:00
< neon-animatable >
< div class = "pageTabContent homeTabContent" >
2015-07-13 14:26:11 -07:00
< div class = "ui-bar-b readOnlyContent welcomeMessage" style = "display: none; padding: 2em; border-radius: 10px; margin: 2em auto; font-weight: normal;" >
< h1 style = "margin-top: 0;" class = "tourHeader" > < / h1 >
< p >
< paper-button raised class = "submit block btnTakeTour" > < iron-icon icon = "check" > < / iron-icon > < span class = "tourButtonText" > < / span > < / paper-button >
< / p >
< / div >
2015-07-01 08:47:41 -07:00
< div class = "sections" > < / div >
< / div >
< / neon-animatable >
< neon-animatable >
< div class = "pageTabContent homeNextUpTabContent" >
< div class = "homePageSection" >
< div >
< h1 class = "listHeader nextUpHeader" style = "display:inline-block;vertical-align:middle;" > ${HeaderNextUp}< / h1 >
< paper-button raised class = "submit mini categorySyncButton" data-category = "NextUp" > < iron-icon icon = "refresh" > < / iron-icon > < span > ${ButtonSync}< / span > < / paper-button >
< / div >
< div id = "nextUpItems" class = "itemsContainer" >
< / div >
< / div >
< p class = "noNextUpItems" style = "display: none;" > ${NoNextUpItemsMessage}< / p >
< / div >
< / neon-animatable >
< neon-animatable >
< div class = "pageTabContent homeFavoritesTabContent" >
< div class = "sections" > < / div >
< / div >
< / neon-animatable >
< neon-animatable >
< div class = "pageTabContent homeUpcomingTabContent" >
2015-07-12 12:33:00 -07:00
< div id = "upcomingItems" >
2015-07-01 08:47:41 -07:00
< / div >
< div class = "noItemsMessage" style = "display: none;" >
< p > ${MessageNothingHere}< / p >
< p > < a href = "metadata.html" > ${MessagePleaseEnsureInternetMetadata}< / a > < / p >
< / div >
< / div >
< / neon-animatable >
< / neon-animated-pages >
< / div >
2014-05-30 14:06:57 -07:00
2015-07-01 08:47:41 -07:00
< div data-role = "content" >
2015-04-12 09:46:29 -07:00
< / div >
2013-02-20 18:33:05 -07:00
< / div >
< / body >
< / html >