2013-02-20 20:33:05 -05:00
<!DOCTYPE html>
< html >
< head >
2015-03-21 14:12:12 -04:00
< title > Emby< / title >
2013-02-20 20:33:05 -05:00
< / head >
< body >
2015-06-20 23:35:22 -04:00
2015-06-28 22:05:46 -04:00
< div id = "indexPage" data-role = "page" class = "page homePage libraryPage allLibraryPage backdropPage" data-backdroptype = "movie,series,game,book" data-require = "scripts/sections,scripts/indexpage,paperbuttonstyle" >
2015-06-16 00:52:01 -04:00
2014-05-27 17:17:48 -04:00
< div class = "libraryViewNav scopedLibraryViewNav" >
2015-06-17 21:41:22 -04:00
< a href = "#" class = "ui-btn-active" > < i class = "material-icons" > home< / i > ${TabHome}< / a >
2015-06-29 14:45:42 -04:00
< a href = "#homeNextUpPage" > < i class = "material-icons" > navigate_next< / i > ${TabNextUp}< / a >
< a href = "#favoritesPage" > < i class = "material-icons" > favorite< / i > ${TabFavorites}< / a >
< a href = "#homeUpcomingPage" > < i class = "material-icons" > schedule< / i > ${TabUpcoming}< / a >
2014-05-27 17:17:48 -04:00
< / div >
2014-05-11 01:11:53 -04:00
2013-02-20 20:33:05 -05:00
< div data-role = "content" >
2014-05-07 14:38:50 -04:00
2014-06-04 22:32:40 -04:00
< div class = "ui-bar-b readOnlyContent welcomeMessage" style = "display: none; padding: 2em; border-radius: 10px; margin: 2em auto; font-weight: normal;" >
2015-01-11 13:36:26 -05:00
< h1 style = "margin-top: 0;" class = "tourHeader" > < / h1 >
2014-05-30 17:06:57 -04:00
< p >
2015-01-11 13:36:26 -05:00
< button class = "btnTakeTour" type = "button" data-icon = "arrow-r" data-iconpos = "right" > < span class = "tourButtonText" > < / span > < / button >
2014-05-30 17:06:57 -04:00
< / p >
< / div >
2014-08-01 22:34:45 -04:00
< div class = "ehsContent homeEhsContent" >
< div class = "sections" > < / div >
< / div >
2015-04-12 12:46:29 -04:00
< / div >
2013-02-20 20:33:05 -05:00
< / div >
2015-06-29 14:45:42 -04:00
< div id = "homeNextUpPage" data-role = "page" class = "page libraryPage backdropPage" data-backdroptype = "series" data-require = "scripts/homenextup,paperbuttonstyle" >
2015-06-20 23:35:22 -04:00
2015-06-29 14:45:42 -04:00
< div class = "libraryViewNav globalNav" >
< a href = "#indexPage" > < i class = "material-icons" > home< / i > ${TabHome}< / a >
< a href = "#" class = "ui-btn-active" > < i class = "material-icons" > navigate_next< / i > ${TabNextUp}< / a >
< a href = "#favoritesPage" > < i class = "material-icons" > favorite< / i > ${TabFavorites}< / a >
< a href = "#homeUpcomingPage" > < i class = "material-icons" > schedule< / i > ${TabUpcoming}< / a >
< / div >
< div data-role = "content" >
< div class = "ehsContent" >
< div id = "resumableSection" style = "display: none;" class = "scopedContent homePageSection" >
< div >
< h1 class = "listHeader" style = "display:inline-block;vertical-align:middle;" > ${HeaderResume}< / h1 >
< paper-button raised class = "submit mini categorySyncButton" data-category = "Resume" > < iron-icon icon = "refresh" > < / iron-icon > < span > ${ButtonSync}< / span > < / paper-button >
< / div >
< div id = "resumableItems" class = "itemsContainer" >
< / div >
< / div >
< 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 >
< / div >
< / div >
< div id = "favoritesPage" data-role = "page" class = "page libraryPage allLibraryPage backdropPage" data-backdroptype = "movie,series,game,book" data-require = "scripts/favorites,paperbuttonstyle" >
< div class = "libraryViewNav scopedLibraryViewNav" >
< a href = "#indexPage" > < i class = "material-icons" > home< / i > ${TabHome}< / a >
< a href = "#homeNextUpPage" > < i class = "material-icons" > navigate_next< / i > ${TabNextUp}< / a >
< a href = "#favoritesPage" class = "ui-btn-active" > < i class = "material-icons" > favorite< / i > ${TabFavorites}< / a >
< a href = "#homeUpcomingPage" > < i class = "material-icons" > schedule< / i > ${TabUpcoming}< / a >
< / div >
< div data-role = "content" >
< div class = "ehsContent" >
< div class = "sections" > < / div >
< / div >
< / div >
< / div >
< div id = "homeUpcomingPage" data-role = "page" class = "page libraryPage backdropPage" data-backdroptype = "series" data-require = "scripts/homeupcoming" >
< div class = "libraryViewNav globalNav" >
< a href = "#indexPage" > < i class = "material-icons" > home< / i > ${TabHome}< / a >
< a href = "#homeNextUpPage" > < i class = "material-icons" > navigate_next< / i > ${TabNextUp}< / a >
< a href = "#favoritesPage" > < i class = "material-icons" > favorite< / i > ${TabFavorites}< / a >
< a href = "#" class = "ui-btn-active" > < i class = "material-icons" > schedule< / i > ${TabUpcoming}< / a >
< / div >
< div data-role = "content" >
< div class = "ehsContent" >
< div id = "upcomingItems" class = "itemsContainer" >
< / div >
< div class = "noItemsMessage" style = "display: none;" >
< p > ${MessageNothingHere}< / p >
< p > < a href = "metadata.html" > ${MessagePleaseEnsureInternetMetadata}< / a > < / p >
< / div >
< / div >
< / div >
< / div >
2013-02-20 20:33:05 -05:00
< / body >
< / html >