jellyfin-web/dashboard-ui/moviesrecommended.html

45 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 noLogoPage" data-theme="a">
<h1 class="libraryPageHeader"><a href="index.html" class="imageLink">
<img src="css/images/home.png"></a>Movies</h1>
<div data-role="content">
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
2013-04-09 14:03:15 -07:00
<a href="moviesrecommended.html" data-role="button" class="ui-btn-active">Suggested</a>
2013-03-31 22:44:37 -07:00
<a href="movies.html" data-role="button">Movies</a>
2013-04-01 20:28:20 -07:00
<a href="boxsets.html" data-role="button">Box Sets</a>
2013-03-31 22:44:37 -07:00
<a href="#" data-role="button">Genres</a>
<a href="#" data-role="button">Actors</a>
<a href="#" data-role="button">Directors</a>
</div>
2013-04-01 08:59:56 -07:00
<div class="ehsContent">
2013-04-04 21:15:00 -07:00
<h1 class="listHeader firstListHeader">Latest Unwatched Movies</h1>
2013-03-31 22:44:37 -07:00
2013-04-01 08:59:56 -07:00
<div id="recentlyAddedItems">
</div>
2013-03-31 22:44:37 -07:00
2013-04-01 08:59:56 -07:00
<div id="resumableSection" style="display: none;">
<h1 class="listHeader">Resume</h1>
2013-03-31 22:44:37 -07:00
2013-04-01 08:59:56 -07:00
<div id="resumableItems">
</div>
</div>
2013-04-04 21:15:00 -07:00
<div id="trailerSection" style="display: none;">
<h1 class="listHeader firstListHeader">Latest Unwatched Trailers</h1>
<div id="trailerItems">
</div>
</div>
2013-04-01 08:59:56 -07:00
</div>
2013-03-31 22:44:37 -07:00
</div>
</div>
</body>
</html>