mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
54 lines
2.5 KiB
HTML
54 lines
2.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Emby</title>
|
|
</head>
|
|
<body>
|
|
<div id="liveTvGuidePage" data-role="page" class="page libraryPage liveTvPage" data-contextname="${HeaderLiveTv}">
|
|
<div class="libraryViewNav">
|
|
<a href="livetvsuggested.html">${TabSuggestions}</a>
|
|
<a href="livetvguide.html" class="ui-btn-active">${TabGuide}</a>
|
|
<a href="livetvchannels.html">${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" style="padding-top: 5px;padding-left:0!important;padding-right:0!important;">
|
|
|
|
<div class="tvGuide">
|
|
<div style="white-space: nowrap;position:fixed;top:98px;left:0;z-index:100; max-width: 100%;">
|
|
<div class="channelTimeslotHeader">
|
|
<div class="timeslotHeaderInner">
|
|
<a href="#popupConfig" data-rel="popup" class="accentButton" style="display:block;padding-left:5px;"><i class="fa fa-calendar"></i><span class="currentDate"></span></a>
|
|
</div>
|
|
</div>
|
|
<div class="timeslotHeaders"></div>
|
|
</div>
|
|
|
|
<div class="programContainer">
|
|
|
|
<div class="channelList"></div>
|
|
<div class="programGrid"></div>
|
|
</div>
|
|
<div class="channelPaging"></div>
|
|
</div>
|
|
<div data-role="popup" id="popupConfig" data-theme="b">
|
|
<div class="ui-bar-a" style="text-align: center; padding: 0 20px; position: relative;">
|
|
|
|
<h3 class="identificationHeader" style="margin:.5em 0;">${HeaderSelectDate}</h3>
|
|
</div>
|
|
<div data-role="content">
|
|
<select id="selectDate" data-mini="true" data-inline="true"></select>
|
|
<a href="#" data-rel="back" data-role="button" data-mini="true" data-icon="delete">${ButtonCancel}</a>
|
|
</div>
|
|
</div>
|
|
<div data-role="popup" class="popupLoading" data-overlay-theme="b" data-theme="b" data-dismissible="false" style="max-width: 250px;" data-history="false">
|
|
<div style="padding: .5em 1.5em;">
|
|
<p style="color: #eee;">${MessageLoadingChannels}</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|