mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
31 lines
1.1 KiB
HTML
31 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Emby</title>
|
|
</head>
|
|
<body>
|
|
<div id="liveTvRecordingListPage" data-role="page" class="page libraryPage liveTvPage" data-contextname="${HeaderLiveTv}">
|
|
<div class="libraryViewNav">
|
|
<a href="livetvsuggested.html">${TabSuggested}</a>
|
|
<a href="livetvguide.html">${TabGuide}</a>
|
|
<a href="livetvchannels.html">${TabChannels}</a>
|
|
<a href="livetvrecordings.html" class="ui-btn-active">${TabRecordings}</a>
|
|
<a href="livetvtimers.html">${TabScheduled}</a>
|
|
<a href="livetvseriestimers.html">${TabSeries}</a>
|
|
</div>
|
|
<div data-role="content">
|
|
<div class="viewSettings">
|
|
|
|
<h1 class="listName" style="margin: 0 1em 0 0; display: inline-block; vertical-align: middle;"></h1>
|
|
|
|
<div class="viewControls">
|
|
</div>
|
|
<div class="listTopPaging">
|
|
</div>
|
|
</div>
|
|
<div id="items" class="itemsContainer"></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|