2016-09-05 22:02:05 -07:00
|
|
|
|
<div class="guideOptions">
|
|
|
|
|
<button is="emby-button" type="button" class="btnSelectDate">
|
|
|
|
|
<i class="md-icon"></i>
|
|
|
|
|
<span class="dateText"></span>
|
|
|
|
|
</button>
|
|
|
|
|
<button is="paper-icon-button-light" type="button" class="btnViewSettings">
|
|
|
|
|
<i class="md-icon"></i>
|
|
|
|
|
</button>
|
|
|
|
|
<button is="paper-icon-button-light" type="button" class="btnPreviousPage hide">
|
|
|
|
|
<i class="md-icon"></i>
|
|
|
|
|
</button>
|
|
|
|
|
<button is="paper-icon-button-light" type="button" class="btnNextPage hide">
|
|
|
|
|
<i class="md-icon"></i>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="tvGuideHeader">
|
2016-04-26 11:28:04 -07:00
|
|
|
|
<div class="channelTimeslotHeader">
|
|
|
|
|
</div>
|
2016-09-05 13:07:36 -07:00
|
|
|
|
<div class="timeslotHeaders smoothScrollX visibleGuideScroller" style="scroll-behavior: auto;"></div>
|
2016-04-26 11:28:04 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
2016-09-05 13:07:36 -07:00
|
|
|
|
<div class="smoothScrollY guideVerticalScroller programContainer visibleGuideScroller" style="flex-grow: 1;">
|
2016-07-23 11:10:22 -07:00
|
|
|
|
<div class="channelList"></div>
|
2016-04-26 11:28:04 -07:00
|
|
|
|
|
2016-09-05 13:07:36 -07:00
|
|
|
|
<div class="programGridContainer programGrid smoothScrollX visibleGuideScroller" style="white-space: nowrap;">
|
2016-04-26 11:28:04 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2016-08-18 10:03:22 -07:00
|
|
|
|
<div class="guideRequiresUnlock readOnlyContent hide" style="margin: 1em auto; text-align: center; padding: 1em; flex-shrink: 0;">
|
2016-04-26 11:28:04 -07:00
|
|
|
|
<p class="unlockText"></p>
|
2016-06-09 23:54:03 -07:00
|
|
|
|
<button is="emby-button" type="button" class="raised secondary block btnUnlockGuide">
|
|
|
|
|
<i class="md-icon">check</i>
|
|
|
|
|
<span>${UnlockGuide}</span>
|
|
|
|
|
</button>
|
2016-04-26 11:28:04 -07:00
|
|
|
|
</div>
|