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/livetvsuggested.html

37 lines
1.3 KiB
HTML
Raw Normal View History

2014-01-06 11:48:43 -05:00
<!DOCTYPE html>
<html>
<head>
2014-04-01 18:23:07 -04:00
<title>${TitleMediaBrowser}</title>
2014-01-06 11:48:43 -05:00
</head>
<body>
<div id="liveTvSuggestedPage" data-role="page" class="page libraryPage" data-theme="b" data-view="livetv">
<div class="libraryViewNav">
2014-04-01 18:23:07 -04:00
<a href="#" class="ui-btn-active">${TabSuggested}</a>
2014-01-06 11:48:43 -05:00
<a href="livetvguide.html">Guide</a>
<a href="livetvchannels.html">Channels</a>
<a href="livetvrecordings.html">Recordings</a>
<a href="livetvtimers.html">Scheduled</a>
<a href="livetvseriestimers.html">Series</a>
</div>
<div data-role="content">
2014-01-12 10:58:47 -05:00
<table class="ehsContent">
<tr>
<td>
<div id="activePrograms">
<h1 class="listHeader">What's On</h1>
<div class="activeProgramItems"></div>
<br />
</div>
<div id="upcomingPrograms">
<h1 class="listHeader">Upcoming TV</h1>
<div class="upcomingProgramItems"></div>
<br />
</div>
</td>
</tr>
</table>
2014-01-06 11:48:43 -05:00
</div>
</div>
</body>
</html>