2016-06-04 20:17:35 -04:00
|
|
|
|
<div id="moviesPage" data-role="page" data-dom-cache="true" class="page libraryPage backdropPage collectionEditorPage pageWithAbsoluteTabs" data-backdroptype="movie">
|
2015-06-16 00:52:01 -04:00
|
|
|
|
|
2016-08-14 15:58:13 -04: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>
|
|
|
|
|
<button is="emby-button" class="emby-tab-button homeFavoritesTab" data-index="2">
|
|
|
|
|
<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 11:56:49 -04:00
|
|
|
|
</div>
|
2016-05-15 12:30:32 -04:00
|
|
|
|
</div>
|
|
|
|
|
<div class="is-active pageTabContent ehsContent" id="suggestionsTab" data-index="0">
|
2016-05-23 13:54:38 -04:00
|
|
|
|
<div id="resumableSection" class="homePageSection hide">
|
2016-05-15 12:30:32 -04:00
|
|
|
|
<div>
|
|
|
|
|
<h1 class="listHeader" style="display:inline-block;vertical-align:middle;">${HeaderResume}</h1>
|
2016-06-18 16:31:22 -04: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 15:27:38 -04:00
|
|
|
|
</div>
|
2015-08-15 14:17:22 -04:00
|
|
|
|
|
2016-07-17 14:55:07 -04:00
|
|
|
|
<div is="emby-itemscontainer" id="resumableItems" class="itemsContainer">
|
2016-03-24 14:11:03 -04:00
|
|
|
|
</div>
|
2016-05-15 12:30:32 -04:00
|
|
|
|
</div>
|
2016-03-16 01:33:31 -04:00
|
|
|
|
|
2016-05-15 12:30:32 -04:00
|
|
|
|
<div class="homePageSection">
|
|
|
|
|
<div>
|
|
|
|
|
<h1 class="listHeader" style="display:inline-block;vertical-align:middle;">${HeaderLatestMovies}</h1>
|
2016-06-18 16:31:22 -04: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 14:11:03 -04:00
|
|
|
|
</div>
|
|
|
|
|
|
2016-07-17 14:55:07 -04:00
|
|
|
|
<div is="emby-itemscontainer" id="recentlyAddedItems" class="itemsContainer">
|
2016-03-24 14:11:03 -04:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-05-15 12:30:32 -04:00
|
|
|
|
|
|
|
|
|
<div class="recommendations homePageSection">
|
|
|
|
|
</div>
|
2016-05-23 13:54:38 -04:00
|
|
|
|
<div class="noItemsMessage hide">
|
2016-05-15 12:30:32 -04:00
|
|
|
|
<br />
|
|
|
|
|
<p>${MessageNoMovieSuggestionsAvailable}</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="pageTabContent ehsContent" id="moviesTab" data-index="1">
|
2016-06-17 14:40:57 -04: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 16:31:22 -04: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 14:40:57 -04:00
|
|
|
|
</div>
|
|
|
|
|
|
2016-08-03 00:30:22 -04:00
|
|
|
|
<div class="alphaPicker alphabetPicker alphaPicker-vertical">
|
2016-03-24 14:11:03 -04:00
|
|
|
|
</div>
|
2016-06-17 14:40:57 -04:00
|
|
|
|
|
2016-07-16 14:02:39 -04:00
|
|
|
|
<div is="emby-itemscontainer" class="itemsContainer itemsContainerWithAlphaPicker">
|
2016-06-17 14:40:57 -04: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 12:30:32 -04:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="pageTabContent ehsContent" id="trailersTab" data-index="2">
|
2016-06-17 14:50:01 -04: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 16:31:22 -04: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 14:50:01 -04:00
|
|
|
|
</div>
|
|
|
|
|
|
2016-08-03 00:30:22 -04:00
|
|
|
|
<div class="alphaPicker alphabetPicker alphaPicker-vertical">
|
2016-05-15 12:30:32 -04:00
|
|
|
|
</div>
|
2016-06-17 14:50:01 -04:00
|
|
|
|
|
2016-07-30 01:58:07 -04:00
|
|
|
|
<div is="emby-itemscontainer" class="itemsContainer itemsContainerWithAlphaPicker vertical-wrap">
|
2016-06-17 14:50:01 -04: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 14:11:03 -04:00
|
|
|
|
</div>
|
2016-05-15 12:30:32 -04:00
|
|
|
|
</div>
|
|
|
|
|
<div class="pageTabContent ehsContent" id="collectionsTab" data-index="3">
|
2016-06-17 15:10:05 -04: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 16:31:22 -04: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 15:10:05 -04:00
|
|
|
|
<button type="button" is="paper-icon-button-light" class="btnNewCollection autoSize"><i class="md-icon">add</i></button>
|
|
|
|
|
</div>
|
2016-03-16 01:33:31 -04:00
|
|
|
|
|
2016-08-03 00:30:22 -04:00
|
|
|
|
<div class="alphaPicker alphabetPicker alphaPicker-vertical">
|
2016-06-17 15:10:05 -04:00
|
|
|
|
</div>
|
2016-05-18 17:46:56 -04:00
|
|
|
|
|
2016-07-30 02:23:56 -04:00
|
|
|
|
<div is="emby-itemscontainer" class="itemsContainer itemsContainerWithAlphaPicker centered" style="text-align:center;">
|
2016-03-24 14:11:03 -04:00
|
|
|
|
</div>
|
2016-06-17 15:10:05 -04: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 12:30:32 -04:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="pageTabContent ehsContent" id="genresTab" data-index="4">
|
2016-06-17 14:35:21 -04:00
|
|
|
|
<div style="text-align: center; display: flex; align-items: center; justify-content: center;">
|
2016-06-18 16:31:22 -04:00
|
|
|
|
<button is="paper-icon-button-light" class="btnSelectView autoSize" title="${ButtonSelectView}"><i class="md-icon">view_comfy</i></button>
|
2016-03-24 14:11:03 -04:00
|
|
|
|
</div>
|
2016-07-30 01:25:07 -04:00
|
|
|
|
<div is="emby-itemscontainer" id="items" class="itemsContainer paddedItemsContainer vertical-wrap"></div>
|
2016-05-15 12:30:32 -04:00
|
|
|
|
</div>
|
|
|
|
|
<div class="pageTabContent ehsContent" id="studiosTab" data-index="5">
|
|
|
|
|
<div class="viewSettings">
|
|
|
|
|
<div class="listTopPaging">
|
2016-03-24 14:11:03 -04:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-07-30 01:25:07 -04:00
|
|
|
|
<div is="emby-itemscontainer" id="items" class="itemsContainer paddedItemsContainer vertical-wrap" style="text-align: center;"></div>
|
2016-03-16 01:33:31 -04:00
|
|
|
|
</div>
|
2015-08-15 14:17:22 -04:00
|
|
|
|
|
2016-03-16 01:33:31 -04:00
|
|
|
|
<div data-role="content">
|
2015-08-15 14:17:22 -04:00
|
|
|
|
|
2013-04-01 01:44:37 -04:00
|
|
|
|
</div>
|
2016-03-16 01:33:31 -04:00
|
|
|
|
</div>
|