2016-06-04 17:17:35 -07:00
< div id = "moviesPage" data-role = "page" data-dom-cache = "true" class = "page libraryPage backdropPage collectionEditorPage pageWithAbsoluteTabs" data-backdroptype = "movie" >
2015-06-15 21:52:01 -07:00
2016-05-15 09:30:32 -07:00
< div class = "libraryViewNav" >
< button class = "pageTabButton is-active" data-index = "0" > ${TabSuggestions}< / button >
< button class = "pageTabButton" data-index = "1" > ${TabMovies}< / button >
< button class = "pageTabButton movieTrailersTab" data-index = "2" > ${TabTrailers}< / button >
< button class = "pageTabButton" data-index = "3" > ${TabCollections}< / button >
< button class = "pageTabButton" data-index = "4" > ${TabGenres}< / button >
< button class = "pageTabButton movieStudiosTab" data-index = "5" > ${TabStudios}< / button >
< / div >
< div class = "is-active pageTabContent ehsContent" id = "suggestionsTab" data-index = "0" >
2016-05-23 10:54:38 -07:00
< div id = "resumableSection" class = "homePageSection hide" >
2016-05-15 09:30:32 -07:00
< 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 = "sync" > < / iron-icon > < span > ${ButtonSync}< / span > < / paper-button >
2016-05-09 12:27:38 -07:00
< / div >
2015-08-15 11:17:22 -07:00
2016-05-15 09:30:32 -07:00
< div id = "resumableItems" class = "itemsContainer noautoinit" >
2016-03-24 11:11:03 -07:00
< / div >
2016-05-15 09:30:32 -07:00
< / div >
2016-03-15 22:33:31 -07:00
2016-05-15 09:30:32 -07:00
< div class = "homePageSection" >
< div >
< h1 class = "listHeader" style = "display:inline-block;vertical-align:middle;" > ${HeaderLatestMovies}< / h1 >
< paper-button raised class = "submit mini categorySyncButton" data-category = "Latest" > < iron-icon icon = "sync" > < / iron-icon > < span > ${ButtonSync}< / span > < / paper-button >
2016-03-24 11:11:03 -07:00
< / div >
2016-05-15 09:30:32 -07:00
< div id = "recentlyAddedItems" class = "itemsContainer noautoinit" >
2016-03-24 11:11:03 -07:00
< / div >
< / div >
2016-05-15 09:30:32 -07:00
< div class = "recommendations homePageSection" >
< / div >
2016-05-23 10:54:38 -07:00
< div class = "noItemsMessage hide" >
2016-05-15 09:30:32 -07:00
< br / >
< p > ${MessageNoMovieSuggestionsAvailable}< / p >
< / div >
< / div >
< div class = "pageTabContent ehsContent" id = "moviesTab" data-index = "1" >
< div class = "alphabetPicker" >
2016-03-24 11:11:03 -07:00
< / div >
2016-05-15 09:30:32 -07:00
< div class = "viewSettings" >
< div class = "listTopPaging" >
2016-03-24 11:11:03 -07:00
< / div >
2016-05-15 09:30:32 -07:00
< / div >
< div class = "itemsContainer" style = "text-align:center;" > < / div >
< / div >
< div class = "pageTabContent ehsContent" id = "trailersTab" data-index = "2" >
< div class = "alphabetPicker" >
< / div >
< div class = "viewSettings" >
< div class = "listTopPaging" >
2016-03-24 11:11:03 -07:00
< / div >
< / div >
2016-05-15 09:30:32 -07:00
< div class = "itemsContainer" style = "text-align:center;" > < / div >
< p class = "noItemsMessage" style = "display:none;text-align:center;" > ${MessageNoTrailersFound}< / p >
< / div >
< div class = "pageTabContent ehsContent" id = "collectionsTab" data-index = "3" >
< div class = "viewSettings" >
2016-03-15 22:33:31 -07:00
2016-05-15 09:30:32 -07:00
< div class = "listTopPaging" >
2016-03-24 11:11:03 -07:00
< / div >
2016-05-18 14:46:56 -07:00
< button type = "button" is = "paper-icon-button-light" class = "btnNewCollection" > < iron-icon icon = "add" > < / iron-icon > < / button >
2016-03-24 11:11:03 -07:00
< / div >
2016-05-15 09:30:32 -07:00
< div class = "itemsContainer" style = "text-align:center;" > < / div >
< div class = "noItemsMessage" style = "display: none; text-align: center;" >
< p > ${MessageNoCollectionsAvailable}< / p >
< / div >
< / div >
< div class = "pageTabContent ehsContent" id = "genresTab" data-index = "4" >
< div class = "viewSettings" >
< div class = "listTopPaging" >
2016-03-24 11:11:03 -07:00
< / div >
< / div >
2016-05-15 09:30:32 -07:00
< div class = "itemsContainer" > < / div >
< / div >
< div class = "pageTabContent ehsContent" id = "studiosTab" data-index = "5" >
< div class = "viewSettings" >
< div class = "listTopPaging" >
2016-03-24 11:11:03 -07:00
< / div >
< / div >
2016-05-15 09:30:32 -07:00
< div class = "itemsContainer" style = "text-align:center;" > < / div >
2016-03-15 22:33:31 -07:00
< / div >
2015-08-15 11:17:22 -07:00
2016-03-15 22:33:31 -07:00
< div data-role = "content" >
2015-08-15 11:17:22 -07:00
2013-03-31 22:44:37 -07:00
< / div >
2016-03-15 22:33:31 -07:00
< / div >