1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/tvrecommended.html

41 lines
1.3 KiB
HTML
Raw Normal View History

2013-04-01 01:44:37 -04:00
<!DOCTYPE html>
<html>
<head>
<title>Media Browser</title>
</head>
<body>
2013-12-24 13:37:29 -05:00
<div id="tvRecommendedPage" data-role="page" class="page libraryPage" data-theme="b" data-view="tv">
<div class="libraryViewNav">
<a href="tvrecommended.html" class="ui-btn-active">Suggested</a>
<a href="tvnextup.html">Next up</a>
2013-10-24 13:49:24 -04:00
<a href="tvupcoming.html">Upcoming</a>
<a href="tvshows.html">Shows</a>
2013-09-13 16:45:27 -04:00
<a href="episodes.html">Episodes</a>
<a href="tvgenres.html">Genres</a>
2013-12-27 16:10:06 -05:00
<a href="tvpeople.html">People</a>
<a href="tvstudios.html">Networks</a>
</div>
2013-04-01 01:44:37 -04:00
<div data-role="content">
2013-05-03 16:50:13 -04:00
<table class="ehsContent">
<tr>
<td>
2013-04-01 23:28:20 -04:00
2013-05-03 16:50:13 -04:00
<div id="resumableSection" style="display: none;">
2013-10-18 12:09:47 -04:00
<h1 class="listHeader">Resume</h1>
2013-05-03 16:50:13 -04:00
<div id="resumableItems">
</div>
</div>
<h1 class="listHeader">Latest Episodes</h1>
<div id="recentlyAddedItems">
</div>
2013-05-03 16:50:13 -04:00
</td>
</tr>
</table>
2013-04-01 01:44:37 -04:00
</div>
</div>
</body>
</html>