Files
ventas_php/ajax/templates_c/169bf80659c542e5a937706df76c426e33412809.file.enumPlazo.tpl.php

25 lines
1.2 KiB
PHP
Executable File

<?php /* Smarty version Smarty3-b7, created on 2015-02-26 16:04:12
compiled from "/var/www/html/templates/lists/enumPlazo.tpl" */ ?>
<?php /*%%SmartyHeaderCode:166049318954ef985cc82bc7-50321242%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'169bf80659c542e5a937706df76c426e33412809' =>
array (
0 => '/var/www/html/templates/lists/enumPlazo.tpl',
1 => 1410130458,
),
),
'nocache_hash' => '166049318954ef985cc82bc7-50321242',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<select name="plazo" id="plazo" class="largeInput" style="width:300px">
<option value="">Seleccione</option>
<option value="15" <?php if ($_smarty_tpl->getVariable('post')->value['plazo']=="15"){?>selected<?php }?>>15</option>
<option value="30" <?php if ($_smarty_tpl->getVariable('post')->value['plazo']=="30"){?>selected<?php }?>>30</option>
<option value="45" <?php if ($_smarty_tpl->getVariable('post')->value['plazo']=="45"){?>selected<?php }?>>45</option>
<option value="60" <?php if ($_smarty_tpl->getVariable('post')->value['plazo']=="60"){?>selected<?php }?>>60</option>
</select>