jellyfin-web/dashboard-ui/wizarduser.html

45 lines
2.0 KiB
HTML
Raw Normal View History

2013-02-20 18:33:05 -07:00
<!DOCTYPE html>
<html>
<head>
2015-03-21 11:12:12 -07:00
<title>Emby</title>
2013-02-20 18:33:05 -07:00
</head>
<body>
2015-12-14 08:43:03 -07:00
<div id="wizardUserPage" data-role="page" class="page standalonePage wizardPage" data-require="scripts/wizarduserpage,paper-input">
2013-02-20 18:33:05 -07:00
<div data-role="content">
<div class="ui-corner-all ui-shadow wizardContent">
2015-05-18 18:46:31 -07:00
<form class="wizardUserForm">
2015-07-30 07:34:46 -07:00
<h1>
2015-08-20 14:13:50 -07:00
${TellUsAboutYourself}
2015-07-30 07:34:46 -07:00
</h1>
2013-02-20 18:33:05 -07:00
2015-07-30 07:34:46 -07:00
<p style="margin-top:2em;">${UserProfilesIntro}</p>
2013-02-20 18:33:05 -07:00
2015-07-30 07:34:46 -07:00
<div>
<paper-input type="text" id="txtUsername" label="${LabelYourFirstName}" required="required"></paper-input>
<div class="fieldDescription">${MoreUsersCanBeAddedLater}</div>
</div>
<br />
<h1 style="margin-bottom:.25em;">${HeaderOptionalLinkEmbyAccount}</h1>
<div>
<paper-input type="text" id="txtConnectUserName" label="${LabelConnectUserName}"></paper-input>
<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 />
2015-05-18 18:46:31 -07:00
<br />
2013-02-20 18:33:05 -07:00
<div class="wizardNavigation">
2015-07-30 07:34:46 -07:00
<button type="button" data-role="none" class="clearButton" style="width:auto;"><paper-button raised class="subdued"><iron-icon icon="arrow-back"></iron-icon><span>${LabelPrevious}</span></paper-button></button>
<button type="submit" data-role="none" class="clearButton" style="width:auto;"><paper-button raised class="accent"><iron-icon icon="arrow-forward"></iron-icon><span>${LabelNext}</span></paper-button></button>
2013-02-20 18:33:05 -07:00
</div>
</form>
</div>
</div>
</div>
</body>
</html>