mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
42 lines
1.3 KiB
HTML
42 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>${TitleMediaBrowser}</title>
|
|
</head>
|
|
<body>
|
|
<div id="moviesLatestPage" data-role="page" class="page libraryPage" data-theme="b" data-view="movies">
|
|
|
|
<div class="libraryViewNav">
|
|
<a href="#" class="ui-btn-active">${TabLatest}</a>
|
|
<a href="moviesrecommended.html">${TabSuggested}</a>
|
|
<a href="movies.html">${TabMovies}</a>
|
|
<a href="movietrailers.html">${TabTrailers}</a>
|
|
<a href="moviegenres.html">${TabGenres}</a>
|
|
<a href="moviepeople.html">${TabPeople}</a>
|
|
<a href="moviestudios.html">${TabStudios}</a>
|
|
</div>
|
|
|
|
<div data-role="content">
|
|
|
|
<table class="ehsContent">
|
|
<tr>
|
|
<td>
|
|
<h1 class="listHeader">${HeaderLatestMovies}</h1>
|
|
|
|
<div id="recentlyAddedItems">
|
|
</div>
|
|
|
|
<div id="trailerSection" style="display: none;">
|
|
<h1 class="listHeader">${HeaderLatestTrailers}</h1>
|
|
|
|
<div id="trailerItems">
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|