LaFactoriaVerde_Web/activate.html
2010-10-06 15:53:49 +00:00

33 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>Activar cuenta</title>
<style type="text/css">
/*<![CDATA[*/
p.c5 {color: #2852A8}
input.c4 {font-family: Verdana}
span.c3 {color: #2852A8; font-family: Verdana}
span.c2 {color: #2852A8; font-family: Verdana; font-size: 80%}
h1.c1 {color: #2852A8; font-family: Verdana; font-size: 120%}
/*]]>*/
</style>
</head>
<body>
<h1 class="c1">Activar tu cuenta</h1>
<form method="post" action="redirect.php">
<p><span class="c2"><strong>Usuario:</strong><br /></span> <span class=
"c3"><input type="text" name="username" size="25" maxlength="25" /></span></p>
<p><span class="c2"><strong>Contraseña:</strong><br /></span> <span class=
"c3"><input type="password" name="password" size="25" maxlength=
"25" /></span></p><input type="hidden" name="activate" value="Yes" />
<p class="c5"><input type="submit" name="submit" value="Activar" class="c4" /></p>
</form>
</body>
</html>