mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
40 lines
1.3 KiB
HTML
40 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Media Browser</title>
|
|
</head>
|
|
<body>
|
|
<div id="tvRecommendedPage" data-role="page" class="page libraryPage" data-theme="a" data-view="tv">
|
|
<div class="libraryViewNav">
|
|
<a href="tvrecommended.html" class="ui-btn-active">Suggested</a>
|
|
<a href="tvnextup.html">Next up</a>
|
|
<a href="tvupcoming.html">Upcoming</a>
|
|
<a href="tvshows.html">Shows</a>
|
|
<a href="episodes.html">Episodes</a>
|
|
<a href="tvgenres.html">Genres</a>
|
|
<a href="tvpeople.html">Actors</a>
|
|
<a href="tvstudios.html">Networks</a>
|
|
</div>
|
|
<div data-role="content">
|
|
<table class="ehsContent">
|
|
<tr>
|
|
<td>
|
|
<h1 class="listHeader firstListHeader">Latest Unwatched Episodes</h1>
|
|
|
|
<div id="recentlyAddedItems">
|
|
</div>
|
|
|
|
<div id="resumableSection" style="display: none;">
|
|
<h1 class="listHeader">Resume</h1>
|
|
|
|
<div id="resumableItems">
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|