1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/moviesrecommended.html

49 lines
1.9 KiB
HTML
Raw Normal View History

2013-04-01 01:44:37 -04:00
<!DOCTYPE html>
<html>
<head>
<title>Media Browser</title>
</head>
<body>
<div id="moviesRecommendedPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a">
<h1 class="libraryPageHeader"><a href="index.html" class="imageLink">
2013-04-19 00:27:16 -04:00
<img src="css/images/mblogoicon.png"></a>Movies</h1>
2013-04-01 01:44:37 -04:00
<div data-role="content">
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
2013-04-09 17:03:15 -04:00
<a href="moviesrecommended.html" data-role="button" class="ui-btn-active">Suggested</a>
2013-04-01 01:44:37 -04:00
<a href="movies.html" data-role="button">Movies</a>
2013-04-01 23:28:20 -04:00
<a href="boxsets.html" data-role="button">Box Sets</a>
2013-04-17 13:04:57 -04:00
<a href="movietrailers.html" data-role="button">Trailers</a>
2013-04-11 15:36:50 -04:00
<a href="moviegenres.html" data-role="button">Genres</a>
<a href="moviepeople.html" data-role="button">People</a>
<a href="moviestudios.html" data-role="button">Studios</a>
2013-04-01 01:44:37 -04:00
</div>
2013-05-03 16:50:13 -04:00
<table class="ehsContent">
<tr>
<td>
<h1 class="listHeader firstListHeader">Latest Unwatched Movies</h1>
2013-04-01 01:44:37 -04:00
2013-05-03 16:50:13 -04:00
<div id="recentlyAddedItems">
</div>
2013-04-01 01:44:37 -04:00
2013-05-03 16:50:13 -04:00
<div id="resumableSection" style="display: none;">
<h1 class="listHeader">Resume</h1>
2013-04-01 01:44:37 -04:00
2013-05-03 16:50:13 -04:00
<div id="resumableItems">
</div>
</div>
2013-04-05 00:15:00 -04:00
2013-05-03 16:50:13 -04:00
<div id="trailerSection" style="display: none;">
<h1 class="listHeader firstListHeader">Latest Unwatched Trailers</h1>
2013-04-01 01:44:37 -04:00
2013-05-03 16:50:13 -04:00
<div id="trailerItems">
</div>
</div>
</td>
</tr>
</table>
2013-04-01 01:44:37 -04:00
</div>
</div>
</body>
</html>