Primer commit del sistema avantika sin cambios

This commit is contained in:
2026-01-06 19:42:24 -06:00
commit 3ae4be5957
7127 changed files with 440072 additions and 0 deletions

View File

@@ -0,0 +1,49 @@
<?php /* Smarty version Smarty3-b7, created on 2014-09-09 15:01:00
compiled from "./templates/forms/search-proveedores.tpl" */ ?>
<?php /*%%SmartyHeaderCode:932672302540f5c7c60d0f8-01427892%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'ed2a373d8367c9c14950ca59982736e14c788021' =>
array (
0 => './templates/forms/search-proveedores.tpl',
1 => 1410130452,
),
),
'nocache_hash' => '932672302540f5c7c60d0f8-01427892',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<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&uacute;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>