jellyfin-web/dashboard-ui/tvrecommended.html
2013-12-03 23:18:50 -05:00

41 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>
<div id="resumableSection" style="display: none;">
<h1 class="listHeader">Resume</h1>
<div id="resumableItems">
</div>
</div>
<h1 class="listHeader">Latest Episodes</h1>
<div id="recentlyAddedItems">
</div>
</td>
</tr>
</table>
</div>
</div>
</body>
</html>