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

74 lines
3.7 KiB
HTML
Raw Normal View History

2016-04-12 23:02:07 -07:00
<div id="liveTvTunerProviderSatPage" data-role="page" class="page type-interior liveTvSettingsPage withTabs" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Live%20TV">
2016-03-13 00:34:17 -07:00
2016-03-15 22:33:31 -07:00
<div data-role="content">
<div class="content-primary">
2016-03-13 00:34:17 -07:00
2016-03-15 22:33:31 -07:00
<div class="readOnlyContent" style="margin-top: 2em;">
2016-03-13 00:34:17 -07:00
2016-03-15 22:33:31 -07:00
<h1>DVB</h1>
2016-03-13 00:34:17 -07:00
2016-03-15 22:33:31 -07:00
<form>
<div>
<div>
<paper-input class="txtDevicePath" label="${LabelTunerIpAddress}" required="required"></paper-input>
</div>
2016-03-17 10:11:23 -07:00
<div>
2016-03-31 17:31:55 -07:00
<paper-input class="txtM3uUrl" label="${LabelOptionalM3uUrl}"></paper-input>
2016-03-17 10:11:23 -07:00
<div class="fieldDescription">${LabelOptionalM3uUrlHelp}</div>
</div>
<br />
2016-03-15 22:33:31 -07:00
<div>
<br />
<label class="selectLabel">Diseq C</label>
<select class="selectDiseqC">
<option value="">${OptionNone}</option>
<option value="tone">22 KHz (Tone Switch)</option>
<option value="diseqc1">Diseq c 1.x (A/B/C/D)</option>
</select>
</div>
<div>
<br />
<label class="selectLabel">Source A</label>
<select class="selectSourceA">
<option value="">${OptionNone}</option>
</select>
</div>
<div class="fldSourceB hide">
<br />
<label class="selectLabel">Source B</label>
<select class="selectSourceB">
<option value="">${OptionNone}</option>
</select>
</div>
<div class="fldSourceC hide">
<br />
<label class="selectLabel">Source C</label>
<select class="selectSourceC">
<option value="">${OptionNone}</option>
</select>
</div>
<div class="fldSourceD hide">
<br />
<label class="selectLabel">Source D</label>
<select class="selectSourceD">
<option value="">${OptionNone}</option>
</select>
</div>
2016-09-13 10:49:13 -07:00
<div class="checkboxContainer checkboxContainer-withDescription">
<label>
<input type="checkbox" is="emby-checkbox" class="chkEnabled" />
<span>${LabelEnableThisTuner}</span>
</label>
<div class="fieldDescription checkboxFieldDescription">${LabelEnableThisTunerHelp}</div>
2016-03-15 22:33:31 -07:00
</div>
2016-09-13 10:49:13 -07:00
<br />
2016-03-13 00:34:17 -07:00
<div>
2016-07-23 11:43:07 -07:00
<button is="emby-button" type="submit" class="raised submit block"><i class="md-icon">check</i><span>${ButtonSave}</span></button>
<button is="emby-button" type="button" class="raised cancel block btnCancel" onclick="history.back();"><i class="md-icon">close</i><span>${ButtonCancel}</span></button>
2016-03-13 00:34:17 -07:00
</div>
2016-03-15 22:33:31 -07:00
</div>
</form>
2016-03-13 00:34:17 -07:00
</div>
</div>
</div>
2016-03-15 22:33:31 -07:00
</div>