113 lines
4.7 KiB
PHP
Executable File
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'];?>
|
|
</div>
|
|
|
|
<div style="width:30%;float:left">Número de Sucursal:</div> <br />
|
|
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['noSuc'];?>
|
|
</div>
|
|
<br />
|
|
<div align="center"><b>.:: Dirección ::.</b></div>
|
|
|
|
<div style="width:30%;float:left">Calle:</div> <br />
|
|
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['calle'];?>
|
|
</div>
|
|
|
|
<div style="width:30%;float:left">No. Exterior:</div> <br />
|
|
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['noExt'];?>
|
|
</div>
|
|
|
|
<div style="width:30%;float:left">No. Interior:</div> <br />
|
|
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['noInt'];?>
|
|
</div>
|
|
|
|
<div style="width:30%;float:left">Referencia:</div> <br />
|
|
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['referencia'];?>
|
|
</div>
|
|
|
|
<div style="width:30%;float:left">Colonia:</div> <br />
|
|
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['colonia'];?>
|
|
</div>
|
|
|
|
<div style="width:30%;float:left">Localidad:</div> <br />
|
|
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['localidad'];?>
|
|
</div>
|
|
|
|
<div style="width:30%;float:left">Municipio o Delegación:</div> <br />
|
|
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['municipio'];?>
|
|
</div>
|
|
|
|
<div style="width:30%;float:left">Ciudad:</div> <br />
|
|
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['ciudad'];?>
|
|
</div>
|
|
|
|
<div style="width:30%;float:left">Código Postal:</div> <br />
|
|
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['cp'];?>
|
|
</div>
|
|
|
|
<div style="width:30%;float:left">Estado:</div> <br />
|
|
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['estado'];?>
|
|
</div>
|
|
|
|
<div style="width:30%;float:left">Pais:</div> <br />
|
|
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['pais'];?>
|
|
</div>
|
|
|
|
<div style="width:30%;float:left">Teléfono:</div> <br />
|
|
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['telefono'];?>
|
|
</div>
|
|
|
|
<div style="width:30%;float:left">Google Map:</div> <br />
|
|
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['mapa'];?>
|
|
</div>
|
|
|
|
<div style="width:30%;float:left">Nombre del Arrendatario:</div> <br />
|
|
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['arrendatario'];?>
|
|
</div>
|
|
|
|
<div style="width:30%;float:left">Monto de la Renta:</div> <br />
|
|
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['montoRenta'];?>
|
|
</div>
|
|
|
|
<div style="width:30%;float:left">Fecha de Vencimiento:</div> <br />
|
|
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['fechaVenc'];?>
|
|
</div>
|
|
|
|
<div style="width:30%;float:left">* % IVA:</div> <br />
|
|
<div class="txtFrmD"><?php echo $_smarty_tpl->getVariable('post')->value['iva'];?>
|
|
</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>
|