Files
ventas_php/ajax/templates_c/ca448f90cc382f7eefe6e12f06f442207d4d4d69.file.detalles-rfc.tpl.php

114 lines
4.8 KiB
PHP
Executable File

<?php /* Smarty version Smarty3-b7, created on 2014-06-30 13:25:08
compiled from "/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/forms/detalles-rfc.tpl" */ ?>
<?php /*%%SmartyHeaderCode:146858383153b1ab84892810-51218736%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'ca448f90cc382f7eefe6e12f06f442207d4d4d69' =>
array (
0 => '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/forms/detalles-rfc.tpl',
1 => 1378331448,
),
),
'nocache_hash' => '146858383153b1ab84892810-51218736',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<div id="divForm">
<fieldset>
<div class="formLine" style="width:100%; text-align:left">
<div style="width:60%;float:left">* RFC y Homoclave:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['rfc'];?>
&nbsp;</div>
<div style="width:30%;float:left">* Nombre Completo o Raz&oacute;n Social:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['razonSocial'];?>
&nbsp;</div>
<hr />
</div>
<div class="formLine">
<div align="center"><b>.:: Porcentajes ::.</b></div>
<br />
<div style="width:30%;float:left">Bonificaci&oacute;n:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['porcentajeBonificacion'];?>
&nbsp;</div>
<div style="width:30%;float:left">Devoluci&oacute;n:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['porcentajeDevolucion'];?>
&nbsp;</div><br />
<div align="center"><b>.:: Devoluci&oacute;n ::.</b></div>
<br />
<div style="width:30%;float:left">D&iacute;as para realizar Devoluci&oacute;n:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['diasDevolucion'];?>
&nbsp;</div><br />
<div align="center"><b>.:: Direcci&oacute;n ::.</b></div>
<br />
<div style="width:30%;float:left">Calle:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['calle'];?>
&nbsp;</div>
<div style="width:30%;float:left">No. Exterior:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['noExt'];?>
&nbsp;</div>
<div style="width:30%;float:left">No. Interior:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['noInt'];?>
&nbsp;</div>
<div style="width:30%;float:left">Referencia:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['referencia'];?>
&nbsp;</div>
<div style="width:30%;float:left">Colonia:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['colonia'];?>
&nbsp;</div>
<div style="width:30%;float:left">Localidad:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['localidad'];?>
&nbsp;</div>
<div style="width:30%;float:left">Municipio o Delegaci&oacute;n:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['municipio'];?>
&nbsp;</div>
<div style="width:30%;float:left">Ciudad:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['ciudad'];?>
&nbsp;</div>
<div style="width:30%;float:left">C&oacute;digo Postal:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['cp'];?>
&nbsp;</div>
<div style="width:30%;float:left">Estado:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['estado'];?>
&nbsp;</div>
<div style="width:30%;float:left">Pais:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['pais'];?>
&nbsp;</div>
<div style="width:60%;float:left">* R&eacute;gimen Fiscal:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['regimenFiscal'];?>
&nbsp;</div>
<hr />
<div style="clear:both"></div>
* Campos requeridos
</div>
<div style="clear:both"></div>
<div class="formLine" style="text-align:center; padding-left:290px">
<a class="button" id="btnClose" name="btnClose"><span>Cerrar</span></a>
</div>
</fieldset>
</div>