jellyfin-web/dashboard-ui/moviesrecommended.html

49 lines
1.6 KiB
HTML
Raw Normal View History

2013-03-31 22:44:37 -07:00
<!DOCTYPE html>
<html>
<head>
<title>Media Browser</title>
</head>
<body>
<div id="moviesRecommendedPage" data-role="page" class="page libraryPage" data-theme="a" 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">Box Sets</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>
2013-03-31 22:44:37 -07:00
<div data-role="content">
2013-05-03 13:50:13 -07:00
<table class="ehsContent">
<tr>
<td>
<h1 class="listHeader firstListHeader">Latest Unwatched Movies</h1>
2013-03-31 22:44:37 -07:00
2013-05-03 13:50:13 -07:00
<div id="recentlyAddedItems">
</div>
2013-03-31 22:44:37 -07:00
2013-05-03 13:50:13 -07:00
<div id="resumableSection" style="display: none;">
<h1 class="listHeader">Resume</h1>
2013-03-31 22:44:37 -07:00
2013-05-03 13:50:13 -07:00
<div id="resumableItems">
</div>
</div>
2013-04-04 21:15:00 -07:00
2013-05-03 13:50:13 -07:00
<div id="trailerSection" style="display: none;">
<h1 class="listHeader firstListHeader">Latest Unwatched Trailers</h1>
2013-03-31 22:44:37 -07:00
2013-05-03 13:50:13 -07:00
<div id="trailerItems">
</div>
</div>
</td>
</tr>
</table>
2013-03-31 22:44:37 -07:00
</div>
</div>
</body>
</html>