support in-app connect signup
This commit is contained in:
parent
5187a0d558
commit
496add35b9
8 changed files with 188 additions and 20 deletions
|
@ -44,9 +44,13 @@
|
|||
</div>
|
||||
|
||||
<div class="newUsers">
|
||||
<br />
|
||||
<h2 style="text-align: left;">${HeaderNewUsers}</h2>
|
||||
<a data-role="button" data-icon="action" href="http://emby.media/community/index.php?app=core&module=global§ion=register" target="_blank">${ButtonSignUp}</a>
|
||||
<a class="btn" href="connectlogin.html?mode=signup">
|
||||
<span>
|
||||
${ButtonSignUp}
|
||||
</span>
|
||||
<i class="fa fa-plus-circle"></i>
|
||||
</a>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
@ -64,7 +68,7 @@
|
|||
<label for="txtServerPort" style="text-align: left;">${LabelServerPort}</label>
|
||||
<input type="number" id="txtServerPort" step="1" min="0" />
|
||||
</div>
|
||||
<br /><br />
|
||||
<br />
|
||||
|
||||
<button class="btn btnActionAccent" data-role="none" type="submit">
|
||||
<span>
|
||||
|
@ -80,6 +84,42 @@
|
|||
</a>
|
||||
</form>
|
||||
|
||||
<form class="signupForm" style="text-align: center; margin: 0 auto;display:none;">
|
||||
|
||||
<h1 style="text-align: left;">${HeaderSignUp}</h1>
|
||||
<br />
|
||||
<div>
|
||||
<label for="txtSignupEmail" style="text-align: left;">${LabelEmail}</label>
|
||||
<input type="email" id="txtSignupEmail" required="required" />
|
||||
</div>
|
||||
<div>
|
||||
<label for="txtSignupUsername" style="text-align: left;">${LabelUsername}</label>
|
||||
<input type="text" id="txtSignupUsername" required="required" />
|
||||
</div>
|
||||
<div>
|
||||
<label for="txtSignupPassword" style="text-align: left;">${LabelPassword}</label>
|
||||
<input type="password" id="txtSignupPassword" required="required" autocomplete="off" />
|
||||
</div>
|
||||
<div>
|
||||
<label for="txtSignupPasswordConfirm" style="text-align: left;">${LabelPasswordConfirm}</label>
|
||||
<input type="password" id="txtSignupPasswordConfirm" required="required" autocomplete="off" />
|
||||
</div>
|
||||
<br />
|
||||
|
||||
<button class="btn btnActionAccent" data-role="none" type="submit">
|
||||
<span>
|
||||
${ButtonSignUp}
|
||||
</span>
|
||||
<i class="fa fa-check"></i>
|
||||
</button>
|
||||
<a class="btn btnDarkAccent" href="#" data-rel="back">
|
||||
<span>
|
||||
${ButtonCancel}
|
||||
</span>
|
||||
<i class="fa fa-close"></i>
|
||||
</a>
|
||||
</form>
|
||||
|
||||
<div class="welcomeContainer readOnlyContent" style="text-align: center; margin: 0 auto;display:none;">
|
||||
|
||||
<div style="text-align: left;">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue