Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1 | espaco | 1 | <form role="form"> |
| 2 | <div class="form-body"> |
||
| 3 | <div class="form-group"> |
||
| 4 | <label for="exampleInputEmail1">Text</label> |
||
| 5 | <input type="email" class="form-control" id="exampleInputEmail1" placeholder="Enter text"> |
||
| 6 | <span class="help-block"> |
||
| 7 | A block of help text. </span> |
||
| 8 | </div> |
||
| 9 | <div class="form-group"> |
||
| 10 | <label>Email Address</label> |
||
| 11 | <div class="input-group"> |
||
| 12 | <span class="input-group-addon"> |
||
| 13 | <i class="fa fa-envelope"></i> |
||
| 14 | </span> |
||
| 15 | <input type="text" class="form-control" placeholder="Email Address"> |
||
| 16 | </div> |
||
| 17 | </div> |
||
| 18 | <div class="form-group last"> |
||
| 19 | <label>Checkboxes</label> |
||
| 20 | <div class="checkbox-list"> |
||
| 21 | <label class="checkbox-inline"> |
||
| 22 | <input type="checkbox" id="inlineCheckbox1" value="option1"> Checkbox 1 </label> |
||
| 23 | <label class="checkbox-inline"> |
||
| 24 | <input type="checkbox" id="inlineCheckbox2" value="option2"> Checkbox 2 </label> |
||
| 25 | </div> |
||
| 26 | </div> |
||
| 27 | </div> |
||
| 28 | <div class="form-actions"> |
||
| 29 | <button type="submit" class="btn blue">Submit</button> |
||
| 30 | <button type="button" class="btn default">Cancel</button> |
||
| 31 | </div> |
||
| 32 | </form> |
||
| 33 | <script> |
||
| 34 | jQuery(document).ready(function() { |
||
| 35 | Metronic.initAjax(); |
||
| 36 | }); |
||
| 37 | </script> |