mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
34 lines
1.2 KiB
HTML
34 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Media Browser</title>
|
|
</head>
|
|
<body>
|
|
<div id="tvRecommendedPage" data-role="page" class="page libraryPage noLogoPage" data-theme="a">
|
|
<h1 class="libraryPageHeader"><a href="index.html" class="imageLink">
|
|
<img src="css/images/home.png"></a>TV Shows</h1>
|
|
<div data-role="content">
|
|
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
|
|
<a href="tvrecommended.html" data-role="button" class="ui-btn-active">Suggested</a>
|
|
<a href="tvshows.html" data-role="button">Shows</a>
|
|
<a href="#" data-role="button">Genres</a>
|
|
<a href="#" data-role="button">Actors</a>
|
|
</div>
|
|
<div class="ehsContent">
|
|
<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>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|