2016-06-04 20:50:07 -07:00
|
|
|
|
<div id="wizardTunerPage" data-role="page" class="page standalonePage wizardPage" data-require="scripts/wizardlivetvtuner,paper-input,emby-button">
|
2015-08-20 13:54:00 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div data-role="content">
|
2015-08-20 13:54:00 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div class="ui-corner-all ui-shadow wizardContent">
|
2015-08-20 13:54:00 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<form>
|
|
|
|
|
<div>
|
|
|
|
|
<h1 style="display:inline-block;">
|
|
|
|
|
${HeaderSetupLiveTV}
|
|
|
|
|
</h1>
|
2016-06-04 20:50:07 -07:00
|
|
|
|
<a href="https://github.com/MediaBrowser/Wiki/wiki/Live%20TV" target="_blank" class="clearLink" style="margin-top:-10px;display:inline-block;vertical-align:middle;margin-left:2em;"><button is="emby-button" type="button" class="raised secondary mini"><iron-icon icon="info"></iron-icon><span>${ButtonHelp}</span></button></a>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
2015-08-20 13:54:00 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<br />
|
|
|
|
|
<div>
|
|
|
|
|
<label for="selectTunerType" class="selectLabel">${LabelTunerType}</label>
|
|
|
|
|
<select id="selectTunerType" data-mini="true" required="required">
|
|
|
|
|
<option value="hdhomerun">HDHomerun</option>
|
|
|
|
|
</select>
|
|
|
|
|
<div class="fieldDescription">${AdditionalLiveTvProvidersCanBeInstalledLater}</div>
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
<div>
|
|
|
|
|
<paper-input class="txtDevicePath" label="${LabelTunerIpAddress}" required="required"></paper-input>
|
|
|
|
|
<div class="fieldDescription">${HelpMoreTunersCanBeAdded}</div>
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
<div class="wizardNavigation">
|
2016-06-04 20:50:07 -07:00
|
|
|
|
<button is="emby-button" type="button" class="raised subdued" onclick="history.back();"><iron-icon icon="arrow-back"></iron-icon><span>${LabelPrevious}</span></button>
|
|
|
|
|
<button is="emby-button" type="submit" class="raised accent"><iron-icon icon="arrow-forward"></iron-icon><span>${LabelNext}</span></button>
|
|
|
|
|
<button is="emby-button" type="button" class="btnSkip raised" style="background: #888; color: #fff;"><iron-icon icon="arrow-forward"></iron-icon><span>${ButtonSkip}</span></button>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
|
|
|
|
</form>
|
2015-08-20 13:54:00 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
|
2015-08-20 13:54:00 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|