"búsqueda por diferentes criterios"
Bootstrap 3.3.0 Snippet by isra

<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 ----------> <hr/> <div class="container"> <div class="row text-center"> <form action="/admin/contribuyente/filtrar" method="POST"> <div class="input-group"> <span class="input-group-btn" data-toggle="buttons"> <label class="btn btn-primary active"> <input type="radio" name="criterioBusqueda" id="clave" value="clave" autocomplete="off" checked> Cuenta </label> <label class="btn btn-primary"> <input type="radio" name="criterioBusqueda" id="claveanterior" value="claveanterior" autocomplete="off" checked> Cuenta anterior </label> <label class="btn btn-primary"> <input type="radio" name="criterioBusqueda" id="rfc" value="rfc" autocomplete="off" checked> RFC </label> <label class="btn btn-primary"> <input type="radio" name="criterioBusqueda" id="propietrio" value="propietrio" autocomplete="off" checked> Propietario </label> </span> <input type="text" class="form-control" name="criterioBusquedaValor" placeholder="Filtrar padrón por criterio de búsqueda"> <span class="input-group-btn"> <button class="btn btn-default" type="submit">Filtrar</button> </span> </div> </form> </div> </div>

Related: See More


Questions / Comments: