Add updated templates

This commit is contained in:
Chris 2016-12-30 21:25:26 +00:00
parent 5e434d097b
commit 8a89ea4048
9 changed files with 108 additions and 0 deletions

View File

@ -0,0 +1,19 @@
{L_LOGIN_RESEND_GREET},
{L_LOGIN_RESEND_INTRO}
{L_LOGIN_USERNAME}: %(username)s
{L_LOGIN_PASSWORD}: %(password)s
{L_LOGIN_REG_ACTNEEDED}
%(act_url)s
{L_LOGIN_REG_ALTACT}
%(act_form)s
%(act_code)s
{L_LOGIN_RESEND_ENJOY}
--
{L_EMAIL_SIG}

View File

@ -0,0 +1,18 @@
{L_LOGIN_LOCKOUT_GREETING} %(username)s,
{L_LOGIN_LOCKOUT_MESSAGE}
{L_LOGIN_USERNAME}: %(username)s
{L_LOGIN_PASSWORD}: %(password)s
{L_LOGIN_LOCKOUT_ACTNEEDED}
%(act_url)s
{L_LOGIN_LOCKOUT_ALTACT}
%(act_form)s
%(act_code)s
--
{L_EMAIL_SIG}

View File

@ -0,0 +1,9 @@
{L_LOGIN_RECOVER_GREET},
{L_LOGIN_RECOVER_INTRO}
%(reset_url)s
{L_LOGIN_RECOVER_IGNORE}
--
{L_EMAIL_SIG}

View File

@ -0,0 +1,13 @@
{L_LOGIN_RESET_GREET},
{L_LOGIN_RESET_INTRO}
{L_LOGIN_USERNAME}: %(username)s
{L_LOGIN_PASSWORD}: %(password)s
{L_LOGIN_RESET_LOGIN}
%(login_url)s
--
{L_EMAIL_SIG}

View File

@ -0,0 +1,19 @@
{L_LOGIN_REG_GREETING},
{L_LOGIN_REG_CREATED}
{L_LOGIN_USERNAME}: %(username)s
{L_LOGIN_PASSWORD}: %(password)s
{L_LOGIN_REG_ACTNEEDED}
%(act_url)s
{L_LOGIN_REG_ALTACT}
%(act_form)s
%(act_code)s
{L_LOGIN_REG_ENJOY}
--
{L_EMAIL_SIG}

View File

@ -0,0 +1,3 @@
{L_LOGIN_FAILED}:<br/>
<code>%(reason)s</code><br/>
<span class="limitwarn">{L_LOGIN_FAILLIMIT}</span>

View File

@ -0,0 +1 @@
{L_LOGIN_LOCKEDOUT}

View File

@ -0,0 +1,25 @@
<div class="small-8 small-centered columns">
%(error)s
<!-- Start signup form -->
<div class="signupform callout secondary">
<div>{L_LOGIN_REG_INTRO}</div>
<form id="signinform" method="post" action="%(target)s">
<div class="entry">
<label for="username">{L_LOGIN_USERNAME}:<br />
<input type="text" id="username" name="username" size="24" maxlength="32" value="%(username)s"/>
</label>
</div>
<div class="entry">
<label for="password">{L_LOGIN_EMAIL}:<br />
<input type="text" id="email" name="email" size="24" maxlength="255" value="%(email)s"/>
</label>
</div>
<div class="contextlink">(<a href="%(url-activate)s">{L_LOGIN_ACTFORM}</a>)</div>
<div class="g-recaptcha" data-sitekey="%(sitekey)s"></div>
<div class="submit clearfix">
<input type="submit" class="button float-right nomargin" id="signup" name="signup" value="{L_LOGIN_REGISTER}" />
</div>
</form>
</div>
<!-- End signup form -->
</div>

View File

@ -0,0 +1 @@
<script src='https://www.google.com/recaptcha/api.js'></script>