jellyfin-web/dashboard-ui/tvlatest.html

28 lines
903 B
HTML
Raw Normal View History

2013-05-01 06:45:25 -07:00
<!DOCTYPE html>
<html>
<head>
<title>Media Browser</title>
</head>
<body>
2013-12-24 11:37:29 -07:00
<div id="tvNextUpPage" data-role="page" class="page libraryPage" data-theme="b" data-view="tv">
<div class="libraryViewNav">
<a href="tvrecommended.html">Suggested</a>
2014-02-22 22:52:30 -07:00
<a href="tvlatest.html" class="ui-btn-active">Latest</a>
2013-10-24 10:49:24 -07:00
<a href="tvupcoming.html">Upcoming</a>
<a href="tvshows.html">Shows</a>
2013-09-13 13:45:27 -07:00
<a href="episodes.html">Episodes</a>
<a href="tvgenres.html">Genres</a>
2013-12-27 14:10:06 -07:00
<a href="tvpeople.html">People</a>
<a href="tvstudios.html">Networks</a>
</div>
2013-05-01 06:45:25 -07:00
<div data-role="content">
<div class="ehsContent">
2014-02-22 22:52:30 -07:00
<h1 class="listHeader">Latest Episodes</h1>
<div id="latestEpisodes">
2013-05-01 06:45:25 -07:00
</div>
</div>
</div>
</div>
</body>
</html>