jellyfin-web/dashboard-ui/livetvrecordings.html

41 lines
1.8 KiB
HTML
Raw Normal View History

2013-11-14 15:22:46 -07:00
<!DOCTYPE html>
<html>
<head>
2014-04-01 15:23:07 -07:00
<title>${TitleMediaBrowser}</title>
2013-11-14 15:22:46 -07:00
</head>
<body>
2014-05-21 20:35:18 -07:00
<div id="liveTvRecordingsPage" data-role="page" class="page libraryPage liveTvPage" data-theme="b" data-contextname="${HeaderLiveTv}">
2013-11-14 15:22:46 -07:00
<div class="libraryViewNav">
2014-04-01 15:23:07 -07:00
<a href="livetvsuggested.html">${TabSuggested}</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">
2013-12-28 22:32:03 -07:00
<table class="ehsContent">
<tr>
<td>
<div id="activeRecordings" style="display: none;">
2014-04-05 08:02:50 -07:00
<h1 class="listHeader">${HeaderActiveRecordings}</h1>
<div class="recordingItems"></div>
<br />
</div>
2013-12-28 22:32:03 -07:00
<div id="latestRecordings" style="display: none;">
2014-04-05 08:02:50 -07:00
<h1 class="listHeader">${HeaderLatestRecordings}</h1>
<div class="recordingItems"></div>
<br />
2013-12-28 22:32:03 -07:00
</div>
<div id="recordingGroups" style="display: none;">
2014-04-05 08:02:50 -07:00
<h1 class="listHeader"><a href="livetvrecordinglist.html">${HeaderAllRecordings}<img src="css/images/rightarrow.png" class="headerArrowImage" /></a></h1>
2013-12-28 22:32:03 -07:00
<div id="recordingGroupItems"></div>
</div>
</td>
</tr>
</table>
2013-11-14 15:22:46 -07:00
</div>
</div>
</body>
</html>