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,52 @@
<?php /* Smarty version Smarty3-b7, created on 2014-09-03 15:14:46
compiled from ".\templates\login.tpl" */ ?>
<?php /*%%SmartyHeaderCode:2553540776b6564287-98705832%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'0390f83576cc40b989c12a7362afcba143967e43' =>
array (
0 => '.\\templates\\login.tpl',
1 => 1408525950,
),
),
'nocache_hash' => '2553540776b6564287-98705832',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<div class="container_16">
<div class="grid_6 prefix_5 suffix_5">
<div align="center" style="float:left; margin-left:20px; margin-top:10px; margin-bottom:5px">
<img src="<?php echo $_smarty_tpl->getVariable('WEB_ROOT')->value;?>
/images/logo.png" width="300" height="66" />
</div>
<div style="clear:both"></div>
<h1>Iniciar Sesi&oacute;n</h1>
<div id="login">
<p class="error" id="errorLoginDiv"></p>
<form id="loginForm" name="loginForm" method="post" action="">
<p>
<label><strong>Email</strong>
<input type="text" name="email" class="inputText" id="email" value="@novomoda.com.mx" autofocus="autofocus" />
</label>
</p>
<p>
<label><strong>Password</strong>
<input type="password" name="password" class="inputText" id="password" />
</label>
</p>
<a class="black_button" style="width:51px;"><span id="login_0">Entrar&nbsp;</span></a>
<label></label>
</form>
<br clear="all" />
</div>
</div>
</div>