jellyfin-web/dashboard-ui/moviesrecommended.html

49 lines
1.5 KiB
HTML
Raw Normal View History

2013-03-31 22:44:37 -07:00
<!DOCTYPE html>
<html>
<head>
<title>Media Browser</title>
</head>
<body>
2013-12-24 11:37:29 -07:00
<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>
2014-01-03 13:43:44 -07:00
<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>
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>
<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-12-22 10:16:24 -07:00
<h1 class="listHeader">Latest Movies</h1>
<div id="recentlyAddedItems">
</div>
2013-05-03 13:50:13 -07:00
<div id="trailerSection" style="display: none;">
2013-12-22 10:16:24 -07:00
<h1 class="listHeader">Latest 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>