mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
65 lines
2.6 KiB
HTML
65 lines
2.6 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>${TitleLiveTV}</title>
|
|
</head>
|
|
<body>
|
|
<div id="liveTvStatusPage" data-role="page" class="page type-interior liveTvSettingsPage">
|
|
|
|
<div data-role="content">
|
|
<div class="content-primary">
|
|
|
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
|
<a href="#" data-role="button" class="ui-btn-active">${TabStatus}</a>
|
|
<a href="livetvsettings.html" data-role="button">${TabSettings}</a>
|
|
</div>
|
|
|
|
<div style="margin-top: 2em;">
|
|
|
|
<div class="liveTvStatusContent" style="display: none;">
|
|
|
|
<div style="margin-top: 2.5em;">
|
|
<p>Service: <span id="activeServiceName"></span></p>
|
|
<p>Status: <span id="activeServiceStatus"></span></p>
|
|
<p>Version: <span id="activeServiceVersion"></span></p>
|
|
</div>
|
|
<br />
|
|
|
|
<div class="readOnlyContent refreshGuidePanel hide">
|
|
<button type="button" class="btnRefreshGuide" data-icon="refresh" data-mini="true">${ButtonRefreshGuideData}</button>
|
|
<progress max="100" min="0" style="width: 100%;" class="refreshGuideProgress"></progress>
|
|
<div style="margin-top: 5px;">Last Result: <span class="lastRefreshGuideResult"></span></div>
|
|
</div>
|
|
|
|
<br />
|
|
<h2>${HeaderTvTuners}</h2>
|
|
|
|
<table data-role="table" data-mode="reflow" class="tblTuners stripedTable ui-responsive table-stroke">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Source</th>
|
|
<th>Status</th>
|
|
<th>Program</th>
|
|
<th>Clients</th>
|
|
<th></th>
|
|
</tr>
|
|
</thead>
|
|
<tbody class="tunersResultBody">
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="noLiveTvServices" style="display: none;">
|
|
|
|
<p>${LiveTvPluginRequired}</p>
|
|
|
|
<p><a href="plugincatalog.html">${LiveTvPluginRequiredHelp}</a></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|