jellyfin-web/dashboard-ui/moviesrecommended.html

42 lines
1.4 KiB
HTML
Raw Normal View History

2013-03-31 22:44:37 -07:00
<!DOCTYPE html>
<html>
<head>
2014-04-01 15:23:07 -07:00
<title>${TitleMediaBrowser}</title>
2013-03-31 22:44:37 -07:00
</head>
<body>
2014-05-21 20:35:18 -07:00
<div id="moviesRecommendedPage" data-role="page" class="page libraryPage backdropPage" data-backdroptype="movie" data-theme="b">
2014-05-01 19:54:33 -07:00
<div class="libraryViewNav scopedLibraryViewNav">
2014-04-01 15:23:07 -07:00
<a href="movieslatest.html">${TabLatest}</a>
<a href="#" class="ui-btn-active">${TabSuggested}</a>
2014-04-03 15:50:04 -07:00
<a href="movies.html">${TabMovies}</a>
2014-04-01 15:23:07 -07:00
<a href="moviegenres.html">${TabGenres}</a>
<a href="moviepeople.html">${TabPeople}</a>
2014-04-03 15:50:04 -07:00
<a href="moviestudios.html">${TabStudios}</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;">
2014-04-03 15:50:04 -07:00
<h1 class="listHeader">${HeaderResume}</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
<div class="recommendations">
2013-05-03 13:50:13 -07:00
</div>
2014-05-30 12:23:56 -07:00
<div class="noItemsMessage" style="display: none;">
<br />
<p>${MessageNoMovieSuggestionsAvailable}</p>
</div>
2013-05-03 13:50:13 -07:00
</td>
</tr>
</table>
2013-03-31 22:44:37 -07:00
</div>
</div>
</body>
</html>