mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
47 lines
1.8 KiB
HTML
47 lines
1.8 KiB
HTML
<div class="tvGuideHeader">
|
|
<div class="channelTimeslotHeader">
|
|
<button is="emby-button" type="button" class="btnSelectDate block button-flat">
|
|
<div class="btnSelectDateContent">
|
|
<div class="guideDateText">
|
|
</div>
|
|
<i class="md-icon selectDateIcon"></i>
|
|
</div>
|
|
</button>
|
|
<button is="paper-icon-button-light" type="button" class="btnGuideViewSettings">
|
|
<i class="md-icon btnGuideViewSettingsIcon"></i>
|
|
</button>
|
|
</div>
|
|
<div class="timeslotHeaders smoothScrollX guideScroller" style="scroll-behavior: auto;"></div>
|
|
</div>
|
|
|
|
<div style="display: flex;flex-grow:1;overflow:hidden;">
|
|
|
|
<button is="emby-button" type="button" class="btnCategories">
|
|
<div class="btnCategoriesText">${Categories}</div>
|
|
</button>
|
|
<div class="smoothScrollY guideVerticalScroller programContainer guideScroller" style="flex-grow: 1;">
|
|
|
|
<div class="channelsContainer">
|
|
<div class="channelList"></div>
|
|
</div>
|
|
|
|
<div class="programGridContainer programGrid smoothScrollX guideScroller" style="white-space: nowrap;">
|
|
</div>
|
|
</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 button-submit block btnUnlockGuide">
|
|
<span>${UnlockGuide}</span>
|
|
</button>
|
|
</div>
|
|
|
|
<div class="guideOptions hide">
|
|
<button is="paper-icon-button-light" type="button" class="btnPreviousPage">
|
|
<i class="md-icon"></i>
|
|
</button>
|
|
<button is="paper-icon-button-light" type="button" class="btnNextPage">
|
|
<i class="md-icon"></i>
|
|
</button>
|
|
</div> |