You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
2.3 KiB
Smarty
64 lines
2.3 KiB
Smarty
<ol class="breadcrumb">
|
|
<li itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb">
|
|
<a href="/" itemprop="url"><span itemprop="title">Home</span></a>
|
|
</li>
|
|
<li class="active" itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb">
|
|
<span itemprop="title">Login</span>
|
|
</li>
|
|
</ol>
|
|
|
|
|
|
<div class="row">
|
|
<div class="{login_window:spansize}">
|
|
<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>
|
|
</div>
|
|
|
|
<form class="form-horizontal" role="form">
|
|
<div class="form-group">
|
|
<label for="username" class="col-lg-2 control-label">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>
|
|
<div class="col-lg-10">
|
|
<input class="form-control" type="password" placeholder="Enter Password" name="password" id="password" />
|
|
</div>
|
|
</div>
|
|
<div class="form-group">
|
|
<div class="col-lg-offset-2 col-lg-10">
|
|
<div class="checkbox">
|
|
<label>
|
|
<input type="checkbox"> 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>
|
|
</div>
|
|
</div>
|
|
<input type="hidden" name="_csrf" value="{token}" id="csrf-token" />
|
|
</form>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="col-md-6 {alternate_logins:display}">
|
|
<div class="well well-lg">
|
|
<h4>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>
|
|
<li data-url="/auth/facebook" class="facebook {facebook:display}"><i class="icon-facebook-sign icon-3x"></i></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<script type="text/javascript" src="{relative_path}/src/forum/login.js"></script> |