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