mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
33 lines
1.3 KiB
HTML
33 lines
1.3 KiB
HTML
<div class="tvGuideHeader">
|
|
<div class="channelTimeslotHeader">
|
|
<button class="btnSelectDate clearButton" style="display:block;"></button>
|
|
</div>
|
|
<div class="timeslotHeaders smoothScrollX" style="scroll-behavior: auto;"></div>
|
|
</div>
|
|
|
|
<div class="smoothScrollY guideVerticalScroller programContainer" style="flex-grow: 1;">
|
|
<div class="channelList"></div>
|
|
|
|
<div class="programGridContainer programGrid smoothScrollX" style="white-space: nowrap;">
|
|
</div>
|
|
</div>
|
|
|
|
<div class="guideRequiresUnlock readOnlyContent hide" style="margin: 1em auto; text-align: center; padding: 1em; flex-shrink: 0;">
|
|
<p class="unlockText"></p>
|
|
<button is="emby-button" type="button" class="raised secondary block btnUnlockGuide">
|
|
<i class="md-icon">check</i>
|
|
<span>${UnlockGuide}</span>
|
|
</button>
|
|
</div>
|
|
|
|
<div style="padding:.25em .5em;" class="guidePaging hide">
|
|
<button is="paper-icon-button-light" type="button" class="btnSelectDateIcon">
|
|
<i class="md-icon">date_range</i>
|
|
</button>
|
|
<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>
|
|
</div> |