2016-06-04 17:17:35 -07: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-14 22:26:04 -07:00
2016-05-15 09:30:32 -07: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 13:48:56 -07:00
< div class = "ui-bar-b readOnlyContent welcomeMessage hide" style = "padding: 2em; border-radius: 10px; margin: 2em auto; font-weight: normal;" >
2016-05-15 09:30:32 -07: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-14 22:26:04 -07:00
< / div >
2016-05-15 09:30:32 -07: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 11:11:03 -07:00
< / div >
< / div >
2016-05-16 13:48:56 -07:00
< p class = "noNextUpItems hide" > ${NoNextUpItemsMessage}< / p >
2016-05-15 09:30:32 -07: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" >
2016-05-29 19:15:32 -07:00
< div id = "upcomingItems" >
2016-03-24 11:11:03 -07:00
< / div >
2016-05-16 13:48:56 -07:00
< div class = "noItemsMessage hide" >
2016-05-15 09:30:32 -07:00
< p > ${MessageNothingHere}< / p >
< p >
< a href = "metadata.html" > ${MessagePleaseEnsureInternetMetadata}< / a >
< / p >
2016-03-24 11:11:03 -07:00
< / div >
2016-05-15 09:30:32 -07:00
2016-03-14 22:26:04 -07:00
< / div >
< div data-role = "content" >
< / div >
2016-03-15 22:33:31 -07:00
< / div >