mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
52 lines
2.0 KiB
HTML
52 lines
2.0 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>${TitleMediaBrowser}</title>
|
|
</head>
|
|
<body>
|
|
<div id="tvRecommendedPage" data-role="page" class="page libraryPage backdropPage" data-backdroptype="series" data-theme="b">
|
|
|
|
<div class="libraryViewNav globalNav" style="display: none;">
|
|
<a href="index.html">${TabHome}</a>
|
|
<a href="homelatest.html">${TabLatest}</a>
|
|
<a href="#" class="ui-btn-active">${TabNextUp}</a>
|
|
<a href="favorites.html">${TabFavorites}</a>
|
|
<a href="tvupcoming.html">${TabUpcoming}</a>
|
|
</div>
|
|
<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>
|
|
<br />
|
|
<div data-role="content">
|
|
<table class="ehsContent">
|
|
<tr>
|
|
<td>
|
|
|
|
<div class="scopedContent">
|
|
<div id="resumableSection" style="display: none;">
|
|
<h1 class="listHeader firstListHeader">${HeaderResume}</h1>
|
|
|
|
<div id="resumableItems">
|
|
</div>
|
|
</div>
|
|
|
|
<h1 class="listHeader nextUpHeader firstListHeader">${HeaderNextUp}</h1>
|
|
</div>
|
|
|
|
<div id="nextUpItems">
|
|
</div>
|
|
<p class="noNextUpItems" style="display: none;">${NoNextUpItemsMessage}</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|