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,38 @@
<?php /* Smarty version Smarty3-b7, created on 2014-07-02 16:25:42
compiled from "/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/forms/agregar-atributo.tpl" */ ?>
<?php /*%%SmartyHeaderCode:42538211453b478d6e926a7-33568402%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'e6814bab467c9f7f794ce46f624ca386e1d87560' =>
array (
0 => '/home/novomoda/domains/novomoda.com.mx/public_html/sistema/templates/forms/agregar-atributo.tpl',
1 => 1375965245,
),
),
'nocache_hash' => '42538211453b478d6e926a7-33568402',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<div id="divForm">
<form name="frmAgregarAtributo" id="frmAgregarAtributo" method="post" action="">
<input type="hidden" name="type" value="saveAtributo" />
<fieldset>
<div class="a">
<div class="l">* Nombre:</div>
<div class="r"><input type="text" name="name" id="name" class="largeInput wide2"></div>
</div>
<div style="clear:both"></div>
<hr />
* Campos requeridos
<div class="formLine" style="text-align:center; padding-left:300px">
<a class="button" id="btnSave"><span>Agregar</span></a>
</div>
</fieldset>
</form>
</div>