115 lines
5.3 KiB
PHP
Executable File
115 lines
5.3 KiB
PHP
Executable File
<?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ó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ó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ó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ó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é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ó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ón...
|
|
<br />Este proceso puede tardar unos segundos.
|
|
<br />
|
|
</div>
|
|
|
|
<div style="clear:both"></div>
|
|
<div style="margin-left:415px">
|
|
<a class="button" name="btnSave" onclick="UpdateClte()"><span>Guardar</span></a>
|
|
</div>
|
|
|
|
</div>
|