jellyfin-web/dashboard-ui/wizarduser.html
Luke Pulverenti f52a94d778 update icons
2016-07-23 14:43:07 -04:00

34 lines
1.8 KiB
HTML

<div id="wizardUserPage" data-role="page" class="page standalonePage wizardPage" data-require="scripts/wizarduserpage,paper-input,emby-button">
<div data-role="content">
<div class="ui-corner-all ui-shadow wizardContent">
<form class="wizardUserForm">
<h1>
${TellUsAboutYourself}
</h1>
<p style="margin-top:2em;">${UserProfilesIntro}</p>
<br />
<div class="inputContainer">
<input is="emby-input" type="text" id="txtUsername" label="${LabelYourFirstName}" required="required" />
<div class="fieldDescription">${MoreUsersCanBeAddedLater}</div>
</div>
<br /> <h1 style="margin-bottom:.25em;">${HeaderOptionalLinkEmbyAccount}</h1>
<br /> <div class="inputContainer">
<input is="emby-input" type="text" id="txtConnectUserName" label="${LabelConnectUserName}" />
<div class="fieldDescription">
<div>${LabelConnectUserNameHelp}</div>
<div style="margin-top: .7em;"><a href="http://emby.media/connect" target="_blank">${ButtonLearnMoreAboutEmbyConnect}</a></div>
</div>
</div>
<br />
<div class="wizardNavigation">
<button is="emby-button" type="button" class="raised subdued" onclick="history.back();"><i class="md-icon">arrow_back</i><span>${LabelPrevious}</span></button>
<button is="emby-button" type="submit" class="raised accent"><span>${LabelNext}</span><i class="md-icon">arrow_forward</i></button>
</div>
</form>
</div>
</div>
</div>