2016-05-15 10:11:26 -07:00
< div id = "liveTvSuggestedPage" data-dom-cache = "true" data-role = "page" class = "page libraryPage liveTvPage pageWithAbsoluteTabs" data-contextname = "${HeaderLiveTv}" data-backdroptype = "series,movie" >
2015-06-16 10:37:49 -07:00
2016-05-15 09:30:32 -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" > ${TabGuide}< / button >
< button class = "pageTabButton" data-index = "2" > ${TabChannels}< / button >
< button class = "pageTabButton" data-index = "3" > ${TabRecordings}< / button >
< button class = "pageTabButton" data-index = "4" > ${TabSeries}< / button >
< / div >
2016-05-15 09:30:32 -07:00
< / div >
< div class = "is-active pageTabContent ehsContent" id = "suggestionsTab" data-index = "0" >
< div id = "activePrograms" class = "homePageSection" >
< h1 class = "listHeader" > ${HeaderWhatsOnTV}< / h1 >
< div class = "activeProgramItems itemsContainer noautoinit" > < / div >
< br / >
2014-01-06 09:48:43 -07:00
< / div >
2016-05-15 09:30:32 -07:00
< div id = "upcomingPrograms" class = "homePageSection" style = "margin-top: 1em;" >
< h1 class = "listHeader" > ${HeaderUpcomingPrograms}< / h1 >
< div class = "upcomingProgramItems itemsContainer noautoinit" > < / div >
< br / >
< / div >
< div id = "upcomingTvMovies" class = "homePageSection" style = "margin-top: 1em;" >
< div >
< h1 class = "listHeader" style = "display: inline-block; vertical-align: middle;" > ${HeaderUpcomingMovies}< / h1 >
2016-06-04 20:50:07 -07:00
< a href = "livetvitems.html?type=movies" class = "clearLink" style = "margin-left: 1em; vertical-align: middle;" > < button is = "emby-button" type = "button" class = "raised more mini noIcon" > ${ButtonMoreItems}< / button > < / a >
2016-03-24 11:11:03 -07:00
< / div >
2016-05-15 09:30:32 -07:00
< div class = "upcomingTvMovieItems itemsContainer noautoinit" > < / div >
< br / >
< / div >
< div id = "upcomingSports" class = "homePageSection" style = "margin-top: 1em;" >
< div >
< h1 class = "listHeader" style = "display: inline-block; vertical-align: middle;" > ${HeaderUpcomingSports}< / h1 >
2016-06-04 20:50:07 -07:00
< a href = "livetvitems.html?type=sports" class = "clearLink" style = "margin-left: 1em; vertical-align: middle;" > < button is = "emby-button" type = "button" class = "raised more mini noIcon" > ${ButtonMoreItems}< / button > < / a >
2016-03-24 11:11:03 -07:00
< / div >
2016-05-15 09:30:32 -07:00
< div class = "upcomingSportsItems itemsContainer noautoinit" > < / div >
< br / >
< / div >
< div id = "upcomingKids" class = "homePageSection" style = "margin-top: 1em;" >
< div >
< h1 class = "listHeader" style = "display: inline-block; vertical-align: middle;" > ${HeaderUpcomingForKids}< / h1 >
2016-06-04 20:50:07 -07:00
< a href = "livetvitems.html?type=kids" class = "clearLink" style = "margin-left: 1em; vertical-align: middle;" > < button is = "emby-button" type = "button" class = "raised more mini noIcon" > ${ButtonMoreItems}< / button > < / a >
2016-03-24 11:11:03 -07:00
< / div >
2016-05-15 09:30:32 -07:00
< div class = "upcomingKidsItems itemsContainer noautoinit" > < / div >
< br / >
< / div >
< / div >
< div class = "pageTabContent ehsContent fullWidth flexPageTabContent absolutePageTabContent" id = "guideTab" data-index = "1" style = "width:auto;padding-top:0; padding-bottom: 0;" >
< / div >
< div class = "pageTabContent ehsContent" id = "channelsTab" data-index = "2" >
2016-06-18 10:26:42 -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 = "btnFilter autoSize" title = "${ButtonFilter}" > < i class = "md-icon" > filter_list< / i > < / button >
2016-03-24 11:11:03 -07:00
< / div >
2016-05-15 09:30:32 -07:00
< div id = "items" class = "itemsContainer" > < / div >
< / div >
< div class = "pageTabContent ehsContent" id = "recordingsTab" data-index = "3" >
< div id = "activeRecordings" class = "homePageSection hide" >
< h1 class = "listHeader" > ${HeaderActiveRecordings}< / h1 >
< div class = "recordingItems itemsContainer" > < / div >
< br / >
2016-03-24 11:11:03 -07:00
< / div >
2016-05-15 09:30:32 -07:00
< div id = "latestRecordings" class = "homePageSection hide" >
< div >
< h1 class = "listHeader" style = "display: inline-block; vertical-align: middle;" > ${HeaderLatestRecordings}< / 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-05-15 09:30:32 -07:00
< div class = "recordingItems itemsContainer" > < / div >
< br / >
2016-03-24 11:11:03 -07:00
< / div >
2016-05-15 09:30:32 -07:00
< div id = "upcomingRecordings" class = "homePageSection hide" >
< div class = "recordingItems" > < / div >
< br / >
2016-03-24 11:11:03 -07:00
< / div >
2016-06-06 18:55:16 -07:00
< div id = "recordingGroups" class = "hide homePageSection" >
2016-06-21 21:39:47 -07:00
< div >
< h1 class = "listHeader" style = "display: inline-block; vertical-align: middle;" > ${HeaderAllRecordings}< / h1 >
< a href = "livetvrecordinglist.html" class = "clearLink" style = "margin-left: 1em; vertical-align: middle;" > < button is = "emby-button" type = "button" class = "raised more mini noIcon" > ${ButtonMoreItems}< / button > < / a >
< / div >
2016-05-15 09:30:32 -07:00
< div id = "recordingGroupItems" > < / div >
< / div >
< / div >
< div class = "pageTabContent ehsContent" id = "seriesTab" data-index = "4" >
< div style = "max-width: 700px; margin: 0 auto;" id = "items" >
2016-03-24 11:11:03 -07:00
< / div >
2016-03-15 22:33:31 -07:00
< / div >
2015-08-02 16:47:31 -07:00
2016-03-15 22:33:31 -07:00
< div data-role = "content" >
2014-01-06 09:48:43 -07:00
< / div >
2016-03-15 22:33:31 -07:00
< / div >