jellyfin-web/dashboard-ui/livetvrecordings.html
2013-12-14 10:49:11 -05:00

42 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Media Browser</title>
</head>
<body>
<div id="liveTvRecordingsPage" data-role="page" class="page libraryPage" data-theme="a" data-view="livetv">
<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>
<a href="livetvtimers.html">Upcoming Timers</a>
<a href="livetvseriestimers.html">Series Timers</a>
</div>
<div data-role="content">
<div class="itemsContainer">
<br />
<div class="detailTableContainer">
<table id="table-column-toggle" class="detailTable">
<thead>
<tr>
<th class="desktopColumn"></th>
<th>Name</th>
<th class="desktopColumn">Channel</th>
<th>Date</th>
<th>Start</th>
<th class="tabletColumn">Length</th>
<th class="tabletColumn">Status</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
</div>
</div>
</body>
</html>