2013-03-31 22:44:37 -07:00
<!DOCTYPE html>
< html >
< head >
2015-03-21 11:12:12 -07:00
< title > Emby< / title >
2013-03-31 22:44:37 -07:00
< / head >
< body >
2015-06-16 10:37:49 -07:00
< div id = "moviesRecommendedPage" data-role = "page" class = "page libraryPage backdropPage" data-backdroptype = "movie" data-require = "scripts/moviesrecommended,paperbuttonstyle" >
2015-06-15 21:52:01 -07:00
< link rel = "import" href = "thirdparty/paper-button/paper-button.html" >
2013-05-14 21:05:52 -07:00
2014-05-01 19:54:33 -07:00
< div class = "libraryViewNav scopedLibraryViewNav" >
2015-04-02 09:26:42 -07:00
< a href = "#" class = "ui-btn-active" > ${TabSuggestions}< / a >
2014-04-03 15:50:04 -07:00
< a href = "movies.html" > ${TabMovies}< / a >
2015-05-07 15:27:01 -07:00
< a href = "movietrailers.html" class = "movieTrailersTab" > ${TabTrailers}< / a >
2014-07-04 22:21:13 -07:00
< a href = "collections.html?context=movies" > ${TabCollections}< / a >
2014-04-01 15:23:07 -07:00
< a href = "moviegenres.html" > ${TabGenres}< / a >
2015-05-07 07:04:10 -07:00
< a href = "moviepeople.html" class = "moviePeopleTab" > ${TabPeople}< / a >
< a href = "moviestudios.html" class = "movieStudiosTab" > ${TabStudios}< / a >
2013-05-14 21:05:52 -07:00
< / div >
2013-03-31 22:44:37 -07:00
< div data-role = "content" >
2014-08-01 19:34:45 -07:00
< div class = "ehsContent" >
2015-05-16 12:09:02 -07:00
< div id = "resumableSection" style = "display: none;" class = "homePageSection" >
2014-12-18 21:20:07 -07:00
< div >
< h1 class = "listHeader" style = "display:inline-block;vertical-align:middle;" > ${HeaderResume}< / h1 >
2015-06-17 23:23:44 -07:00
< paper-button raised class = "submit mini categorySyncButton" data-category = "Resume" > < iron-icon icon = "refresh" > < / iron-icon > < span > ${ButtonSync}< / span > < / paper-button >
2014-12-18 21:20:07 -07:00
< / div >
2013-03-31 22:44:37 -07:00
2015-01-22 23:15:15 -07:00
< div id = "resumableItems" class = "itemsContainer" >
2014-08-01 19:34:45 -07:00
< / div >
< / div >
2013-04-04 21:15:00 -07:00
2015-05-16 12:09:02 -07:00
< div class = "homePageSection" >
< div >
< h1 class = "listHeader" style = "display:inline-block;vertical-align:middle;" > ${HeaderLatestMovies}< / h1 >
2015-06-17 23:23:44 -07:00
< paper-button raised class = "submit mini categorySyncButton" data-category = "Latest" > < iron-icon icon = "refresh" > < / iron-icon > < span > ${ButtonSync}< / span > < / paper-button >
2015-05-16 12:09:02 -07:00
< / div >
2015-04-02 09:26:42 -07:00
2015-05-16 12:09:02 -07:00
< div id = "recentlyAddedItems" class = "itemsContainer" >
< / div >
2015-04-02 09:26:42 -07:00
< / div >
2015-05-16 12:09:02 -07:00
< div class = "recommendations homePageSection" >
2014-08-01 19:34:45 -07:00
< / div >
< div class = "noItemsMessage" style = "display: none;" >
< br / >
< p > ${MessageNoMovieSuggestionsAvailable}< / p >
< / div >
< / div >
2013-03-31 22:44:37 -07:00
< / div >
< / div >
< / body >
< / html >