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-05-15 11:28:34 -07:00
|
|
|
|
<div id="liveTvRecordingsPage" data-role="page" class="page libraryPage liveTvPage" data-contextname="${HeaderLiveTv}" data-require="scripts/livetvrecordings">
|
2013-11-14 15:22:46 -07:00
|
|
|
|
<div class="libraryViewNav">
|
2015-04-02 09:26:42 -07:00
|
|
|
|
<a href="livetvsuggested.html">${TabSuggestions}</a>
|
2014-04-05 08:02:50 -07:00
|
|
|
|
<a href="livetvguide.html">${TabGuide}</a>
|
|
|
|
|
<a href="livetvchannels.html">${TabChannels}</a>
|
|
|
|
|
<a href="livetvrecordings.html" class="ui-btn-active">${TabRecordings}</a>
|
|
|
|
|
<a href="livetvtimers.html">${TabScheduled}</a>
|
|
|
|
|
<a href="livetvseriestimers.html">${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-01 22:46:06 -07:00
|
|
|
|
<a href="#" class="accentButton categorySyncButton" data-category="Latest"><i class="fa fa-refresh"></i>${ButtonSync}</a>
|
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>
|