##// END OF EJS Templates
revisando y reduciendo codigo del controlador y del modelo
revisando y reduciendo codigo del controlador y del modelo

File last commit:

r0:1
r1:2
Show More
password.php
41 lines | 1.7 KiB | text/x-php | HtmlPhpLexer
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Remember Password</title>
<link rel="stylesheet" type="text/css" href="css/template.css"/>
</head>
<body>
<div id="marco_vertical">
<div id="marco_horizontal">
<form name="frm_logueo" method="post" action="index.php?option=com_users">
<div id="div_frmRPasswd">
<div class="row_reg">
<label id="titulo_login">Remember Password</label>
<div style="clear: both; overflow: hidden"></div>
</div>
<div class="row_reg">
<label>User</label>
<input type="text" name="usuario" class="form_input" />
<div style="clear: both; overflow: hidden"></div>
</div>
<div class="row_reg">
<input type="submit" name="aceptar" value="Reset" id="btnReset" />
<div style="clear: both; overflow: hidden"></div>
</div>
<div class="row_reg">
<ul><li><a href="index.php?option=com_users&controller=Users&action=ingresar">Login</a></li></ul>
<div style="clear: both; overflow: hidden"></div>
</div>
<div class="row_reg">
<label class="lblMessageLogin"><?php echo @"$mensaje";?></label>
<div style="clear: both; overflow: hidden"></div>
</div>
</div>
<input type="hidden" name="controller" value="Users" />
<input type="hidden" name="action" value="sendPasswordLink" />
</form>
</div>
</div>
</body>
</html>