2013-11-14 15:22:46 -07:00
<!DOCTYPE html>
< html >
< head >
2015-03-21 11:12:12 -07:00
< title > Emby< / title >
2013-11-14 15:22:46 -07:00
< / head >
< body >
2015-06-16 10:37:49 -07:00
< div id = "liveTvRecordingsPage" data-role = "page" class = "page libraryPage liveTvPage" data-contextname = "${HeaderLiveTv}" data-require = "scripts/livetvrecordings,paperbuttonstyle" >
2015-06-15 21:52:01 -07:00
2013-11-14 15:22:46 -07:00
< div class = "libraryViewNav" >
2015-06-17 18:41:22 -07:00
< a href = "livetvsuggested.html" > < i class = "material-icons" > info< / i > ${TabSuggestions}< / a >
< a href = "livetvguide.html" > < i class = "material-icons" > grid_on< / i > ${TabGuide}< / a >
< a href = "livetvchannels.html" > < i class = "material-icons" > live_tv< / i > ${TabChannels}< / a >
< a href = "livetvrecordings.html" class = "ui-btn-active" > < i class = "material-icons" > slideshow< / i > ${TabRecordings}< / a >
< a href = "livetvtimers.html" > < i class = "material-icons" > schedule< / i > ${TabScheduled}< / a >
< a href = "livetvseriestimers.html" > < i class = "material-icons" > refresh< / i > ${TabSeries}< / a >
2013-11-14 15:22:46 -07:00
< / div >
< div data-role = "content" >
2014-08-01 19:34:45 -07:00
< div class = "ehsContent" >
< div id = "activeRecordings" style = "display: none;" >
< h1 class = "listHeader" > ${HeaderActiveRecordings}< / h1 >
2015-04-11 18:38:38 -07:00
< div class = "recordingItems itemsContainer" > < / div >
2014-08-01 19:34:45 -07:00
< br / >
< / div >
< div id = "latestRecordings" style = "display: none;" >
2015-04-12 22:12:02 -07:00
< div >
< h1 class = "listHeader" style = "display:inline-block;vertical-align:middle;" > ${HeaderLatestRecordings}< / h1 >
2015-06-17 23:23:44 -07:00
< paper-button raised class = "submit mini categorySyncButton" data-category = "Latest" > < iron-icon icon = "refresh" > < / iron-icon > < span > ${ButtonSync}< / span > < / paper-button >
2015-04-12 22:12:02 -07:00
< / div >
2015-04-11 18:38:38 -07:00
< div class = "recordingItems itemsContainer" > < / div >
2014-08-01 19:34:45 -07:00
< br / >
< / div >
< div id = "recordingGroups" style = "display: none;" >
< h1 class = "listHeader" > < a href = "livetvrecordinglist.html" > ${HeaderAllRecordings}< img src = "css/images/rightarrow.png" class = "headerArrowImage" / > < / a > < / h1 >
< div id = "recordingGroupItems" > < / div >
< / div >
< / div >
2013-11-14 15:22:46 -07:00
< / div >
< / div >
< / body >
< / html >