Fix systematic errors in pagination, sucursal warnings, and fatal count() errors across multiple modules
This commit is contained in:
52
templates_c/85ff72ed501dcd7932f79deed60bb8aa1335ecaf.file.login.tpl.php
Executable file
52
templates_c/85ff72ed501dcd7932f79deed60bb8aa1335ecaf.file.login.tpl.php
Executable file
@@ -0,0 +1,52 @@
|
||||
<?php /* Smarty version Smarty3-b7, created on 2026-01-06 21:22:51
|
||||
compiled from "/var/www/html/ventas/templates/login.tpl" */ ?>
|
||||
<?php /*%%SmartyHeaderCode:201420965695dd18bb1b1f2-48658094%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
||||
$_smarty_tpl->decodeProperties(array (
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'85ff72ed501dcd7932f79deed60bb8aa1335ecaf' =>
|
||||
array (
|
||||
0 => '/var/www/html/ventas/templates/login.tpl',
|
||||
1 => 1767753171,
|
||||
),
|
||||
),
|
||||
'nocache_hash' => '201420965695dd18bb1b1f2-48658094',
|
||||
'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ó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 </span></a>
|
||||
<label></label>
|
||||
</form>
|
||||
<br clear="all" />
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user