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

92 lines
4.3 KiB
HTML
Raw Normal View History

2014-01-22 15:46:01 -05:00
<!DOCTYPE html>
<html>
<head>
2014-04-08 00:17:18 -04:00
<title>${TitleLiveTV}</title>
2014-01-22 15:46:01 -05:00
</head>
<body>
2015-06-23 18:13:06 -04:00
<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">
2014-01-22 15:46:01 -05:00
<div data-role="content">
<div class="content-primary">
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
2015-07-21 00:22:46 -04:00
<a href="#" data-role="button" class="ui-btn-active">${TabTuners}</a>
2015-07-23 01:25:55 -04:00
<a href="livetvguidesettings.html" data-role="button">${TabGuide}</a>
2014-04-05 11:02:50 -04:00
<a href="livetvsettings.html" data-role="button">${TabSettings}</a>
2015-07-21 00:22:46 -04:00
<a href="appservices.html?context=livetv" data-role="button">${TabExternalServices}</a>
2014-01-22 15:46:01 -05:00
</div>
<div class="readOnlyContent" style="margin-top: 2em;">
2014-01-22 15:46:01 -05:00
<div class="liveTvStatusContent" style="display: none;">
2015-07-21 00:22:46 -04:00
<h1>${HeaderTunerDevices}</h1>
<paper-button raised class="submit btnAddDevice block"><iron-icon icon="add"></iron-icon><span>${ButtonAddDevice}</span></paper-button>
<div class="devicesList">
</div>
2014-01-23 17:15:15 -05:00
<br />
2015-07-21 00:22:46 -04:00
<br />
<h1>${HeaderTvTuners}</h1>
2014-01-23 17:15:15 -05:00
<table data-role="table" data-mode="reflow" class="tblTuners stripedTable ui-responsive table-stroke">
<thead>
<tr>
2014-04-14 23:54:52 -04:00
<th>${HeaderName}</th>
<th>${HeaderSource}</th>
<th>${HeaderStatus}</th>
<th>${HeaderProgram}</th>
<th>${HeaderClients}</th>
2014-01-23 17:15:15 -05:00
<th></th>
</tr>
</thead>
2014-12-26 12:45:06 -05:00
<tbody class="tunersResultBody"></tbody>
2014-01-23 17:15:15 -05:00
</table>
2014-01-22 15:46:01 -05:00
</div>
2015-07-21 00:22:46 -04:00
<div class="servicesSection" style="display:none;">
<br />
<br />
<h1>${HeaderExternalServices}</h1>
<div class="servicesList">
</div>
</div>
2014-01-22 15:46:01 -05:00
<div class="noLiveTvServices" style="display: none;">
2014-04-08 00:17:18 -04:00
<p>${LiveTvPluginRequired}</p>
2014-01-22 15:46:01 -05:00
2014-04-08 00:17:18 -04:00
<p><a href="plugincatalog.html">${LiveTvPluginRequiredHelp}</a></p>
2014-01-22 15:46:01 -05:00
</div>
2015-07-21 00:22:46 -04:00
<paper-dialog class="dlgAddDevice" entry-animation="fade-in-animation" exit-animation="fade-out-animation" style="height:300px;width:250px;" 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>
<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>
2014-01-22 15:46:01 -05:00
</div>
</div>
</div>
</div>
</body>
</html>