-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.htm
55 lines (55 loc) · 2.12 KB
/
default.htm
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
55
<!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">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Biblio</title>
<link href="biblio.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<div id="ola">
<div id="cabecera">
<div id="logo">
<h1>biblioteca</h1><br /><br /><br /> >>Catálogo online
</div>
<div id="identificación">
<form method="post" action="Identificación.asp">
Nombre de usuari@:<input type="text" name="Nombre"/><br />
Contraseña:
<input type="password" name="Contraseña"/><br /><br />
<input type= "submit" value="Identificarse"/>
</form>
</div>
</div><!-- fin #cabecera -->
<div id="menu">
<ul>
<li><a href="default.htm">ÁREA PÚBLICA</a></li>
<li><a href="Catálogo.asp">CATÁLOGO</a></li>
<li><a href="Mapa.html">MAPA WEB</a></li>
</ul>
</div><!-- fin #menu -->
</div><!-- fin #ola -->
<div id="page">
<h1>Bienvenid@</h1>
<p><strong>Desde aquí podrás reservar libros, modificar y anular préstamos y realizar una encuesta de satisfacción sobre el uso de la página</strong></p>
<img src="images/libro%20abierto.jpg"/>
<div id="encuesta">
<h2>Opina</h2>
<em><p>Danos tu opinión...</p>
<div id="izq"> ...y consulta las opiniones de otr@s usuari@s</div></em><br />
<p>> <a href="Encuesta.html">Hacer encuesta</a><br/></p>
<!--<p>> <a href="Gráficos.asp">Ver resultados </a></p>-->
</div>
<div id="registro"><br />
<br />
<br />
<br />
<br />
<br />
¿Aún no estás registrad@?<a href="Registro.html"> Haz click aquí</a>
</div>
</div><!-- fin #page -->
<div id="pie">Página realizada por Paula Mesa Macías
<form><input type="button" name="imprimir" value="Imprimir" onclick="window.print();"></form>
</div>
</body>
</html>