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,114 @@
<?php /* Smarty version Smarty3-b7, created on 2014-09-08 18:37:49
compiled from "./templates/forms/agregar-cliente-datos.tpl" */ ?>
<?php /*%%SmartyHeaderCode:164940070540a2542900254-43960003%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'd0f821e422e392374aa0c882daefe1f88ef7453c' =>
array (
0 => './templates/forms/agregar-cliente-datos.tpl',
1 => 1410130449,
),
),
'nocache_hash' => '164940070540a2542900254-43960003',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<div id="divForm">
<form id="frmDatosClte" name="frmDatosClte" method="post">
<input type="hidden" id="type" name="type" value="updateClte" />
<input type="hidden" id="clienteId" name="clienteId" value="<?php echo $_smarty_tpl->getVariable('info')->value['clienteId'];?>
" />
<fieldset>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="130" height="40">* RFC y Homoclave:</td>
<td><input name="rfc" id="rfc" type="text" class="largeInput" style="width:290px" value="<?php echo $_smarty_tpl->getVariable('info')->value['rfc'];?>
" /></td>
<td width="10"></td>
<td width="130">* Nombre Completo o Raz&oacute;n Social:</td>
<td><input name="razonSocial" id="razonSocial" type="text" class="largeInput" style="width:290px" value="<?php echo $_smarty_tpl->getVariable('info')->value['nombre'];?>
" /></td>
</tr>
<tr>
<td height="50">* Direcci&oacute;n</td>
<td><input name="calle" id="calle" type="text" class="largeInput" style="width:290px" value="<?php echo $_smarty_tpl->getVariable('info')->value['calle'];?>
" /></td>
<td width="10"></td>
<td>* No. Ext:</td>
<td><input name="noExt" id="noExt" type="text" class="largeInput" style="width:290px" value="<?php echo $_smarty_tpl->getVariable('info')->value['noExt'];?>
" /></td>
</tr>
<tr>
<td height="50">No. Int:</td>
<td><input name="noInt" id="noInt" type="text" class="largeInput" style="width:290px" value="<?php echo $_smarty_tpl->getVariable('info')->value['noInt'];?>
" /></td>
<td width="10"></td>
<td>Referencia</td>
<td><input name="referencia" id="referencia" type="text" class="largeInput" style="width:290px" value="<?php echo $_smarty_tpl->getVariable('info')->value['referencia'];?>
" /></td>
</tr>
<tr>
<td height="50">Colonia:</td>
<td><input name="colonia" id="colonia" type="text" class="largeInput" style="width:290px" value="<?php echo $_smarty_tpl->getVariable('info')->value['colonia'];?>
" /></td>
<td width="10"></td>
<td>Localidad</td>
<td><input name="localidad" id="localidad" type="text" class="largeInput" style="width:290px" value="<?php echo $_smarty_tpl->getVariable('info')->value['localidad'];?>
" /></td>
</tr>
<tr>
<td height="50">Municipio o Delegaci&oacute;n:</td>
<td><input name="municipio" id="municipio" type="text" class="largeInput" style="width:290px" value="<?php echo $_smarty_tpl->getVariable('info')->value['municipio'];?>
" /></td>
<td width="10"></td>
<td>C&oacute;digo Postal:</td>
<td><input name="cp" id="cp" type="text" class="largeInput" style="width:290px" value="<?php echo $_smarty_tpl->getVariable('info')->value['cp'];?>
" /></td>
</tr>
<tr>
<td height="50">Estado:</td>
<td><input name="estado" id="estado" type="text" class="largeInput" style="width:290px" value="<?php echo $_smarty_tpl->getVariable('info')->value['estado'];?>
" /></td>
<td width="10"></td>
<td>* Pais:</td>
<td><input name="pais" id="pais" type="text" class="largeInput" style="width:290px" value="<?php echo $_smarty_tpl->getVariable('info')->value['pais'];?>
" /></td>
</tr>
<tr>
<td height="50">Tel&eacute;fono:</td>
<td><input name="telefono" id="telefono" type="text" class="largeInput" style="width:290px" value="<?php echo $_smarty_tpl->getVariable('info')->value['telefono'];?>
" /></td>
<td width="10"></td>
<td>Correo electr&oacute;nico:</td>
<td><input name="email" id="email" type="text" class="largeInput" style="width:290px" value="<?php echo $_smarty_tpl->getVariable('info')->value['email'];?>
" /></td>
</tr>
</table>
<div class="formLine">
<hr />
* Campos requeridos
</div>
</fieldset>
</form>
<div align="center" style="display:none" id="loader">
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/loading.gif">
<br>
Guardando Informaci&oacute;n...
<br />Este proceso puede tardar unos segundos.
<br />&nbsp;
</div>
<div style="clear:both"></div>
<div style="margin-left:415px">
<a class="button" name="btnSave" onclick="UpdateClte()"><span>Guardar</span></a>
</div>
</div>