1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/movieslatest.html

35 lines
1.3 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
2014-04-01 18:23:07 -04:00
<title>${TitleMediaBrowser}</title>
</head>
<body>
2015-01-18 00:45:10 -05:00
<div id="moviesLatestPage" data-role="page" class="page libraryPage backdropPage" data-backdroptype="movie">
2014-05-01 22:54:33 -04:00
<div class="libraryViewNav scopedLibraryViewNav">
2014-04-01 18:23:07 -04:00
<a href="#" class="ui-btn-active">${TabLatest}</a>
<a href="moviesrecommended.html">${TabSuggested}</a>
2014-04-03 18:50:04 -04:00
<a href="movies.html">${TabMovies}</a>
2014-10-20 16:23:40 -04:00
<a href="movietrailers.html">${TabTrailers}</a>
<a href="collections.html?context=movies">${TabCollections}</a>
2014-04-01 18:23:07 -04:00
<a href="moviegenres.html">${TabGenres}</a>
<a href="moviepeople.html">${TabPeople}</a>
2014-04-03 18:50:04 -04:00
<a href="moviestudios.html">${TabStudios}</a>
</div>
<div data-role="content">
2014-08-01 22:34:45 -04:00
<div class="ehsContent portraitEhsContent">
2014-12-18 23:20:07 -05:00
<div>
<h1 class="listHeader" style="display:inline-block;vertical-align:middle;">${HeaderLatestMovies}</h1>
<a href="#" class="accentButton categorySyncButton" data-category="Latest"><i class="fa fa-cloud"></i>${ButtonSync}</a>
</div>
2015-01-23 01:15:15 -05:00
<div id="recentlyAddedItems" class="itemsContainer">
2014-08-01 22:34:45 -04:00
</div>
</div>
</div>
</div>
</body>
</html>