mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
31 lines
958 B
HTML
31 lines
958 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Media Browser</title>
|
|
</head>
|
|
<body>
|
|
<div id="tvUpcomingPage" data-role="page" class="page libraryPage" data-theme="b" data-view="tv">
|
|
<div class="libraryViewNav">
|
|
<a href="tvrecommended.html">Suggested</a>
|
|
<a href="tvlatest.html">Latest</a>
|
|
<a href="tvupcoming.html" class="ui-btn-active">Upcoming</a>
|
|
<a href="tvshows.html">Shows</a>
|
|
<a href="episodes.html">Episodes</a>
|
|
<a href="tvgenres.html">Genres</a>
|
|
<a href="tvpeople.html">People</a>
|
|
<a href="tvstudios.html">Networks</a>
|
|
</div>
|
|
<div data-role="content">
|
|
<table class="ehsContent">
|
|
<tr>
|
|
<td>
|
|
<div id="upcomingItems">
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|