1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/livetvstatus.html
2015-07-23 10:58:27 -04:00

100 lines
4.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 class="noLiveTvServices" style="display: none;">
<p>${LiveTvPluginRequired}</p>
<p><a href="plugincatalog.html">${LiveTvPluginRequiredHelp}</a></p>
</div>
<paper-dialog class="dlgAddDevice" entry-animation="fade-in-animation" exit-animation="fade-out-animation" style="height:500px;width:300px;" with-backdrop>
<h2>${HeaderAddDevice}</h2>
<form class="formAddDevice">
<div>
<div>
<label for="selectTunerDeviceType">${LabelType}</label>
<select id="selectTunerDeviceType" data-mini="true">
<option value="hdhomerun">HD Homerun</option>
<option value="m3u">M3U</option>
</select>
<div class="fieldDescription">${MessageTunerDeviceNotListed}</div>
<div class="fieldDescription"><a href="appservices.html?context=livetv">${TabExternalServices}</a></div>
</div>
<div>
<br />
<label for="txtDevicePath">${LabelIpAddressPath}</label>
<input type="text" id="txtDevicePath" required="required" />
</div>
</div>
<div class="buttons">
<paper-button dialog-dismiss>${ButtonCancel}</paper-button>
<button data-role="none" type="submit" class="clearButton"><paper-button><span>${ButtonOk}</span></paper-button></button>
</div>
</form>
</paper-dialog>
</div>
</div>
</div>
</div>
</body>
</html>