-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontacto.html
112 lines (93 loc) · 2.86 KB
/
contacto.html
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8" />
<title>HTML 5</title>
<link rel="stylesheet" type="text/css" href="estilo.css" />
</head>
<body>
<img src="img\logog.jpg" alt="logotipo" title="logotipo" id="logog" /> <br />
<div class="menu">
<div class="homepadding homes">
<a href="index.html">Home</a><br />
</div>
<div class="homepadding desc">
<a href="Descargas.html">Descargas</a><br />
</div>
<div class="homepadding">
<a href="Enlacesexternosdeinteres.html">Enlaces externos de interés</a><br />
</div>
<div class="homepadding">
<a href="instalar.html">Manual de Instalación.</a><br />
</div>
<div class="homepadding">
<a href="login.html">Acceder/Registrarse</a><br />
</div>
<div class="homepadding">
<a href="contacto.html">Asistencia técnica</a>
</div>
</div>
<div class="texto contacto">
<h2 id="titulo3">Reportar aquí cualquier sugerencia o incidencia con nuetra página.</h2>
<form action="http://inertinc.com/cursos/cursoweb2015/evaluf3/" method="post">
<div class="contactopadding">
<div class="contactopadding">
<label for="Nickname">Nickname</label>
</div>
<div class="contactopadding">
<input type="text" name="Nickname" id="Nickname"> <br />
</div>
</div>
<div class="contactopadding">
<div class="contactopadding">
<label for="email">E-mail:</label>
</div>
<div class="contactopadding">
<input type="text" name="email" id="email"> <br />
</div>
</div>
<div class="contactopadding">
<div class="contactopadding">
<label for="Comentario">Comentario:</label>
</div>
<div class="contactopadding">
<textarea name="Comentario" id="Comentario"></textarea>
</div>
</div>
<input type="hidden" name="emailalumno" value="danielvalerov@gmail.com">
<input type="hidden" name="plantillacorreo" value="<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8" />
<title>HTML 5</title>
<link rel="stylesheet" type="text/css" href="estilo.css" />
</head>
<body>
<p>
El usuario %Nombreusuario% ha contactado contigo y te ha dejado este mensaje.</p>
<p> El mensaje es el siguiente: <br />
%comentario%
</p>
</body>">
<input type="hidden" name="clavesecreta" value="3a881f46d2"> <br />
<button id="botonenviarcontacto" type="submit">Enviar</button>
</form>
</div>
<div class="volver">
<a
href="#logog">Volver al inicio
</a>
</div>
<address id="address">
<strong>
Autor
</strong>: Daniel Valero <br /> Para más información, datos de contacto <br />
<strong>
Mail: danielvalerov@gmail.com
</strong>. <br />
<strong>
Telf: +34 627162405
</strong>
</address>
</body>
</html>