git-svn-id: https://192.168.0.254/svn/Proyectos.LaFactoriaVerde_Web/trunk@2 017afc1c-778d-45dc-8efe-cc7a6876851a
44 lines
1.5 KiB
HTML
44 lines
1.5 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>Acceso no permitido</title>
|
|
<style type="text/css">
|
|
/*<![CDATA[*/
|
|
p.c8 {color: #2852A8}
|
|
input.c7 {font-family: Verdana}
|
|
p.c6 {font-family: Verdana}
|
|
span.c5 {color: #2852A8; font-size: 80%}
|
|
span.c4 {color: #2852A8}
|
|
span.c3 {color: #2852A8; font-family: Verdana}
|
|
span.c2 {color: #2852A8; font-family: Verdana; font-size: 80%}
|
|
span.c1 {font-size: 200%}
|
|
/*]]>*/
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<b><span class="c1">Acceso no permitido</span></b>
|
|
|
|
<p>Por favor, introduce tus datos de acceso correctos:</p>
|
|
|
|
<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>
|
|
|
|
<p class="c6"><span class="c4"><input type="checkbox" name="remember" value=
|
|
"Yes" /></span><span class="c5">No cerrar sesión</span></p>
|
|
|
|
<p class="c8"><input type="submit" name="submit" value="Entrar" class="c7" /></p>
|
|
</form>
|
|
|
|
<p> </p>
|
|
</body>
|
|
</html>
|