2019-01-23 11:33:34 +00:00
|
|
|
<div id="wizardUserPage" data-role="page" class="page standalonePage wizardPage">
|
2017-05-06 15:42:17 -04:00
|
|
|
<div class="padded-left padded-right padded-top">
|
2016-03-16 01:33:31 -04:00
|
|
|
<div class="ui-corner-all ui-shadow wizardContent">
|
|
|
|
<form class="wizardUserForm">
|
2018-09-12 19:26:21 +02:00
|
|
|
<div class="verticalSection">
|
2019-12-11 23:34:29 +09:00
|
|
|
<h1 class="sectionTitle">${TellUsAboutYourself}</h1>
|
2018-09-12 19:26:21 +02:00
|
|
|
<p style="margin-top:2em;">${UserProfilesIntro}</p>
|
|
|
|
<br />
|
|
|
|
<div class="inputContainer">
|
2019-12-17 19:54:48 +01:00
|
|
|
<input is="emby-input" type="text" id="txtUsername" label="${LabelUsername}" required="required" />
|
|
|
|
<div class="fieldDescription">${SelectAdminUsername}</div>
|
2018-09-12 19:26:21 +02:00
|
|
|
</div>
|
2019-01-28 20:03:54 -06:00
|
|
|
<div class="inputContainer">
|
|
|
|
<input is="emby-input" id="txtManualPassword" type="password" label="${LabelPassword}" />
|
|
|
|
<div class="fieldDescription">${LeaveBlankToNotSetAPassword}</div>
|
|
|
|
</div>
|
|
|
|
<div class="inputContainer">
|
|
|
|
<input is="emby-input" id="txtPasswordConfirm" type="password" label="${LabelPasswordConfirm}" />
|
|
|
|
</div>
|
2019-12-17 19:54:48 +01:00
|
|
|
<p>${MoreUsersCanBeAddedLater}</p>
|
2016-03-16 01:33:31 -04:00
|
|
|
</div>
|
2016-10-13 11:07:21 -04:00
|
|
|
|
2016-03-16 01:33:31 -04:00
|
|
|
<div class="wizardNavigation">
|
2019-12-11 23:34:29 +09:00
|
|
|
<button is="emby-button" type="button" class="raised button-cancel" onclick="history.back();">
|
2020-01-19 12:57:09 +01:00
|
|
|
<i class="material-icons">arrow_back</i>
|
2019-12-11 23:34:29 +09:00
|
|
|
<span>${LabelPrevious}</span>
|
|
|
|
</button>
|
|
|
|
<button is="emby-button" type="submit" class="raised button-submit">
|
|
|
|
<span>${LabelNext}</span>
|
2020-01-19 12:57:09 +01:00
|
|
|
<i class="material-icons">arrow_forward</i>
|
2019-12-11 23:34:29 +09:00
|
|
|
</button>
|
2016-03-16 01:33:31 -04:00
|
|
|
</div>
|
|
|
|
</form>
|
2013-02-20 20:33:05 -05:00
|
|
|
</div>
|
|
|
|
</div>
|
2018-12-11 18:54:50 -05:00
|
|
|
</div>
|