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

38 lines
1.5 KiB
HTML
Raw Normal View History

2013-10-24 13:49:24 -04:00
<!DOCTYPE html>
<html>
<head>
2014-04-01 18:23:07 -04:00
<title>${TitleMediaBrowser}</title>
2013-10-24 13:49:24 -04:00
</head>
<body>
2015-01-18 00:45:10 -05:00
<div id="tvUpcomingPage" data-role="page" class="page libraryPage backdropPage" data-backdroptype="series">
2014-07-11 00:27:46 -04:00
<div class="libraryViewNav globalNav" style="display: none;">
2014-05-29 15:34:20 -04:00
<a href="index.html">${TabHome}</a>
2014-06-23 12:05:19 -04:00
<a href="homelatest.html">${TabLatest}</a>
2014-05-29 15:34:20 -04:00
<a href="tvrecommended.html">${TabNextUp}</a>
<a href="favorites.html">${TabFavorites}</a>
2014-05-01 22:54:33 -04:00
<a href="#" class="ui-btn-active">${TabUpcoming}</a>
2013-10-24 13:49:24 -04:00
</div>
2014-07-11 00:27:46 -04:00
<div class="libraryViewNav scopedLibraryViewNav" style="display: none;">
<a href="tvrecommended.html">${TabSuggested}</a>
<a href="tvlatest.html">${TabLatest}</a>
<a href="tvupcoming.html" class="ui-btn-active">${TabUpcoming}</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>
2013-10-24 13:49:24 -04:00
<div data-role="content">
2014-08-01 22:34:45 -04:00
<div class="ehsContent">
2015-01-23 01:15:15 -05:00
<div id="upcomingItems" class="itemsContainer">
2014-08-01 22:34:45 -04:00
</div>
<div class="noItemsMessage" style="display: none;">
<p>${MessageNothingHere}</p>
<p><a href="metadata.html">${MessagePleaseEnsureInternetMetadata}</a></p>
</div>
</div>
2013-10-24 13:49:24 -04:00
</div>
</div>
</body>
</html>