Created
January 6, 2013 17:14
-
-
Save alejandrobernardis/4468744 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="login box white span3"> | |
| <div class="box-header"> | |
| <h2 class="box-title">Sign in to Admin</h2> | |
| </div> | |
| <div class="js-alert box-alert"> | |
| </div> | |
| <div class="box-content"> | |
| <form class=""> | |
| <fieldset> | |
| {% raw xsrf_form_html() %} | |
| <input class="input-block-level" id="username" type="text" placeholder="username/email"> | |
| <input class="input-block-level" id="password" type="password" placeholder="password"> | |
| <label class="checkbox"><input type="checkbox" id="remember" value="1">Remember me</label> | |
| </fieldset> | |
| </form> | |
| </div> | |
| <div class="box-footer"> | |
| <button class="btn btn-danger input-block-level" type="submit">Sign In</button> | |
| </div> | |
| </div> | |
| <div class="login box white span4"> | |
| <div class="box-header"> | |
| <h2 class="box-title">Sign in to Admin</h2> | |
| </div> | |
| <div class="js-alert box-alert"> | |
| </div> | |
| <div class="box-content"> | |
| <form class=""> | |
| <fieldset> | |
| {% raw xsrf_form_html() %} | |
| <input class="input-block-level" id="username" type="text" placeholder="username/email"> | |
| <input class="input-block-level" id="password" type="password" placeholder="password"> | |
| </fieldset> | |
| </form> | |
| </div> | |
| <div class="box-footer clearfix"> | |
| <label class="pull-left checkbox"><input type="checkbox" id="remember" value="1">Remember me</label> | |
| <button class="pull-right btn btn-danger" type="submit">Sign In</button> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment