Primer commit del sistema avantika sin cambios
This commit is contained in:
@@ -0,0 +1,63 @@
|
||||
<?php /* Smarty version Smarty3-b7, created on 2014-04-29 22:56:28
|
||||
compiled from "/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/forms/agregar-solicitud-invparcial.tpl" */ ?>
|
||||
<?php /*%%SmartyHeaderCode:14430233265360746c63dd98-17175177%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
||||
$_smarty_tpl->decodeProperties(array (
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'da664c2e7d8521dc7623428e6130b0379aa38061' =>
|
||||
array (
|
||||
0 => '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/forms/agregar-solicitud-invparcial.tpl',
|
||||
1 => 1375965259,
|
||||
),
|
||||
),
|
||||
'nocache_hash' => '14430233265360746c63dd98-17175177',
|
||||
'function' =>
|
||||
array (
|
||||
),
|
||||
'has_nocache_code' => false,
|
||||
)); /*/%%SmartyHeaderCode%%*/?>
|
||||
<div id="divForm">
|
||||
<form id="agregarSolicitudForm" name="agregarSolicitudForm" method="post">
|
||||
<fieldset>
|
||||
|
||||
<div class="a">
|
||||
<div class="l">* Sucursal:</div>
|
||||
<div class="r">
|
||||
<select name="sucursalId" id="sucursalId" class="largeInput">
|
||||
<option value="">Seleccione</option>
|
||||
<?php $_smarty_tpl->tpl_vars['item'] = new Smarty_Variable;
|
||||
$_smarty_tpl->tpl_vars['key'] = new Smarty_Variable;
|
||||
$_from = $_smarty_tpl->getVariable('sucursales')->value; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');}
|
||||
if (count($_from) > 0){
|
||||
foreach ($_from as $_smarty_tpl->tpl_vars['item']->key => $_smarty_tpl->tpl_vars['item']->value){
|
||||
$_smarty_tpl->tpl_vars['key']->value = $_smarty_tpl->tpl_vars['item']->key;
|
||||
?>
|
||||
<option value="<?php echo $_smarty_tpl->getVariable('item')->value['sucursalId'];?>
|
||||
"><?php echo $_smarty_tpl->getVariable('item')->value['nombre'];?>
|
||||
</option>
|
||||
<?php }} ?>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="a">
|
||||
<div class="l">* Tipo:</div>
|
||||
<div class="r">
|
||||
<select name="tipo" id="tipo" class="largeInput" style="width:200px">
|
||||
<option value="">Seleccione</option>
|
||||
<option value="Total">Total</option>
|
||||
<option value="Parcial">Parcial</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="clear:both"></div>
|
||||
<hr />
|
||||
* Campo requerido
|
||||
<div style="padding-left:300px">
|
||||
<a class="button" id="agregarSolicitud" name="agregarSolicitud"><span>Agregar</span></a>
|
||||
</div>
|
||||
<input type="hidden" id="type" name="type" value="saveSolicitud"/>
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
Reference in New Issue
Block a user