jellyfin-web/dashboard-ui/livetvguide.html

54 lines
2.4 KiB
HTML
Raw Normal View History

2013-11-14 15:22:46 -07:00
<!DOCTYPE html>
<html>
<head>
2015-03-21 11:12:12 -07:00
<title>Emby</title>
2013-11-14 15:22:46 -07:00
</head>
<body>
2015-01-17 22:45:10 -07:00
<div id="liveTvGuidePage" data-role="page" class="page libraryPage liveTvPage" data-contextname="${HeaderLiveTv}">
2013-11-14 15:22:46 -07:00
<div class="libraryViewNav">
2015-04-02 09:26:42 -07:00
<a href="livetvsuggested.html">${TabSuggestions}</a>
2014-04-05 08:02:50 -07:00
<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>
2013-11-14 15:22:46 -07:00
</div>
2015-04-11 18:38:38 -07:00
<div data-role="content" style="padding-top: 5px;padding-left:0!important;padding-right:0!important;">
2014-01-05 18:59:21 -07:00
2015-04-12 09:46:29 -07:00
<div class="tvGuide">
2015-05-16 20:17:23 -07:00
<div class="tvGuideHeader">
2015-04-12 09:46:29 -07:00
<div class="channelTimeslotHeader">
2015-04-14 12:11:29 -07:00
<div class="timeslotHeaderInner">
2015-04-12 09:46:29 -07:00
<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>
2014-01-10 06:52:01 -07:00
</div>
2015-04-12 09:46:29 -07:00
<div class="timeslotHeaders"></div>
2014-01-06 06:33:14 -07:00
</div>
2014-01-05 18:59:21 -07:00
2015-04-12 09:46:29 -07:00
<div class="programContainer">
2014-05-10 10:28:03 -07:00
2015-04-12 09:46:29 -07:00
<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;">
2014-05-10 10:28:03 -07:00
2015-04-12 09:46:29 -07:00
<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>
2014-01-05 18:59:21 -07:00
</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>
2013-11-14 15:22:46 -07:00
</div>
</div>
</body>
</html>