jellyfin-web/dashboard-ui/livetvrecordings.html

42 lines
1.5 KiB
HTML
Raw Normal View History

2013-11-14 15:22:46 -07:00
<!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>
2013-12-19 14:51:32 -07:00
<a href="livetvtimers.html">Schedule</a>
<a href="livetvseriestimers.html">Series</a>
2013-11-14 15:22:46 -07:00
</div>
<div data-role="content">
2013-11-30 23:25:19 -07:00
<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>
2013-11-30 23:25:19 -07:00
<th class="tabletColumn">Status</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
2013-11-14 15:22:46 -07:00
</div>
</div>
</body>
</html>