53 lines
1.7 KiB
PHP
Executable File
53 lines
1.7 KiB
PHP
Executable File
<?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ó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>
|