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/tvrecommended.html

40 lines
1.5 KiB
HTML
Raw Normal View History

2013-04-01 01:44:37 -04:00
<!DOCTYPE html>
<html>
<head>
2014-04-01 18:23:07 -04:00
<title>${TitleMediaBrowser}</title>
2013-04-01 01:44:37 -04:00
</head>
<body>
2014-05-21 23:35:18 -04:00
<div id="tvRecommendedPage" data-role="page" class="page libraryPage backdropPage" data-backdroptype="series" data-theme="b">
2014-05-29 15:34:20 -04:00
2014-06-14 19:13:09 -04:00
<div class="libraryViewNav globalNav" style="display: none;">
2014-05-29 15:34:20 -04:00
<a href="index.html">${TabHome}</a>
<a href="#" class="ui-btn-active">${TabNextUp}</a>
2014-05-29 15:34:20 -04:00
<a href="favorites.html">${TabFavorites}</a>
2014-04-01 18:23:07 -04:00
<a href="tvupcoming.html">${TabUpcoming}</a>
</div>
2014-06-14 19:13:09 -04:00
<div class="libraryViewNav scopedLibraryViewNav" style="display: none;">
<a href="tvrecommended.html" class="ui-btn-active">${TabSuggested}</a>
<a href="tvlatest.html">${TabLatest}</a>
<a href="tvshows.html">${TabShows}</a>
<a href="episodes.html">${TabEpisodes}</a>
<a href="tvgenres.html">${TabGenres}</a>
<a href="tvpeople.html">${TabPeople}</a>
<a href="tvstudios.html">${TabNetworks}</a>
</div>
2014-05-29 15:34:20 -04:00
<br />
2013-04-01 01:44:37 -04:00
<div data-role="content">
2014-05-29 15:34:20 -04:00
<table class="ehsContent homeEhsContent" style="text-align: center;">
2013-05-03 16:50:13 -04:00
<tr>
<td>
2013-04-01 23:28:20 -04:00
2014-02-23 00:52:30 -05:00
<div id="nextUpItems">
</div>
2014-04-02 17:55:19 -04:00
<p class="noNextUpItems" style="display: none;">${NoNextUpItemsMessage}</p>
2013-05-03 16:50:13 -04:00
</td>
</tr>
</table>
2013-04-01 01:44:37 -04:00
</div>
</div>
</body>
</html>