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

graphical display of latest recordings

This commit is contained in:
Luke Pulverenti 2013-12-28 18:09:24 -05:00
parent f225e4fa92
commit f9ec680145
4 changed files with 85 additions and 20 deletions

View file

@ -13,9 +13,17 @@
<a href="livetvseriestimers.html">Series</a>
</div>
<div data-role="content">
<div style="max-width: 700px; margin: 0 auto;">
<h1 class="listHeader">Recording Groups</h1>
<div id="items"></div>
<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>
</div>
</div>
</div>