themed reset.tpl and reset_code.tpl to BS3, closes #239
parent
f49bc088fc
commit
40897d0be6
@ -1,17 +1,30 @@
|
|||||||
<h1>Reset Password</h1>
|
<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">Reset Password</span>
|
||||||
|
</li>
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
<div class="alert alert-info">
|
||||||
|
Please enter your <strong>email address</strong> and we will send you an email with instructions on how to reset your account.
|
||||||
|
</div>
|
||||||
<div class="well">
|
<div class="well">
|
||||||
<div class="alert alert-success" id="success" style="display:none">
|
<div class="alert alert-success" id="success" style="display:none">
|
||||||
<button type="button" class="close" data-dismiss="alert">×</button>
|
<button type="button" class="close" data-dismiss="alert">×</button>
|
||||||
<strong>Password Reset Sent</strong>
|
<strong>Password Reset Sent</strong>
|
||||||
<p></p>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="alert" id="error" style="display:none">
|
<div class="alert alert-danger" id="error" style="display:none">
|
||||||
<button type="button" class="close" data-dismiss="alert">×</button>
|
<button type="button" class="close" data-dismiss="alert">×</button>
|
||||||
<strong>Invalid Email!</strong>
|
<strong>Invalid Email / Email does not exist!</strong>
|
||||||
<p></p>
|
|
||||||
</div>
|
</div>
|
||||||
<label for="email">Email Address</label><input type="text" placeholder="Enter Email Address" id="email" /><br />
|
<form onsubmit="return false;">
|
||||||
<button class="btn btn-primary" id="reset" type="submit">Reset Password</button>
|
<input type="text" class="form-control input-block input-lg" placeholder="Enter Email Address" id="email" />
|
||||||
|
|
||||||
|
<br />
|
||||||
|
<button class="btn btn-primary btn-block btn-lg" id="reset" type="submit">Reset Password</button>
|
||||||
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script type="text/javascript" src="{relative_path}/src/forum/reset.js"></script>
|
<script type="text/javascript" src="{relative_path}/src/forum/reset.js"></script>
|
Loading…
Reference in New Issue