2019-01-11 20:36:17 +09:00
|
|
|
<div data-role="page" class="page standalonePage">
|
|
|
|
<div class="padded-left padded-right padded-bottom-page">
|
2020-05-20 15:37:58 +02:00
|
|
|
<form class="addServerForm" style="margin: 0 auto;" novalidate>
|
2019-08-25 00:29:12 -07:00
|
|
|
<h1>${HeaderConnectToServer}</h1>
|
2019-01-11 20:36:17 +09:00
|
|
|
<div class="inputContainer">
|
2020-05-20 15:37:58 +02:00
|
|
|
<input is="emby-input" type="url" id="txtServerHost" required="required" label="${LabelServerHost}"/>
|
2019-08-25 00:29:12 -07:00
|
|
|
<div class="fieldDescription">${LabelServerHostHelp}</div>
|
2019-01-11 20:36:17 +09: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 20:36:17 +09:00
|
|
|
<span>${ButtonCancel}</span>
|
|
|
|
</button>
|
|
|
|
</form>
|
|
|
|
</div>
|
2019-04-04 00:56:47 -04:00
|
|
|
</div>
|