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

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
<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>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: