mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
26 lines
898 B
HTML
26 lines
898 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>${TitleMediaBrowser}</title>
|
|
</head>
|
|
<body>
|
|
<div id="liveTvChannelsPage" data-role="page" class="page libraryPage" data-theme="b" data-view="livetv">
|
|
<div class="libraryViewNav">
|
|
<a href="livetvsuggested.html">${TabSuggested}</a>
|
|
<a href="livetvguide.html">${TabGuide}</a>
|
|
<a href="livetvchannels.html" class="ui-btn-active">${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="viewSettings">
|
|
<div class="listTopPaging">
|
|
</div>
|
|
</div>
|
|
<div id="items" class="itemsContainer"></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|