mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
29 lines
1006 B
HTML
29 lines
1006 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>${TitleMediaBrowser}</title>
|
|
</head>
|
|
<body>
|
|
<div id="liveTvRecordingListPage" 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">Guide</a>
|
|
<a href="livetvchannels.html">Channels</a>
|
|
<a href="livetvrecordings.html" class="ui-btn-active">Recordings</a>
|
|
<a href="livetvtimers.html">Scheduled</a>
|
|
<a href="livetvseriestimers.html">Series</a>
|
|
</div>
|
|
<div data-role="content">
|
|
<h1 class="listName" style="text-align: center;"></h1>
|
|
<div class="viewSettings">
|
|
<div class="viewControls">
|
|
</div>
|
|
<div class="listTopPaging">
|
|
</div>
|
|
</div>
|
|
<div id="items" class="itemsContainer"></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|