Primer commit del sistema avantika sin cambios

This commit is contained in:
2026-01-06 19:42:24 -06:00
commit 3ae4be5957
7127 changed files with 440072 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
<?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>