2016-06-04 17:17:35 -07:00
|
|
|
|
<div id="tvRecommendedPage" data-dom-cache="true" data-role="page" class="page libraryPage backdropPage pageWithAbsoluteTabs" data-backdroptype="series">
|
2015-09-21 10:46:02 -07:00
|
|
|
|
|
2016-05-14 20:52:39 -07:00
|
|
|
|
<div class="libraryViewNav">
|
2016-07-07 08:56:49 -07:00
|
|
|
|
<div class="contentScrollSlider">
|
|
|
|
|
<button class="pageTabButton is-active" data-index="0">${TabSuggestions}</button>
|
|
|
|
|
<button class="pageTabButton" data-index="1">${TabLatest}</button>
|
|
|
|
|
<button class="pageTabButton" data-index="2">${TabUpcoming}</button>
|
|
|
|
|
<button class="pageTabButton" data-index="3">${TabShows}</button>
|
|
|
|
|
<button class="pageTabButton tvEpisodesTab" data-index="4">${TabEpisodes}</button>
|
|
|
|
|
<button class="pageTabButton" data-index="5">${TabGenres}</button>
|
|
|
|
|
<button class="pageTabButton" data-index="6">${TabNetworks}</button>
|
|
|
|
|
</div>
|
2016-05-14 20:52:39 -07:00
|
|
|
|
</div>
|
2016-07-07 08:56:49 -07:00
|
|
|
|
|
2016-05-14 20:52:39 -07:00
|
|
|
|
<div class="is-active pageTabContent ehsContent" id="suggestionsTab" data-index="0">
|
|
|
|
|
<div id="resumableSection" class="homePageSection">
|
|
|
|
|
<div>
|
|
|
|
|
<h1 class="listHeader" style="display: inline-block; vertical-align: middle;">${HeaderResume}</h1>
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<button is="emby-button" type="button" class="raised submit mini categorySyncButton" data-category="Resume">
|
|
|
|
|
<i class="md-icon">sync</i>
|
|
|
|
|
<span>${ButtonSync}</span>
|
|
|
|
|
</button>
|
2016-05-09 12:27:38 -07:00
|
|
|
|
</div>
|
2015-09-21 10:46:02 -07:00
|
|
|
|
|
2016-07-17 11:55:07 -07:00
|
|
|
|
<div is="emby-itemscontainer" id="resumableItems" class="itemsContainer">
|
2016-03-24 11:11:03 -07:00
|
|
|
|
</div>
|
2016-05-14 20:52:39 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
|
2016-05-14 20:52:39 -07:00
|
|
|
|
<div class="homePageSection">
|
|
|
|
|
<div>
|
|
|
|
|
<h1 class="listHeader nextUpHeader" style="display: inline-block; vertical-align: middle;">${HeaderNextUp}</h1>
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<button is="emby-button" type="button" class="raised submit mini categorySyncButton" data-category="NextUp">
|
|
|
|
|
<i class="md-icon">sync</i>
|
|
|
|
|
<span>${ButtonSync}</span>
|
|
|
|
|
</button>
|
2016-03-24 11:11:03 -07:00
|
|
|
|
</div>
|
2016-07-29 22:25:07 -07:00
|
|
|
|
<div is="emby-itemscontainer" id="nextUpItems" class="itemsContainer vertical-wrap">
|
2016-03-24 11:11:03 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-05-14 20:52:39 -07:00
|
|
|
|
<p class="noNextUpItems" style="display: none;">${NoNextUpItemsMessage}</p>
|
2016-05-22 15:37:50 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div class="pageTabContent ehsContent" id="latestTab" data-index="1">
|
2016-05-14 20:52:39 -07:00
|
|
|
|
<div class="homePageSection">
|
|
|
|
|
<div>
|
|
|
|
|
<h1 class="listHeader" style="display: inline-block; vertical-align: middle;">${HeaderLatestEpisodes}</h1>
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<button is="emby-button" type="button" class="raised submit mini categorySyncButton" data-category="Latest">
|
|
|
|
|
<i class="md-icon">sync</i>
|
|
|
|
|
<span>${ButtonSync}</span>
|
|
|
|
|
</button>
|
2016-03-24 11:11:03 -07:00
|
|
|
|
</div>
|
2016-07-29 22:25:07 -07:00
|
|
|
|
<div is="emby-itemscontainer" id="latestEpisodes" class="itemsContainer vertical-wrap">
|
2016-03-24 11:11:03 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-05-14 20:52:39 -07:00
|
|
|
|
</div>
|
2016-05-22 15:37:50 -07:00
|
|
|
|
<div class="pageTabContent ehsContent" id="upcomingTab" data-index="2">
|
2016-05-14 20:52:39 -07:00
|
|
|
|
<div id="upcomingItems">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="noItemsMessage" style="display: none;">
|
|
|
|
|
<p>${MessageNothingHere}</p>
|
|
|
|
|
<p>
|
|
|
|
|
<a href="metadata.html">${MessagePleaseEnsureInternetMetadata}</a>
|
|
|
|
|
</p>
|
2016-03-24 11:11:03 -07:00
|
|
|
|
</div>
|
2016-05-14 20:52:39 -07:00
|
|
|
|
</div>
|
2016-05-22 15:37:50 -07:00
|
|
|
|
<div class="pageTabContent ehsContent" id="seriesTab" data-index="3">
|
2016-06-14 20:12:32 -07:00
|
|
|
|
<div style="text-align: center; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;padding:.7em .5em;">
|
|
|
|
|
<div class="paging"></div>
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<button is="paper-icon-button-light" class="btnSelectView autoSize" title="${ButtonSelectView}"><i class="md-icon">view_comfy</i></button>
|
|
|
|
|
<button is="paper-icon-button-light" class="btnSort autoSize" title="${ButtonSort}"><i class="md-icon">sort_by_alpha</i></button>
|
|
|
|
|
<button is="paper-icon-button-light" class="btnFilter autoSize" title="${ButtonFilter}"><i class="md-icon">filter_list</i></button>
|
2016-03-24 11:11:03 -07:00
|
|
|
|
</div>
|
2016-05-14 20:52:39 -07:00
|
|
|
|
|
2016-06-06 22:42:26 -07:00
|
|
|
|
<div class="alphaPicker alphabetPicker vertical">
|
2016-05-14 20:52:39 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
2016-07-16 11:02:39 -07:00
|
|
|
|
<div is="emby-itemscontainer" class="itemsContainer itemsContainerWithAlphaPicker">
|
2016-03-24 11:11:03 -07:00
|
|
|
|
</div>
|
2016-06-14 20:12:32 -07:00
|
|
|
|
<div style="text-align: center; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;padding:.7em .5em;">
|
2016-05-14 20:52:39 -07:00
|
|
|
|
<div class="paging"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-05-22 15:37:50 -07:00
|
|
|
|
<div class="pageTabContent ehsContent" id="episodesTab" data-index="4">
|
2016-06-14 20:12:32 -07:00
|
|
|
|
<div style="text-align: center; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;padding:.7em .5em;">
|
2016-05-14 20:52:39 -07:00
|
|
|
|
<div class="paging"></div>
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<button is="paper-icon-button-light" class="btnSelectView autoSize" title="${ButtonSelectView}"><i class="md-icon">view_comfy</i></button>
|
|
|
|
|
<button is="paper-icon-button-light" class="btnSort autoSize" title="${ButtonSort}"><i class="md-icon">sort_by_alpha</i></button>
|
|
|
|
|
<button is="paper-icon-button-light" class="btnFilter autoSize" title="${ButtonFilter}"><i class="md-icon">filter_list</i></button>
|
2016-05-14 20:52:39 -07:00
|
|
|
|
</div>
|
2016-07-29 22:25:07 -07:00
|
|
|
|
<div is="emby-itemscontainer" class="itemsContainer vertical-wrap">
|
2016-05-14 20:52:39 -07:00
|
|
|
|
</div>
|
2016-06-14 20:12:32 -07:00
|
|
|
|
<div style="text-align: center; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;padding:.7em .5em;">
|
2016-05-14 20:52:39 -07:00
|
|
|
|
<div class="paging"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-05-22 15:37:50 -07:00
|
|
|
|
<div class="pageTabContent ehsContent" id="genresTab" data-index="5">
|
2016-05-14 20:52:39 -07:00
|
|
|
|
<div style="text-align: center; display: flex; align-items: center; justify-content: center;">
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<button is="paper-icon-button-light" class="btnSelectView autoSize" title="${ButtonSelectView}"><i class="md-icon">view_comfy</i></button>
|
2016-05-14 20:52:39 -07:00
|
|
|
|
</div>
|
2016-07-29 22:25:07 -07:00
|
|
|
|
<div is="emby-itemscontainer" id="items" class="itemsContainer paddedItemsContainer vertical-wrap"></div>
|
2016-05-14 20:52:39 -07:00
|
|
|
|
</div>
|
2016-05-22 15:37:50 -07:00
|
|
|
|
<div class="pageTabContent ehsContent" id="studiosTab" data-index="6">
|
2016-05-14 20:52:39 -07:00
|
|
|
|
<div class="viewSettings">
|
|
|
|
|
<div class="listTopPaging">
|
2016-03-24 11:11:03 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-07-29 22:25:07 -07:00
|
|
|
|
<div is="emby-itemscontainer" id="items" class="itemsContainer paddedItemsContainer vertical-wrap" style="text-align: center;"></div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
2014-06-15 16:30:04 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div data-role="content">
|
2013-03-31 22:44:37 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|