jellyfin-web/dashboard-ui/movieslatest.html

34 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-10 22:11:53 -07:00
<div id="moviesLatestPage" data-role="page" class="page libraryPage backdropPage" data-backdroptype="movie" data-theme="b" data-view="movies">
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-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">
<table class="ehsContent">
<tr>
<td>
2014-04-03 15:50:04 -07:00
<h1 class="listHeader">${HeaderLatestMovies}</h1>
<div id="recentlyAddedItems">
</div>
</td>
</tr>
</table>
</div>
</div>
</body>
</html>