mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
33 lines
1.2 KiB
HTML
33 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>${TitleMediaBrowser}</title>
|
|
</head>
|
|
<body>
|
|
<div id="liveTvSuggestedPage" data-role="page" class="page libraryPage liveTvPage" data-theme="b" data-contextname="${HeaderLiveTv}">
|
|
<div class="libraryViewNav">
|
|
<a href="#" class="ui-btn-active">${TabSuggested}</a>
|
|
<a href="livetvguide.html">${TabGuide}</a>
|
|
<a href="livetvchannels.html">${TabChannels}</a>
|
|
<a href="livetvrecordings.html">${TabRecordings}</a>
|
|
<a href="livetvtimers.html">${TabScheduled}</a>
|
|
<a href="livetvseriestimers.html">${TabSeries}</a>
|
|
</div>
|
|
<div data-role="content">
|
|
<div class="ehsContent">
|
|
<div id="activePrograms">
|
|
<h1 class="listHeader">${HeaderWhatsOnTV}</h1>
|
|
<div class="activeProgramItems"></div>
|
|
<br />
|
|
</div>
|
|
<div id="upcomingPrograms">
|
|
<h1 class="listHeader">${HeaderUpcomingTV}</h1>
|
|
<div class="upcomingProgramItems"></div>
|
|
<br />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|