jellyfish-web/dashboard-ui/wizarduser.html

41 lines
2 KiB
HTML
Raw Normal View History

2017-07-22 18:59:07 -04:00
<div id="wizardUserPage" data-role="page" class="page standalonePage wizardPage">
2013-02-20 20:33:05 -05:00
2017-05-06 15:42:17 -04:00
<div class="padded-left padded-right padded-top">
2013-02-20 20:33:05 -05:00
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">
<h1 class="sectionTitle">
${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>
2016-03-16 01:33:31 -04:00
</div>
2016-10-13 11:07:21 -04:00
2018-09-12 19:26:21 +02:00
<div class="verticalSection verticalSection-extrabottompadding">
<h2 class="sectionTitle">${HeaderOptionalLinkEmbyAccount}</h2>
2016-10-13 11:07:21 -04:00
2018-09-12 19:26:21 +02:00
<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 is="emby-linkbutton" class="button-link" href="http://emby.media/connect" target="_blank">${ButtonLearnMoreAboutEmbyConnect}</a></div>
</div>
2015-07-30 10:34:46 -04:00
</div>
2016-03-16 01:33:31 -04:00
</div>
2018-09-12 19:26:21 +02:00
2016-03-16 01:33:31 -04:00
<div class="wizardNavigation">
2016-09-09 12:58:08 -04:00
<button is="emby-button" type="button" class="raised button-cancel" onclick="history.back();"><i class="md-icon">arrow_back</i><span>${LabelPrevious}</span></button>
<button is="emby-button" type="submit" class="raised button-submit"><span>${LabelNext}</span><i class="md-icon">arrow_forward</i></button>
2016-03-16 01:33:31 -04:00
</div>
</form>
2013-02-20 20:33:05 -05:00
</div>
2016-03-16 01:33:31 -04:00
2013-02-20 20:33:05 -05:00
</div>
2016-03-16 01:33:31 -04:00
</div>