-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcranks.php
executable file
·31 lines (30 loc) · 1.43 KB
/
cranks.php
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
<link rel="stylesheet" type="text/css" href="cranks.css">
<div class="cont-cranks-fondo">
<div class="cont-cranks-botonera">
<div>
<label tex="desde"/>: <input id="cranks-fdesde" type="text" class="input-login cranks-fecha" value="">
<label tex="hasta"/>: <input id="cranks-fhasta" type="text" class="input-login cranks-fecha" value="">
<button id="btn-filtrar" type="button" class="btn btn-info btn-filtrar"><label tex="cranks_filtrar"/></button>
<div class="cranks-cant">
<label id="cranks_cant">0</label><label>/5</label>
</div>
<button id="btn-cranks-mostrar" type="button" class="btn btn-danger btn-mostrar"><label tex="cranks_mostrar"/></button>
</div>
</div>
<div class="cont-tabla">
<table id="cranks-tabla" class="cranks-tabla" style="text-align: center;">
<thead>
<tr class="cranks-tabla-titulo">
<!-- <th class="th-crank" style="width:100px" >AVION</th> -->
<th class="th-crank" style="width:50px;"><label tex="cranks_motor"/></th>
<th class="th-crank" style="width:100px; text-align: center"><label tex="cranks_fecha"/></th>
<th class="th-crank" style="width:500px; text-align: center"><label tex="cranks_observacion"/></th>
<th class="th-crank" style="width:60px; text-align: center"><label tex="cranks_accion"/></th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
<script src="cranks.js"></script>