jellyfin-web/dashboard-ui/livetvstatus.html

64 lines
2.8 KiB
HTML
Raw Normal View History

2014-01-22 13:46:01 -07:00
<!DOCTYPE html>
<html>
<head>
2014-04-07 21:17:18 -07:00
<title>${TitleLiveTV}</title>
2014-01-22 13:46:01 -07:00
</head>
<body>
2014-12-26 10:45:06 -07:00
<div id="liveTvStatusPage" data-role="page" class="page type-interior liveTvSettingsPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Live%20TV">
2014-01-22 13:46:01 -07:00
<div data-role="content">
<div class="content-primary">
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
2014-04-05 08:02:50 -07:00
<a href="#" data-role="button" class="ui-btn-active">${TabStatus}</a>
<a href="livetvsettings.html" data-role="button">${TabSettings}</a>
2014-01-22 13:46:01 -07:00
</div>
<div class="readOnlyContent" style="margin-top: 2em;">
2014-01-22 13:46:01 -07:00
<div class="liveTvStatusContent" style="display: none;">
<div style="margin-top: 2.5em;">
2014-05-09 12:43:06 -07:00
<p>${LabelService} <span id="activeServiceName"></span></p>
<p>${LabelStatus} <span id="activeServiceStatus"></span></p>
<p>${LabelVersion} <span id="activeServiceVersion"></span></p>
2014-01-22 13:46:01 -07:00
</div>
<br />
2015-01-20 13:19:54 -07:00
<div class="refreshGuidePanel">
2014-04-05 08:02:50 -07:00
<button type="button" class="btnRefreshGuide" data-icon="refresh" data-mini="true">${ButtonRefreshGuideData}</button>
<progress max="100" min="0" style="width: 100%;" class="refreshGuideProgress"></progress>
2014-05-09 12:43:06 -07:00
<div style="margin-top: 5px;">${LabelLastResult} <span class="lastRefreshGuideResult"></span></div>
</div>
2014-01-23 15:15:15 -07:00
<br />
2014-04-07 21:17:18 -07:00
<h2>${HeaderTvTuners}</h2>
2014-01-23 15:15:15 -07:00
<table data-role="table" data-mode="reflow" class="tblTuners stripedTable ui-responsive table-stroke">
<thead>
<tr>
2014-04-14 20:54:52 -07:00
<th>${HeaderName}</th>
<th>${HeaderSource}</th>
<th>${HeaderStatus}</th>
<th>${HeaderProgram}</th>
<th>${HeaderClients}</th>
2014-01-23 15:15:15 -07:00
<th></th>
</tr>
</thead>
2014-12-26 10:45:06 -07:00
<tbody class="tunersResultBody"></tbody>
2014-01-23 15:15:15 -07:00
</table>
2014-01-22 13:46:01 -07:00
</div>
<div class="noLiveTvServices" style="display: none;">
2014-04-07 21:17:18 -07:00
<p>${LiveTvPluginRequired}</p>
2014-01-22 13:46:01 -07:00
2014-04-07 21:17:18 -07:00
<p><a href="plugincatalog.html">${LiveTvPluginRequiredHelp}</a></p>
2014-01-22 13:46:01 -07:00
</div>
</div>
</div>
</div>
</div>
</body>
</html>