mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
49 lines
1.5 KiB
HTML
49 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Media Browser</title>
|
|
</head>
|
|
<body>
|
|
<div id="moviesRecommendedPage" data-role="page" class="page libraryPage" data-theme="b" data-view="movies">
|
|
|
|
<div class="libraryViewNav">
|
|
<a href="moviesrecommended.html" class="ui-btn-active">Suggested</a>
|
|
<a href="movies.html">Movies</a>
|
|
<a href="boxsets.html">Collections</a>
|
|
<a href="movietrailers.html">Trailers</a>
|
|
<a href="moviegenres.html">Genres</a>
|
|
<a href="moviepeople.html">People</a>
|
|
<a href="moviestudios.html">Studios</a>
|
|
</div>
|
|
|
|
<div data-role="content">
|
|
|
|
<table class="ehsContent">
|
|
<tr>
|
|
<td>
|
|
<div id="resumableSection" style="display: none;">
|
|
<h1 class="listHeader">Resume</h1>
|
|
|
|
<div id="resumableItems">
|
|
</div>
|
|
</div>
|
|
|
|
<h1 class="listHeader">Latest Movies</h1>
|
|
|
|
<div id="recentlyAddedItems">
|
|
</div>
|
|
|
|
<div id="trailerSection" style="display: none;">
|
|
<h1 class="listHeader">Latest Trailers</h1>
|
|
|
|
<div id="trailerItems">
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|