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.
30 lines
910 B
PHP
30 lines
910 B
PHP
<div class="row-fluid">
|
|
<div class="span2"></div>
|
|
|
|
|
|
<div class="span8">
|
|
<form action="<?php echo site_url('login/do_findpwd') ?>" class="form-horizontal" name="form_findpwd" id="form_findpwd" method="post">
|
|
<legend>Welcome</legend>
|
|
<div class="control-group">
|
|
<label class="control-label" for="inputEmail">Email</label>
|
|
<div class="controls">
|
|
<input type="text" id="email" name="email" placeholder="Email">
|
|
</div>
|
|
</div>
|
|
<div class="control-group">
|
|
<div class="controls">
|
|
<button type="button" onclick="submitForm('form_findpwd');" class="btn">submit</button>
|
|
<a href="<?php echo site_url('login/'); ?>" id="login_warning" name="login_warning">Log in</a>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
|
|
<div class="alert alert-error">
|
|
<h4>IE6 isn't allowed!</h4>
|
|
Please use Google Chrome, Firefox, Safair, or IE7+.
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="span2"></div>
|
|
</div> |