git-svn-id: https://192.168.0.254/svn/Proyectos.LaFactoriaVerde_Web/trunk@2 017afc1c-778d-45dc-8efe-cc7a6876851a
37 lines
1.2 KiB
HTML
37 lines
1.2 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Language" content="es-ES" />
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
<title>Recuperación de usuario y contraseña</title>
|
|
<style type="text/css">
|
|
/*<![CDATA[*/
|
|
p.c8 {color: #0080C0}
|
|
input.c7 {font-family: Verdana}
|
|
span.c6 {color: #0080C0; font-family: Verdana}
|
|
span.c5 {color: #0080C0}
|
|
span.c4 {font-family: Verdana}
|
|
span.c3 {font-size: 80%}
|
|
span.c2 {font-family: Verdana; font-size: 80%}
|
|
h1.c1 {color: #0080C0; font-family: Verdana; font-size: 120%}
|
|
/*]]>*/
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<h1 class="c1">Recuperar usuario y contraseña</h1>
|
|
|
|
<form method="post" action="emailpass.php">
|
|
<p><span class="c5"><strong><span class="c2">Dirección de
|
|
e-mail</span></strong><span class="c4"><strong><span class=
|
|
"c3">:</span></strong><br /></span></span> <span class="c6"><input type="text" name=
|
|
"email" size="25" maxlength="50" /></span></p>
|
|
|
|
<p class="c8"><input type="submit" name="submit" value="Enviar" class="c7" /></p>
|
|
</form>
|
|
</body>
|
|
</html>
|