jellyfin-web/dashboard-ui/movieslatest.html

32 lines
1.0 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
2014-04-01 15:23:07 -07:00
<title>${TitleMediaBrowser}</title>
</head>
<body>
2014-05-21 20:35:18 -07:00
<div id="moviesLatestPage" data-role="page" class="page libraryPage backdropPage" data-backdroptype="movie" data-theme="b">
2014-05-01 19:54:33 -07:00
<div class="libraryViewNav scopedLibraryViewNav">
2014-04-01 15:23:07 -07:00
<a href="#" class="ui-btn-active">${TabLatest}</a>
<a href="moviesrecommended.html">${TabSuggested}</a>
2014-04-03 15:50:04 -07:00
<a href="movies.html">${TabMovies}</a>
2014-10-20 13:23:40 -07:00
<a href="movietrailers.html">${TabTrailers}</a>
<a href="collections.html?context=movies">${TabCollections}</a>
2014-04-01 15:23:07 -07:00
<a href="moviegenres.html">${TabGenres}</a>
<a href="moviepeople.html">${TabPeople}</a>
2014-04-03 15:50:04 -07:00
<a href="moviestudios.html">${TabStudios}</a>
</div>
<div data-role="content">
2014-08-01 19:34:45 -07:00
<div class="ehsContent portraitEhsContent">
<h1 class="listHeader">${HeaderLatestMovies}</h1>
2014-08-01 19:34:45 -07:00
<div id="recentlyAddedItems">
</div>
</div>
</div>
</div>
</body>
</html>