jellyfin-web/dashboard-ui/tvlatest.html

28 lines
975 B
HTML
Raw Normal View History

2013-05-01 06:45:25 -07:00
<!DOCTYPE html>
<html>
<head>
2014-04-01 15:23:07 -07:00
<title>${TitleMediaBrowser}</title>
2013-05-01 06:45:25 -07:00
</head>
<body>
2013-12-24 11:37:29 -07:00
<div id="tvNextUpPage" data-role="page" class="page libraryPage" data-theme="b" data-view="tv">
2014-05-01 19:54:33 -07:00
<div class="libraryViewNav scopedLibraryViewNav">
2014-04-01 15:23:07 -07:00
<a href="tvrecommended.html">${TabSuggested}</a>
2014-05-01 19:54:33 -07:00
<a href="#" class="ui-btn-active">${TabLatest}</a>
2014-04-01 15:23:07 -07:00
<a href="tvupcoming.html">${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-05-01 06:45:25 -07:00
<div data-role="content">
<div class="ehsContent">
2014-04-02 14:55:19 -07:00
<h1 class="listHeader">${HeaderLatestEpisodes}</h1>
2014-02-22 22:52:30 -07:00
<div id="latestEpisodes">
2013-05-01 06:45:25 -07:00
</div>
</div>
</div>
</div>
</body>
</html>