|
|
|
@ -1,9 +1,9 @@
|
|
|
|
|
<ol class="breadcrumb">
|
|
|
|
|
<li itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb">
|
|
|
|
|
<a href="/" itemprop="url"><span itemprop="title">Home</span></a>
|
|
|
|
|
<a href="/" itemprop="url"><span itemprop="title">[[global:home]]</span></a>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="active" itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb">
|
|
|
|
|
<span itemprop="title">Login</span>
|
|
|
|
|
<span itemprop="title">[[login:login]]</span>
|
|
|
|
|
</li>
|
|
|
|
|
</ol>
|
|
|
|
|
|
|
|
|
@ -13,18 +13,18 @@
|
|
|
|
|
<div class="well well-lg">
|
|
|
|
|
<div class="alert alert-danger" id="login-error-notify" style="display:none">
|
|
|
|
|
<button type="button" class="close" data-dismiss="alert">×</button>
|
|
|
|
|
<strong>Failed Login Attempt</strong> <p></p>
|
|
|
|
|
<strong>[[login:failed_login_attempt]]</strong> <p></p>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<form class="form-horizontal" role="form">
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label for="username" class="col-lg-2 control-label">Username</label>
|
|
|
|
|
<label for="username" class="col-lg-2 control-label">[[login:username]]</label>
|
|
|
|
|
<div class="col-lg-10">
|
|
|
|
|
<input class="form-control" type="text" placeholder="Enter Username" name="username" id="username" />
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label for="password" class="col-lg-2 control-label">Password</label>
|
|
|
|
|
<label for="password" class="col-lg-2 control-label">[[login:password]]</label>
|
|
|
|
|
<div class="col-lg-10">
|
|
|
|
|
<input class="form-control" type="password" placeholder="Enter Password" name="password" id="password" />
|
|
|
|
|
</div>
|
|
|
|
@ -33,14 +33,14 @@
|
|
|
|
|
<div class="col-lg-offset-2 col-lg-10">
|
|
|
|
|
<div class="checkbox">
|
|
|
|
|
<label>
|
|
|
|
|
<input type="checkbox"> Remember me
|
|
|
|
|
<input type="checkbox"> [[login:remember_me]]
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<div class="col-lg-offset-2 col-lg-10">
|
|
|
|
|
<button class="btn btn-primary" id="login" type="submit">Login</button> <a href="/reset">Forgot Password?</a>
|
|
|
|
|
<button class="btn btn-primary" id="login" type="submit">[[login:login]]</button> <a href="/reset">[[login:forgot_password]]</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<input type="hidden" name="_csrf" value="{token}" id="csrf-token" />
|
|
|
|
@ -51,7 +51,7 @@
|
|
|
|
|
|
|
|
|
|
<div class="col-md-6 {alternate_logins:display}">
|
|
|
|
|
<div class="well well-lg">
|
|
|
|
|
<h4>Alternative Logins</h4>
|
|
|
|
|
<h4>[[login:alternative_logins]]</h4>
|
|
|
|
|
<ul class="alt-logins">
|
|
|
|
|
<li data-url="/auth/twitter" class="twitter {twitter:display}"><i class="icon-twitter-sign icon-3x"></i></li>
|
|
|
|
|
<li data-url="/auth/google" class="google {google:display}"><i class="icon-google-plus-sign icon-3x"></i></li>
|
|
|
|
|