2017-03-21 10:31:40 -07:00
|
|
|
|
<div id="moviesPage" data-role="page" data-dom-cache="true" class="page libraryPage backdropPage collectionEditorPage pageWithAbsoluteTabs withTabs" data-backdroptype="movie">
|
2015-06-15 21:52:01 -07:00
|
|
|
|
|
2017-04-23 14:24:43 -07:00
|
|
|
|
<div class="pageTabContent" data-index="0">
|
2017-04-30 13:05:14 -07:00
|
|
|
|
<div style="text-align: center; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;padding:0 .5em 1em;">
|
|
|
|
|
<div class="paging"></div>
|
|
|
|
|
<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>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="alphaPicker alphabetPicker alphaPicker-vertical">
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div is="emby-itemscontainer" class="itemsContainer padded-left padded-left-withalphapicker padded-right">
|
|
|
|
|
</div>
|
|
|
|
|
<div style="text-align: center; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;padding:0 .5em;">
|
|
|
|
|
<div class="paging"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="pageTabContent" data-index="1">
|
2017-04-11 22:29:46 -07:00
|
|
|
|
<div id="resumableSection" class="verticalSection hide">
|
|
|
|
|
<div class="sectionTitleContainer">
|
|
|
|
|
<h2 class="sectionTitle sectionTitle-cards padded-left">${HeaderContinueWatching}</h2>
|
|
|
|
|
<button is="emby-button" type="button" class="raised submit raised-mini categorySyncButton button-accent sectionTitleButton" data-category="Resume">
|
2017-04-23 14:24:43 -07:00
|
|
|
|
<span>${ButtonDownload}</span>
|
2016-06-18 13:31:22 -07:00
|
|
|
|
</button>
|
2016-05-09 12:27:38 -07:00
|
|
|
|
</div>
|
2015-08-15 11:17:22 -07:00
|
|
|
|
|
2017-04-11 22:29:46 -07:00
|
|
|
|
<div is="emby-itemscontainer" id="resumableItems" class="itemsContainer padded-left padded-right">
|
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
|
|
|
|
|
2017-04-11 22:29:46 -07:00
|
|
|
|
<div class="verticalSection">
|
|
|
|
|
<div class="sectionTitleContainer">
|
|
|
|
|
<h2 class="sectionTitle sectionTitle-cards padded-left">${HeaderLatestMovies}</h2>
|
|
|
|
|
<button is="emby-button" type="button" class="raised submit raised-mini categorySyncButton button-accent sectionTitleButton" data-category="Latest">
|
2017-04-23 14:24:43 -07:00
|
|
|
|
<span>${ButtonDownload}</span>
|
2016-06-18 13:31:22 -07:00
|
|
|
|
</button>
|
2016-03-24 11:11:03 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
2017-04-11 22:29:46 -07:00
|
|
|
|
<div is="emby-itemscontainer" id="recentlyAddedItems" class="itemsContainer padded-left padded-right">
|
2016-03-24 11:11:03 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-05-15 09:30:32 -07:00
|
|
|
|
|
2017-04-11 22:29:46 -07:00
|
|
|
|
<div class="recommendations">
|
2016-05-15 09:30:32 -07:00
|
|
|
|
</div>
|
2017-04-11 22:29:46 -07:00
|
|
|
|
<div class="noItemsMessage hide padded-left padded-right">
|
2016-05-15 09:30:32 -07:00
|
|
|
|
<br />
|
|
|
|
|
<p>${MessageNoMovieSuggestionsAvailable}</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2017-05-01 13:03:02 -07:00
|
|
|
|
<div class="pageTabContent" 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
|
|
|
|
|
2017-04-11 22:29:46 -07:00
|
|
|
|
<div is="emby-itemscontainer" class="itemsContainer vertical-wrap padded-left padded-left-withalphapicker padded-right">
|
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>
|
2017-04-23 14:24:43 -07:00
|
|
|
|
<div class="pageTabContent" data-index="3">
|
|
|
|
|
<div style="text-align: center; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;padding:0 .5em 1em;">
|
|
|
|
|
<div class="paging"></div>
|
|
|
|
|
<button is="paper-icon-button-light" class="btnSelectView autoSize" title="${ButtonSelectView}"><i class="md-icon">view_comfy</i></button>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div is="emby-itemscontainer" class="itemsContainer padded-left padded-right">
|
|
|
|
|
</div>
|
|
|
|
|
<div style="text-align: center; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;padding:0 .5em;">
|
|
|
|
|
<div class="paging"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="pageTabContent" data-index="4">
|
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
|
|
|
|
|
2017-04-11 22:29:46 -07:00
|
|
|
|
<div is="emby-itemscontainer" class="itemsContainer vertical-wrap centered padded-left padded-right" 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>
|
2017-04-23 14:24:43 -07:00
|
|
|
|
<div class="pageTabContent" data-index="5">
|
2016-11-15 12:42:43 -07:00
|
|
|
|
<div id="items"></div>
|
2016-05-15 09:30:32 -07:00
|
|
|
|
</div>
|
2017-10-18 18:22:13 -07:00
|
|
|
|
<div class="pageTabContent" data-index="6">
|
2017-05-01 13:03:02 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|