mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
23 lines
843 B
HTML
23 lines
843 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Media Browser</title>
|
|
</head>
|
|
<body>
|
|
<div id="liveTvTimersPage" 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">Recordings</a>
|
|
<a href="livetvtimers.html" class="ui-btn-active">Timers</a>
|
|
</div>
|
|
<div data-role="content">
|
|
<p style="text-align: right; max-width: 1100px; margin: 1em auto 1.5em;">
|
|
<a data-role="button" href="livetvtimer.html" data-icon="plus" data-inline="true" data-mini="true">New Timer</a>
|
|
</p>
|
|
<div id="items" class="itemsContainer"></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|