mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
67 lines
2.8 KiB
HTML
67 lines
2.8 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>${TitleLiveTV}</title>
|
|
</head>
|
|
<body>
|
|
<div id="liveTvStatusPage" data-role="page" class="page type-interior liveTvSettingsPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Live%20TV" data-require="scripts/livetvstatus,scripts/taskbutton,detailtablecss">
|
|
|
|
<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">${TabTuners}</a>
|
|
<a href="livetvsettings.html" data-role="button">${TabSettings}</a>
|
|
<a href="appservices.html?context=livetv" data-role="button">${TabExternalServices}</a>
|
|
</div>
|
|
|
|
<div class="readOnlyContent" style="margin-top: 2em;">
|
|
|
|
<div class="liveTvStatusContent" style="display: none;">
|
|
|
|
<h1>${HeaderTunerDevices}</h1>
|
|
<paper-button raised class="submit btnAddDevice block"><iron-icon icon="add"></iron-icon><span>${ButtonAdd}</span></paper-button>
|
|
<div class="devicesList">
|
|
</div>
|
|
|
|
<div>
|
|
<br />
|
|
<h1>${HeaderGuideProviders}</h1>
|
|
<p>${AddGuideProviderHelp}</p>
|
|
<paper-button raised class="submit btnAddProvider block"><iron-icon icon="add"></iron-icon><span>${ButtonAdd}</span></paper-button>
|
|
<div class="providerList">
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<br />
|
|
<h1>${HeaderTvTuners}</h1>
|
|
|
|
<table data-role="table" data-mode="reflow" class="tblTuners stripedTable ui-responsive table-stroke">
|
|
<thead>
|
|
<tr>
|
|
<th>${HeaderName}</th>
|
|
<th>${HeaderSource}</th>
|
|
<th>${HeaderStatus}</th>
|
|
<th>${HeaderProgram}</th>
|
|
<th>${HeaderClients}</th>
|
|
<th></th>
|
|
</tr>
|
|
</thead>
|
|
<tbody class="tunersResultBody"></tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="servicesSection" style="display:none;">
|
|
<br />
|
|
<h1>${HeaderExternalServices}</h1>
|
|
<div class="servicesList">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|