jellyfin-web/dashboard-ui/livetvrecordings.html

35 lines
1.3 KiB
HTML
Raw Normal View History

2013-11-14 15:22:46 -07:00
<!DOCTYPE html>
<html>
<head>
<title>Media Browser</title>
</head>
<body>
2013-12-24 11:37:29 -07:00
<div id="liveTvRecordingsPage" data-role="page" class="page libraryPage" data-theme="b" data-view="livetv">
2013-11-14 15:22:46 -07:00
<div class="libraryViewNav">
<a href="livetvguide.html">Guide</a>
<a href="livetvchannels.html">Channels</a>
<a href="livetvrecordings.html" class="ui-btn-active">Recordings</a>
2013-12-22 10:16:24 -07:00
<a href="livetvtimers.html">Scheduled</a>
2013-12-19 14:51:32 -07:00
<a href="livetvseriestimers.html">Series</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="latestRecordings" style="display: none;">
<h1 class="listHeader">Latest Recordings</h1>
<div id="latestRecordingItems"></div>
</div>
<br />
<div id="recordingGroups" style="display: none;">
<h1 class="listHeader">All Recordings</h1>
<div id="recordingGroupItems"></div>
</div>
</td>
</tr>
</table>
2013-11-14 15:22:46 -07:00
</div>
</div>
</body>
</html>