Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/EjercitarWeb/WebContent/login.jsp
blob: fdd070ced069098ed70d66e5f952e61f21fd71e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" errorPage="" %>
<!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-Type" content="text/html; charset=iso-8859-1" />
<title>Documento sin t&iacute;tulo</title>
</head>
<style type="text/css">
<!--

body,td,th {
	color: #F0F0F0;
}
a:link {
	color: #00CCFF;
}
.Estilo2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC3333;
	font-weight: bold;
	font-size: 12px;
}
.Estilo3 {color: #CC3333}
-->
</style>
<body>

<form id="form1" name="form1" method="post" action="">
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <table width="100" border="0" align="center">
    <tr>
      <th bgcolor="#FFFFFF" class="Estilo2 Estilo5" scope="col">Usuario:</th>
      <th scope="col"><label>
        <input type="text" name="usuario" />
      </label></th>
    </tr>
    <tr>
      <th scope="row"><span class="Estilo3">Contrase&ntilde;a</span></th>
      <th scope="row"><label>
        <input type="text" name="password" />
      </label></th>
    </tr>
    <tr>
      <th scope="row">&nbsp;</th>
      <th scope="row" row="2"><p>
        <input type="submit" name="Submit" value="Aceptar" />
      </p>
        <a href="localhost:8080/EjercitarWeb/NuevoProfesorServlet">Crear cuenta </a></th>
    </tr>
  </table>
</body>
</html>