2016-03-16 16:38:01 -04:00
< div id = "indexPage" style = "outline: none;" data-role = "page" data-dom-cache = "true" class = "page homePage libraryPage allLibraryPage backdropPage pageWithAbsoluteTabs" data-title = "${ButtonHome}" data-backdroptype = "movie,series,game,book" >
2016-03-15 01:26:04 -04:00
2016-05-15 12:30:32 -04:00
< div class = "libraryViewNav" >
< button class = "pageTabButton is-active" data-index = "0" > ${TabHome}< / button >
< button class = "pageTabButton" data-index = "1" > ${TabNextUp}< / button >
< button class = "pageTabButton homeFavoritesTab" data-index = "2" > ${TabFavorites}< / button >
< button class = "pageTabButton" data-index = "3" > ${TabUpcoming}< / button >
< / div >
< div class = "is-active pageTabContent ehsContent" id = "homeTab" data-index = "0" >
2016-05-16 16:48:56 -04:00
< div class = "ui-bar-b readOnlyContent welcomeMessage hide" style = "padding: 2em; border-radius: 10px; margin: 2em auto; font-weight: normal;" >
2016-05-15 12:30:32 -04:00
< 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 >
2016-03-15 01:26:04 -04:00
< / div >
2016-05-15 12:30:32 -04:00
< div class = "sections" > < / div >
< / div >
< div class = "pageTabContent ehsContent" id = "nextUpTab" data-index = "1" >
< 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 = "sync" > < / iron-icon > < span > ${ButtonSync}< / span > < / paper-button >
< / div >
< div id = "nextUpItems" class = "itemsContainer" >
2016-03-24 14:11:03 -04:00
< / div >
< / div >
2016-05-16 16:48:56 -04:00
< p class = "noNextUpItems hide" > ${NoNextUpItemsMessage}< / p >
2016-05-15 12:30:32 -04:00
< / div >
< div class = "pageTabContent ehsContent" id = "favoritesTab" data-index = "2" >
< div class = "favoriteSections" > < / div >
< / div >
< div class = "pageTabContent ehsContent" id = "upcomingTab" data-index = "3" >
< div id = "upcomingItems" class = "itemsContainer" >
2016-03-24 14:11:03 -04:00
< / div >
2016-05-16 16:48:56 -04:00
< div class = "noItemsMessage hide" >
2016-05-15 12:30:32 -04:00
< p > ${MessageNothingHere}< / p >
< p >
< a href = "metadata.html" > ${MessagePleaseEnsureInternetMetadata}< / a >
< / p >
2016-03-24 14:11:03 -04:00
< / div >
2016-05-15 12:30:32 -04:00
2016-03-15 01:26:04 -04:00
< / div >
< div data-role = "content" >
< / div >
2016-03-16 01:33:31 -04:00
< / div >