mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
change tv and home to multi-pages
This commit is contained in:
parent
e2823d0367
commit
5bfd2d683c
63 changed files with 987 additions and 658 deletions
|
@ -1,23 +0,0 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue