2016-06-04 17:17:35 -07:00
|
|
|
|
<div id="moviesPage" data-role="page" data-dom-cache="true" class="page libraryPage backdropPage collectionEditorPage pageWithAbsoluteTabs" data-backdroptype="movie">
|
2015-06-15 21:52:01 -07:00
|
|
|
|
|
2016-08-14 12:58:13 -07:00
|
|
|
|
<div is="emby-tabs" class="libraryViewNav">
|
|
|
|
|
<div class="emby-tabs-slider">
|
|
|
|
|
<button is="emby-button" class="emby-tab-button emby-tab-button-active" data-index="0">
|
|
|
|
|
<div class="emby-button-foreground">${TabSuggestions}</div>
|
|
|
|
|
</button>
|
|
|
|
|
<button is="emby-button" class="emby-tab-button" data-index="1">
|
|
|
|
|
<div class="emby-button-foreground">${TabMovies}</div>
|
|
|
|
|
</button>
|
2016-09-03 10:16:36 -07:00
|
|
|
|
<button is="emby-button" class="emby-tab-button" data-index="2">
|
2016-08-14 12:58:13 -07:00
|
|
|
|
<div class="emby-button-foreground">${TabTrailers}</div>
|
|
|
|
|
</button>
|
|
|
|
|
<button is="emby-button" class="emby-tab-button" data-index="3">
|
|
|
|
|
<div class="emby-button-foreground">${TabCollections}</div>
|
|
|
|
|
</button>
|
|
|
|
|
<button is="emby-button" class="emby-tab-button" data-index="4">
|
|
|
|
|
<div class="emby-button-foreground">${TabGenres}</div>
|
|
|
|
|
</button>
|
|
|
|
|
<button is="emby-button" class="emby-tab-button" data-index="5">
|
|
|
|
|
<div class="emby-button-foreground">${TabStudios}</div>
|
|
|
|
|
</button>
|
2016-07-07 08:56:49 -07:00
|
|
|
|
</div>
|
2016-05-15 09:30:32 -07:00
|
|
|
|
</div>
|
2016-10-15 15:12:16 -07:00
|
|
|
|
<div class="is-active pageTabContent ehsContent fullWidth" id="suggestionsTab" data-index="0">
|
2016-05-23 10:54:38 -07:00
|
|
|
|
<div id="resumableSection" class="homePageSection hide">
|
2016-05-15 09:30:32 -07:00
|
|
|
|
<div>
|
2016-10-24 23:17:02 -07:00
|
|
|
|
<h1 class="listHeader" style="display:inline-block;vertical-align:middle;">${HeaderContinueWatching}</h1>
|
2016-09-08 23:59:23 -07:00
|
|
|
|
<button is="emby-button" type="button" class="raised submit mini categorySyncButton button-accent" data-category="Resume">
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<span>${ButtonSync}</span>
|
|
|
|
|
</button>
|
2016-05-09 12:27:38 -07:00
|
|
|
|
</div>
|
2015-08-15 11:17:22 -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-15 09:30:32 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
|
2016-05-15 09:30:32 -07:00
|
|
|
|
<div class="homePageSection">
|
|
|
|
|
<div>
|
|
|
|
|
<h1 class="listHeader" style="display:inline-block;vertical-align:middle;">${HeaderLatestMovies}</h1>
|
2016-09-08 23:59:23 -07:00
|
|
|
|
<button is="emby-button" type="button" class="raised submit mini categorySyncButton button-accent" data-category="Latest">
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<span>${ButtonSync}</span>
|
|
|
|
|
</button>
|
2016-03-24 11:11:03 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
2016-07-17 11:55:07 -07:00
|
|
|
|
<div is="emby-itemscontainer" id="recentlyAddedItems" class="itemsContainer">
|
2016-03-24 11:11:03 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-05-15 09:30:32 -07:00
|
|
|
|
|
|
|
|
|
<div class="recommendations homePageSection">
|
|
|
|
|
</div>
|
2016-05-23 10:54:38 -07:00
|
|
|
|
<div class="noItemsMessage hide">
|
2016-05-15 09:30:32 -07:00
|
|
|
|
<br />
|
|
|
|
|
<p>${MessageNoMovieSuggestionsAvailable}</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="pageTabContent ehsContent" id="moviesTab" data-index="1">
|
2016-11-05 10:39:12 -07:00
|
|
|
|
<div style="text-align: center; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;padding:0 .5em 1em;">
|
2016-06-17 11:40:57 -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-06-17 11:40:57 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
2016-08-02 21:30:22 -07:00
|
|
|
|
<div class="alphaPicker alphabetPicker alphaPicker-vertical">
|
2016-03-24 11:11:03 -07:00
|
|
|
|
</div>
|
2016-06-17 11:40:57 -07:00
|
|
|
|
|
2016-07-16 11:02:39 -07:00
|
|
|
|
<div is="emby-itemscontainer" class="itemsContainer itemsContainerWithAlphaPicker">
|
2016-06-17 11:40:57 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div style="text-align: center; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;padding:.7em .5em;">
|
|
|
|
|
<div class="paging"></div>
|
2016-05-15 09:30:32 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="pageTabContent ehsContent" id="trailersTab" data-index="2">
|
2016-11-05 10:39:12 -07:00
|
|
|
|
<div style="text-align: center; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;padding:0 .5em 1em;">
|
2016-06-17 11:50:01 -07:00
|
|
|
|
<div class="paging"></div>
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<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-06-17 11:50:01 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
2016-08-02 21:30:22 -07:00
|
|
|
|
<div class="alphaPicker alphabetPicker alphaPicker-vertical">
|
2016-05-15 09:30:32 -07:00
|
|
|
|
</div>
|
2016-06-17 11:50:01 -07:00
|
|
|
|
|
2016-07-29 22:58:07 -07:00
|
|
|
|
<div is="emby-itemscontainer" class="itemsContainer itemsContainerWithAlphaPicker vertical-wrap">
|
2016-06-17 11:50:01 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div style="text-align: center; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;padding:.7em .5em;">
|
|
|
|
|
<div class="paging"></div>
|
2016-03-24 11:11:03 -07:00
|
|
|
|
</div>
|
2016-05-15 09:30:32 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div class="pageTabContent ehsContent" id="collectionsTab" data-index="3">
|
2016-11-05 10:39:12 -07:00
|
|
|
|
<div style="text-align: center; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;padding:0 .5em 1em;">
|
2016-06-17 12:10:05 -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>
|
2016-06-17 12:10:05 -07:00
|
|
|
|
<button type="button" is="paper-icon-button-light" class="btnNewCollection autoSize"><i class="md-icon">add</i></button>
|
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
|
2016-11-16 10:54:05 -07:00
|
|
|
|
<div is="emby-itemscontainer" class="itemsContainer vertical-wrap centered" style="text-align:center;">
|
2016-03-24 11:11:03 -07:00
|
|
|
|
</div>
|
2016-06-17 12:10:05 -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-05-15 09:30:32 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-11-15 20:05:53 -07:00
|
|
|
|
<div class="pageTabContent ehsContent fullWidth" id="genresTab" data-index="4">
|
2016-11-15 12:42:43 -07:00
|
|
|
|
<div id="items"></div>
|
2016-05-15 09:30:32 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div class="pageTabContent ehsContent" id="studiosTab" data-index="5">
|
|
|
|
|
<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>
|
2015-08-15 11:17:22 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div data-role="content">
|
2015-08-15 11:17:22 -07:00
|
|
|
|
|
2013-03-31 22:44:37 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|