2019-01-11 04:36:17 -07:00
|
|
|
<div data-role="page" class="page standalonePage">
|
|
|
|
<div class="padded-left padded-right padded-bottom-page">
|
2019-08-25 00:29:12 -07:00
|
|
|
<form class="addServerForm" style="margin: 0 auto;">
|
|
|
|
<h1>${HeaderConnectToServer}</h1>
|
2019-01-11 04:36:17 -07:00
|
|
|
<div class="inputContainer">
|
2019-04-20 11:52:53 -07:00
|
|
|
<input is="emby-input" type="text" id="txtServerHost" required="required" label="${LabelServerHost}" autocomplete="off" spellcheck="false" autocapitalize="none" autocorrect="off" />
|
2019-08-25 00:29:12 -07:00
|
|
|
<div class="fieldDescription">${LabelServerHostHelp}</div>
|
2019-01-11 04:36:17 -07:00
|
|
|
</div>
|
|
|
|
<br />
|
|
|
|
<button is="emby-button" type="submit" class="raised button-submit block">
|
|
|
|
<span>${ButtonConnect}</span>
|
|
|
|
</button>
|
2019-08-25 00:29:12 -07:00
|
|
|
<button is="emby-button" type="button" class="raised button-cancel block btnCancel">
|
2019-01-11 04:36:17 -07:00
|
|
|
<span>${ButtonCancel}</span>
|
|
|
|
</button>
|
|
|
|
</form>
|
|
|
|
</div>
|
2019-04-03 21:56:47 -07:00
|
|
|
</div>
|