jellyfin-web/dashboard-ui/livetvtunerprovider-hdhomerun.html

52 lines
2.6 KiB
HTML
Raw Normal View History

2015-07-25 11:11:46 -07:00
<!DOCTYPE html>
<html>
<head>
<title>${TitleLiveTV}</title>
</head>
<body>
2015-12-14 08:43:03 -07:00
<div id="liveTvTunerProviderHdHomerunPage" data-role="page" class="page type-interior liveTvSettingsPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Live%20TV" data-require="scripts/livetvtunerprovider-hdhomerun,paper-input">
2015-07-25 11:11:46 -07:00
<div data-role="content">
<div class="content-primary">
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
<a href="livetvstatus.html" 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;">
<h1>HD Homerun Setup</h1>
<form>
<div>
<div>
2015-07-26 14:02:23 -07:00
<paper-input class="txtDevicePath" label="${LabelTunerIpAddress}" required="required"></paper-input>
2015-07-25 11:11:46 -07:00
</div>
<div>
<br />
2015-08-20 10:40:11 -07:00
<paper-checkbox class="chkEnabled" checked>${LabelEnableThisTuner}</paper-checkbox>
2015-07-27 09:25:45 -07:00
<div class="fieldDescription paperCheckboxFieldDescription">${LabelEnableThisTunerHelp}</div>
</div>
<div>
<br />
2015-07-25 13:41:29 -07:00
<paper-checkbox class="chkFavorite">${LabelImportOnlyFavoriteChannels}</paper-checkbox>
<div class="fieldDescription paperCheckboxFieldDescription">${ImportFavoriteChannelsHelp}</div>
2015-07-25 11:11:46 -07:00
</div>
<br />
<div>
<button type="submit" data-role="none" class="clearButton">
<paper-button raised class="submit block"><iron-icon icon="check"></iron-icon><span>${ButtonSave}</span></paper-button>
</button>
<paper-button raised class="cancel block btnCancel" onclick="history.back();"><iron-icon icon="close"></iron-icon><span>${ButtonCancel}</span></paper-button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</body>
</html>