mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
28 lines
966 B
HTML
28 lines
966 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>${TitleMediaBrowser}</title>
|
|
</head>
|
|
<body>
|
|
<div id="tvNextUpPage" data-role="page" class="page libraryPage" data-theme="b" data-view="tv">
|
|
<div class="libraryViewNav">
|
|
<a href="tvrecommended.html">${TabSuggested}</a>
|
|
<a href="tvlatest.html" class="ui-btn-active">${TabLatest}</a>
|
|
<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>
|
|
<div data-role="content">
|
|
<div class="ehsContent">
|
|
<h1 class="listHeader">${HeaderLatestEpisodes}</h1>
|
|
<div id="latestEpisodes">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|