Add updated templates
This commit is contained in:
parent
5e434d097b
commit
8a89ea4048
19
templates/default/login/email_actcode.tem
Normal file
19
templates/default/login/email_actcode.tem
Normal 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}
|
18
templates/default/login/email_lockout.tem
Normal file
18
templates/default/login/email_lockout.tem
Normal 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}
|
9
templates/default/login/email_recover.tem
Normal file
9
templates/default/login/email_recover.tem
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{L_LOGIN_RECOVER_GREET},
|
||||||
|
|
||||||
|
{L_LOGIN_RECOVER_INTRO}
|
||||||
|
|
||||||
|
%(reset_url)s
|
||||||
|
|
||||||
|
{L_LOGIN_RECOVER_IGNORE}
|
||||||
|
--
|
||||||
|
{L_EMAIL_SIG}
|
13
templates/default/login/email_reset.tem
Normal file
13
templates/default/login/email_reset.tem
Normal 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}
|
19
templates/default/login/email_signuped.tem
Normal file
19
templates/default/login/email_signuped.tem
Normal 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}
|
3
templates/default/login/failed.tem
Normal file
3
templates/default/login/failed.tem
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{L_LOGIN_FAILED}:<br/>
|
||||||
|
<code>%(reason)s</code><br/>
|
||||||
|
<span class="limitwarn">{L_LOGIN_FAILLIMIT}</span>
|
1
templates/default/login/lockedout.tem
Normal file
1
templates/default/login/lockedout.tem
Normal file
@ -0,0 +1 @@
|
|||||||
|
{L_LOGIN_LOCKEDOUT}
|
25
templates/default/login/signup.tem
Normal file
25
templates/default/login/signup.tem
Normal 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>
|
1
templates/default/login/signup_extrahead.tem
Normal file
1
templates/default/login/signup_extrahead.tem
Normal file
@ -0,0 +1 @@
|
|||||||
|
<script src='https://www.google.com/recaptcha/api.js'></script>
|
Loading…
x
Reference in New Issue
Block a user