2013-11-24 16:37:38 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2015-03-21 11:12:12 -07:00
|
|
|
|
<title>Emby</title>
|
2013-11-24 16:37:38 -07:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-06-22 08:43:19 -07:00
|
|
|
|
<div id="liveTvChannelPage" data-role="page" class="page libraryPage liveTvPage" data-contextname="${HeaderLiveTv}" data-require="scripts/livetvcomponents,scripts/livetvchannel,paperbuttonstyle,livetvcss">
|
2013-11-24 16:37:38 -07:00
|
|
|
|
<div class="libraryViewNav">
|
2015-06-17 18:41:22 -07:00
|
|
|
|
<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" class="ui-btn-active"><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"><i class="material-icons">schedule</i>${TabScheduled}</a>
|
|
|
|
|
<a href="livetvseriestimers.html"><i class="material-icons">refresh</i>${TabSeries}</a>
|
2013-11-24 16:37:38 -07:00
|
|
|
|
</div>
|
2013-12-21 11:37:34 -07:00
|
|
|
|
<table class="detailPageContent primaryDetailPageContent">
|
|
|
|
|
<tr>
|
|
|
|
|
<td style="vertical-align: top; padding: 0 1em 0 0;">
|
2015-01-22 23:15:15 -07:00
|
|
|
|
<div id="itemImage" class="itemImageContainer channelImageContainer paddedItemsContainer"></div>
|
2013-12-21 11:37:34 -07:00
|
|
|
|
</td>
|
|
|
|
|
<td style="vertical-align: top; padding: 0;">
|
|
|
|
|
<p><span class="itemName inlineItemName"></span><span class="itemMiscInfo" style="display: inline;"></span></p>
|
2014-01-02 14:21:06 -07:00
|
|
|
|
<p style="margin: 1.5em 0;">
|
2013-12-21 11:37:34 -07:00
|
|
|
|
<span class="userDataIcons"></span>
|
|
|
|
|
</p>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
2013-12-22 10:16:24 -07:00
|
|
|
|
<div class="detailButtonsContainer">
|
2013-11-24 16:37:38 -07:00
|
|
|
|
<span id="playButtonContainer" style="display: none;">
|
2015-06-20 17:49:42 -07:00
|
|
|
|
<paper-button raised class="secondary btnPlay"><iron-icon icon="play-arrow"></iron-icon><span>${ButtonPlay}</span></paper-button>
|
2013-11-24 16:37:38 -07:00
|
|
|
|
</span>
|
|
|
|
|
<span id="editButtonContainer" style="display: none;">
|
2015-06-20 17:49:42 -07:00
|
|
|
|
<paper-button raised class="subdued btnEdit"><iron-icon icon="mode-edit"></iron-icon><span>${ButtonEdit}</span></paper-button>
|
2013-11-24 16:37:38 -07:00
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="detailPageContent">
|
2013-11-25 13:39:23 -07:00
|
|
|
|
<div id="detailSection">
|
2013-12-20 13:09:49 -07:00
|
|
|
|
<div class="detailSectionContent" style="padding: 0 0;">
|
2013-11-25 13:39:23 -07:00
|
|
|
|
|
|
|
|
|
<div id="programList"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2013-11-24 16:37:38 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|