1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/livetvrecordings.html

32 lines
1.1 KiB
HTML
Raw Normal View History

2013-11-14 17:22:46 -05:00
<!DOCTYPE html>
<html>
<head>
<title>Media Browser</title>
</head>
<body>
2013-12-24 13:37:29 -05:00
<div id="liveTvRecordingsPage" data-role="page" class="page libraryPage" data-theme="b" data-view="livetv">
2013-11-14 17:22:46 -05: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 12:16:24 -05:00
<a href="livetvtimers.html">Scheduled</a>
2013-12-19 16:51:32 -05:00
<a href="livetvseriestimers.html">Series</a>
2013-11-14 17:22:46 -05:00
</div>
<div data-role="content">
2013-12-28 18:09:24 -05:00
<div style="max-width: 720px; margin: 0 auto;">
<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">Recording Groups</h1>
<div id="recordingGroupItems"></div>
</div>
2013-12-01 01:25:19 -05:00
</div>
2013-11-14 17:22:46 -05:00
</div>
</div>
</body>
</html>