11<div class =" card card-block sameheight-item" >
2- <div class =" panel-body" >
3- <div class =" panel-title-block" style =" margin-bottom: 20px;" >
4- <h3 class =" title" >
5- Default Bootstrap Inputs
6- </h3 >
7- </div >
8- <form role =" form" >
9- <fieldset class =" form-group" >
10- <label class =" control-label" for =" formGroupExampleInput" >Input Text</label >
11- <input type =" text" class =" form-control" id =" formGroupExampleInput" >
12- </fieldset >
13- <fieldset class =" form-group" >
14- <label class =" control-label" for =" formGroupExampleInput2" >Input Password</label >
15- <input type =" password" class =" form-control" id =" formGroupExampleInput2" >
16- </fieldset >
17- <fieldset class =" form-group" >
18- <label class =" control-label" for =" formGroupExampleInput3" >Placeholder input</label >
19- <input type =" text" class =" form-control" id =" formGroupExampleInput3" placeholder =" Placeholder text" >
20- </fieldset >
21- <fieldset class =" form-group" >
22- <label class =" control-label" for =" formGroupExampleInput4" >Disabled input</label >
23- <input type =" text" disabled =" disabled" class =" form-control" id =" formGroupExampleInput4" placeholder =" Disabled input text" >
24- </fieldset >
25- <fieldset class =" form-group" >
26- <label class =" control-label" for =" formGroupExampleInput5" >Static control</label >
27- <p class =" form-control-static" id =" formGroupExampleInput5" >email@example.com</p >
28- </fieldset >
29- <fieldset class =" form-group" >
30- <label class =" control-label" for =" formGroupExampleInput6" >Readonly input</label >
31- <input type =" text" readonly =" readonly" class =" form-control" id =" formGroupExampleInput6" value =" Readonly input text" >
32- </fieldset >
33- <fieldset class =" form-group" >
34- <label class =" control-label" for =" formGroupExampleInput7" >Textarea</label >
35- <textarea rows =" 3" class =" form-control" id =" formGroupExampleInput7" ></textarea >
36- </fieldset >
37- </form >
2+ <div class =" title-block" >
3+ <h3 class =" title" >
4+ Default Bootstrap Inputs
5+ </h3 >
386 </div >
7+ <form role =" form" >
8+ <fieldset class =" form-group" >
9+ <label class =" control-label" for =" formGroupExampleInput" >Input Text</label >
10+ <input type =" text" class =" form-control" id =" formGroupExampleInput" >
11+ </fieldset >
12+ <fieldset class =" form-group" >
13+ <label class =" control-label" for =" formGroupExampleInput2" >Input Password</label >
14+ <input type =" password" class =" form-control" id =" formGroupExampleInput2" >
15+ </fieldset >
16+ <fieldset class =" form-group" >
17+ <label class =" control-label" for =" formGroupExampleInput3" >Placeholder input</label >
18+ <input type =" text" class =" form-control" id =" formGroupExampleInput3" placeholder =" Placeholder text" >
19+ </fieldset >
20+ <fieldset class =" form-group" >
21+ <label class =" control-label" for =" formGroupExampleInput4" >Disabled input</label >
22+ <input type =" text" disabled =" disabled" class =" form-control" id =" formGroupExampleInput4" placeholder =" Disabled input text" >
23+ </fieldset >
24+ <fieldset class =" form-group" >
25+ <label class =" control-label" for =" formGroupExampleInput5" >Static control</label >
26+ <p class =" form-control-static" id =" formGroupExampleInput5" >email@example.com</p >
27+ </fieldset >
28+ <fieldset class =" form-group" >
29+ <label class =" control-label" for =" formGroupExampleInput6" >Readonly input</label >
30+ <input type =" text" readonly =" readonly" class =" form-control" id =" formGroupExampleInput6" value =" Readonly input text" >
31+ </fieldset >
32+ <fieldset class =" form-group" >
33+ <label class =" control-label" for =" formGroupExampleInput7" >Textarea</label >
34+ <textarea rows =" 3" class =" form-control" id =" formGroupExampleInput7" ></textarea >
35+ </fieldset >
36+ </form >
3937</div >
0 commit comments