"alvaras_form"
Bootstrap 3.3.0 Snippet by leonbsilva

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.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-fluid"> <form class="form-horizontal"> <fieldset> <!-- Form Name --> <legend>Alvará Municipal</legend> <!-- File Button --> <div class="form-group"> <label class="string required col-md-2 control-label" for="alvaras_municipio[alvara]"><abbr title="obrigatório">*</abbr> Alvará municipal</label> <div class="col-md-2"> <input id="alvaras_municipio[alvara]" name="alvaras_municipio[alvara]" class="input-file" type="file"> </div> </div> <div class='actions col-sm-2 col-sm-offset-2'><input type="submit" name="commit" value="Salvar" class="btn btn-success" /></div> </fieldset> </form> <hr /> <div class="panel panel-default col-md-4 col-md-offset-4"> <div class="panel-heading"> <h3 class="text-center">Histórico</h3> </div> <table class="table table-responsive table-hover" id="historico"> <thead> <tr> <th>Data upload</th> <th></th> </tr> </thead> <tbody> <tr> <td>16/05/2016</td> <td class="actions text-center"> <a class="btn btn-sm btn-info" href="#">Download</a> </td> </tr> </tbody> </table> </div>

Related: See More


Questions / Comments: