"members management"
Bootstrap 3.0.0 Snippet by Djitzu

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<form class="container col-sm-offset-3 col-sm-6">
<h3>Result :</h3>
<!--Peudo-->
<input class="input-lg form-control" type="text" name="pseudo" value="DarKookie666"/>
<!--firstName-->
<input class="input-lg form-control" type="text" name="firstName" value="Dark"/>
<!--lastName-->
<input class="input-lg form-control" type="text" name="lastname" value="Vador"/>
<!--mail-->
<input class="input-lg form-group form-control" type="email" name="email" value="dark.vador@empire.gal"/>
<!--Validations-->
<!--Edit-->
<label for="mySubmit" class="btn btn-info btn-lg col-xs-12 col-sm-4"><i class="glyphicon glyphicon-pencil"></i> Edit</label>
<input id="mySubmit" type="submit" value="Go" class="hidden" />
<!--Ban-->
<label for="mySubmit" class="btn btn-warning btn-lg col-xs-12 col-sm-4"><i class="glyphicon glyphicon-ban-circle"></i> Ban</label>
<input id="mySubmit" type="submit" value="Go" class="hidden" />
<!--Delete-->
<label for="mySubmit" class="btn btn-danger btn-lg col-xs-12 col-sm-4"><i class="glyphicon glyphicon-trash"></i> Delete</label>
<input id="mySubmit" type="submit" value="Go" class="hidden" />
</form>
</div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: