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

47 lines
2.4 KiB
HTML
Raw Normal View History

2016-09-11 14:02:32 -07:00
<div id="liveTvTunerProviderHdHomerunPage" data-role="page" class="page type-interior liveTvSettingsPage withTabs" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Live%20TV" data-require="scripts/livetvtunerprovider-hdhomerun,emby-input,emby-checkbox,emby-button">
2015-07-25 11:11:46 -07:00
2016-03-15 22:33:31 -07:00
<div data-role="content">
<div class="content-primary">
2015-07-25 11:11:46 -07:00
2016-08-21 12:18:58 -07:00
<form>
2016-03-15 22:33:31 -07:00
<h1>HD Homerun</h1>
2015-07-25 11:11:46 -07:00
2016-08-21 12:18:58 -07:00
<div class="inputContainer">
<input is="emby-input" class="txtDevicePath" label="${LabelTunerIpAddress}" required="required" />
</div>
2016-09-11 14:02:32 -07:00
<div class="checkboxContainer checkboxContainer-withDescription">
<label>
<input type="checkbox" is="emby-checkbox" class="chkEnabled" checked />
<span>${LabelEnableThisTuner}</span>
</label>
<div class="fieldDescription checkboxFieldDescription">${LabelEnableThisTunerHelp}</div>
2016-08-21 12:18:58 -07:00
</div>
2016-09-11 14:02:32 -07:00
<div class="checkboxContainer checkboxContainer-withDescription">
<label>
<input type="checkbox" is="emby-checkbox" class="chkFavorite" />
<span>${LabelImportOnlyFavoriteChannels}</span>
</label>
<div class="fieldDescription checkboxFieldDescription">${ImportFavoriteChannelsHelp}</div>
2016-08-21 12:18:58 -07:00
</div>
2016-09-11 14:02:32 -07:00
<div class="checkboxContainer checkboxContainer-withDescription">
<label>
<input type="checkbox" is="emby-checkbox" class="chkTranscode" />
<span>${LabelAllowHWTranscoding}</span>
</label>
<div class="fieldDescription checkboxFieldDescription">${AllowHWTranscodingHelp}</div>
2016-08-21 12:18:58 -07:00
</div>
<p>${DrmChannelsNotImported}</p>
<br />
<div>
2016-09-11 14:02:32 -07:00
<button is="emby-button" type="submit" class="raised button-submit block">
<span>${ButtonSave}</span>
</button>
<button is="emby-button" type="button" class="raised button-cancel block btnCancel" onclick="history.back();">
<span>${ButtonCancel}</span>
</button>
2016-08-21 12:18:58 -07:00
</div>
</form>
2015-07-25 11:11:46 -07:00
</div>
</div>
</div>