mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
54 lines
2.4 KiB
HTML
54 lines
2.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Emby</title>
|
|
</head>
|
|
<body>
|
|
<div id="moviesRecommendedPage" data-role="page" class="page libraryPage backdropPage" data-backdroptype="movie" data-require="scripts/moviesrecommended,paperbuttonstyle">
|
|
|
|
<link rel="import" href="thirdparty/paper-button/paper-button.html">
|
|
|
|
<div class="libraryViewNav scopedLibraryViewNav">
|
|
<a href="#" class="ui-btn-active">${TabSuggestions}</a>
|
|
<a href="movies.html">${TabMovies}</a>
|
|
<a href="movietrailers.html" class="movieTrailersTab">${TabTrailers}</a>
|
|
<a href="collections.html?context=movies">${TabCollections}</a>
|
|
<a href="moviegenres.html">${TabGenres}</a>
|
|
<a href="moviepeople.html" class="moviePeopleTab">${TabPeople}</a>
|
|
<a href="moviestudios.html" class="movieStudiosTab">${TabStudios}</a>
|
|
</div>
|
|
<div data-role="content">
|
|
|
|
<div class="ehsContent">
|
|
<div id="resumableSection" style="display: none;" class="homePageSection">
|
|
<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="refresh"></iron-icon><span>${ButtonSync}</span></paper-button>
|
|
</div>
|
|
|
|
<div id="resumableItems" class="itemsContainer">
|
|
</div>
|
|
</div>
|
|
|
|
<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="refresh"></iron-icon><span>${ButtonSync}</span></paper-button>
|
|
</div>
|
|
|
|
<div id="recentlyAddedItems" class="itemsContainer">
|
|
</div>
|
|
</div>
|
|
|
|
<div class="recommendations homePageSection">
|
|
</div>
|
|
<div class="noItemsMessage" style="display: none;">
|
|
<br />
|
|
<p>${MessageNoMovieSuggestionsAvailable}</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|