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-05-18 18:46:31 -07:00
|
|
|
|
<div id="wizardUserPage" data-role="page" class="page standalonePage wizardPage" data-require="scripts/wizarduserpage">
|
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">
|
2013-02-20 18:33:05 -07:00
|
|
|
|
<h2>
|
2015-05-18 18:46:31 -07:00
|
|
|
|
<img src="css/images/mblogoicon.png" style="height: 30px;" />${TellUsAboutYourself}
|
|
|
|
|
</h2>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
|
2014-03-31 14:04:22 -07:00
|
|
|
|
<p>${UserProfilesIntro}</p>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
|
|
|
|
|
<ul data-role="listview" class="ulForm">
|
|
|
|
|
<li>
|
2014-03-31 14:04:22 -07:00
|
|
|
|
<label for="txtUsername">${LabelYourFirstName}</label>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
<input type="text" id="txtUsername" name="txtUsername" required="required" />
|
2014-03-31 14:04:22 -07:00
|
|
|
|
<div class="fieldDescription">${MoreUsersCanBeAddedLater}</div>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
2015-03-21 11:12:12 -07:00
|
|
|
|
<h2>${HeaderOptionalLinkEmbyAccount}</h2>
|
2015-05-18 18:46:31 -07:00
|
|
|
|
<br />
|
2014-10-19 20:04:45 -07:00
|
|
|
|
<ul data-role="listview" class="ulForm">
|
|
|
|
|
<li>
|
|
|
|
|
<label for="txtConnectUserName">${LabelConnectUserName}</label>
|
|
|
|
|
<input id="txtConnectUserName" type="text" />
|
|
|
|
|
<div class="fieldDescription">
|
|
|
|
|
<div>${LabelConnectUserNameHelp}</div>
|
2015-03-21 11:12:12 -07:00
|
|
|
|
<div style="margin-top: .75em;"><a href="http://emby.media/connect" target="_blank">${ButtonLearnMoreAboutEmbyConnect}</a></div>
|
2014-10-19 20:04:45 -07:00
|
|
|
|
</div>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
|
|
|
|
|
<div class="wizardNavigation">
|
2014-03-30 18:00:47 -07:00
|
|
|
|
<button type="button" data-iconpos="left" data-icon="arrow-l" data-inline="true" onclick="history.back();">${LabelPrevious}</button>
|
|
|
|
|
<button type="submit" data-iconpos="right" data-icon="arrow-r" data-inline="true">${LabelNext}</button>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|