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

41 lines
1.8 KiB
HTML
Raw Normal View History

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