mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
24 lines
1.1 KiB
HTML
24 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Emby</title>
|
|
</head>
|
|
<body>
|
|
<div id="liveTvTimersPage" data-role="page" class="page libraryPage liveTvPage" data-contextname="${HeaderLiveTv}" data-require="scripts/livetvtimers,livetvcss">
|
|
<div class="libraryViewNav">
|
|
<a href="livetvsuggested.html"><i class="material-icons">info</i>${TabSuggestions}</a>
|
|
<a href="livetvguide.html"><i class="material-icons">grid_on</i>${TabGuide}</a>
|
|
<a href="livetvchannels.html"><i class="material-icons">live_tv</i>${TabChannels}</a>
|
|
<a href="livetvrecordings.html"><i class="material-icons">slideshow</i>${TabRecordings}</a>
|
|
<a href="livetvtimers.html" class="ui-btn-active"><i class="material-icons">schedule</i>${TabScheduled}</a>
|
|
<a href="livetvseriestimers.html"><i class="material-icons">refresh</i>${TabSeries}</a>
|
|
</div>
|
|
<div data-role="content">
|
|
<div style="max-width: 600px; margin: 0 auto;">
|
|
<div id="items"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|