2016-04-26 14:28:04 -04:00
|
|
|
|
<div class="tvGuideHeader">
|
|
|
|
|
<div class="channelTimeslotHeader">
|
|
|
|
|
<button class="btnSelectDate clearButton" style="display:block;"></button>
|
|
|
|
|
</div>
|
2016-09-05 16:07:36 -04:00
|
|
|
|
<div class="timeslotHeaders smoothScrollX visibleGuideScroller" style="scroll-behavior: auto;"></div>
|
2016-04-26 14:28:04 -04:00
|
|
|
|
</div>
|
|
|
|
|
|
2016-09-05 16:07:36 -04:00
|
|
|
|
<div class="smoothScrollY guideVerticalScroller programContainer visibleGuideScroller" style="flex-grow: 1;">
|
2016-07-23 14:10:22 -04:00
|
|
|
|
<div class="channelList"></div>
|
2016-04-26 14:28:04 -04:00
|
|
|
|
|
2016-09-05 16:07:36 -04:00
|
|
|
|
<div class="programGridContainer programGrid smoothScrollX visibleGuideScroller" style="white-space: nowrap;">
|
2016-04-26 14:28:04 -04:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2016-08-18 13:03:22 -04:00
|
|
|
|
<div class="guideRequiresUnlock readOnlyContent hide" style="margin: 1em auto; text-align: center; padding: 1em; flex-shrink: 0;">
|
2016-04-26 14:28:04 -04:00
|
|
|
|
<p class="unlockText"></p>
|
2016-06-10 02:54:03 -04:00
|
|
|
|
<button is="emby-button" type="button" class="raised secondary block btnUnlockGuide">
|
|
|
|
|
<i class="md-icon">check</i>
|
|
|
|
|
<span>${UnlockGuide}</span>
|
|
|
|
|
</button>
|
2016-08-18 13:03:22 -04:00
|
|
|
|
</div>
|
|
|
|
|
|
2016-08-18 13:27:22 -04:00
|
|
|
|
<div style="padding:.25em .5em;" class="guidePaging hide">
|
2016-08-18 23:57:36 -04:00
|
|
|
|
<button is="paper-icon-button-light" type="button" class="btnSelectDateIcon">
|
|
|
|
|
<i class="md-icon">date_range</i>
|
|
|
|
|
</button>
|
2016-08-18 13:03:22 -04:00
|
|
|
|
<button is="paper-icon-button-light" type="button" class="btnPreviousPage">
|
|
|
|
|
<i class="md-icon">arrow_back</i>
|
|
|
|
|
</button>
|
|
|
|
|
<button is="paper-icon-button-light" type="button" class="btnNextPage">
|
|
|
|
|
<i class="md-icon">arrow_forward</i>
|
|
|
|
|
</button>
|
2016-04-26 14:28:04 -04:00
|
|
|
|
</div>
|