mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
19 lines
925 B
HTML
19 lines
925 B
HTML
<div data-role="page" class="page standalonePage">
|
|
<div class="padded-left padded-right padded-bottom-page">
|
|
<form class="addServerForm" style="margin: 0 auto;">
|
|
<h1>${HeaderConnectToServer}</h1>
|
|
<div class="inputContainer">
|
|
<input is="emby-input" type="text" id="txtServerHost" required="required" label="${LabelServerHost}" autocomplete="off" spellcheck="false" autocapitalize="none" autocorrect="off" />
|
|
<div class="fieldDescription">${LabelServerHostHelp}</div>
|
|
</div>
|
|
<br />
|
|
<button is="emby-button" type="submit" class="raised button-submit block">
|
|
<span>${ButtonConnect}</span>
|
|
</button>
|
|
<button is="emby-button" type="button" class="raised button-cancel block btnCancel">
|
|
<span>${ButtonCancel}</span>
|
|
</button>
|
|
</form>
|
|
</div>
|
|
</div>
|