Primer commit del sistema avantika sin cambios
This commit is contained in:
31
templates/forms/search-proveedores.tpl
Executable file
31
templates/forms/search-proveedores.tpl
Executable file
@@ -0,0 +1,31 @@
|
||||
<table width="100%" cellpadding="0" cellspacing="0" id="box-table-a" style="border-top:1px solid #999999">
|
||||
<thead>
|
||||
<tr>
|
||||
<th width="25%"></th>
|
||||
<th scope="col" align="center">
|
||||
<div align="center">No. Proveedor</div>
|
||||
</th>
|
||||
<th scope="col" align="center">
|
||||
<div align="center">Búsqueda por Nombre</div>
|
||||
</th>
|
||||
<th width="25%"></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td align="center">
|
||||
<input type="text" size="35" name="noProv" id="noProv" class="largeInput" onkeyup="CheckKey(event)" style="width:100px" />
|
||||
</td>
|
||||
<td align="center">
|
||||
<input type="text" size="35" name="word" id="word" class="largeInput" onkeyup="CheckKey(event)" />
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="4" align="center">
|
||||
<input type="button" name="btnSearch" value="Buscar" class="btnSearch" onclick="Search()" />
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
Reference in New Issue
Block a user