Files
ventas_php/ajax/templates_c/6e6429a2cb8807597fbdc29269bd1e56796668ca.file.detalles-sucursal.tpl.php

113 lines
4.7 KiB
PHP
Executable File

<?php /* Smarty version Smarty3-b7, created on 2014-09-11 17:29:06
compiled from "/var/www/html/templates/forms/detalles-sucursal.tpl" */ ?>
<?php /*%%SmartyHeaderCode:180324118354122232a57fd1-10191359%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'6e6429a2cb8807597fbdc29269bd1e56796668ca' =>
array (
0 => '/var/www/html/templates/forms/detalles-sucursal.tpl',
1 => 1410130450,
),
),
'nocache_hash' => '180324118354122232a57fd1-10191359',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<div id="divForm">
<fieldset>
<div class="formLine" style="width:100%; text-align:left">
<div style="width:50%;float:left">* Nombre:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['nombre'];?>
&nbsp;</div>
<div style="width:30%;float:left">N&uacute;mero de Sucursal:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['noSuc'];?>
&nbsp;</div>
<br />
<div align="center"><b>.:: Direcci&oacute;n ::.</b></div>
<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:30%;float:left">Tel&eacute;fono:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['telefono'];?>
&nbsp;</div>
<div style="width:30%;float:left">Google Map:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['mapa'];?>
&nbsp;</div>
<div style="width:30%;float:left">Nombre del Arrendatario:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['arrendatario'];?>
&nbsp;</div>
<div style="width:30%;float:left">Monto de la Renta:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['montoRenta'];?>
&nbsp;</div>
<div style="width:30%;float:left">Fecha de Vencimiento:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['fechaVenc'];?>
&nbsp;</div>
<div style="width:30%;float:left">* % IVA:</div> <br />
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['iva'];?>
&nbsp;</div>
</div>
<div style="clear:both"></div>
<hr />
* Campos requeridos
<div class="formLine" style="text-align:center; padding-left:300px">
<a class="button" id="btnClose" name="btnClose"><span>Cerrar</span></a>
</div>
</fieldset>
</div>