-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocumentacionCliente.html
66 lines (65 loc) · 5.12 KB
/
documentacionCliente.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
<!DOCTYPE html>
<html>
<head>
<title>Datos personales </title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="./css/style.css" media="screen" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="./css/documentacion.css" media="screen" />
</head>
<body>
<script>
/* Toggle between adding and removing the "responsive" class to topnav when the user clicks on the icon */
function myFunction() {
var x = document.getElementById("myTopnav");
if (x.className === "topnav") {
x.className += " responsive";
} else {
x.className = "topnav";
}
}
</script>
<div class="topnav">
<a href="./index.html">Home</a>
<a href="./datosPersonales.html">Nuevo usuario</a>
<a href="./login.html">Login</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
<div align="center">
<img src="./images/help.jpg" alt="Se requieren los siguientes documentos: 3 últimas nóminas, IRPF, Vida laboral"
width="500" height="333" title="Se requieren los siguientes documentos: 3 últimas nóminas, IRPF, Vida laboral" >
</div>
<fieldset>
<legend>Documentación requerida:</legend>
<i align="center">Que entregar esta documentación no pare tu proceso.</i><br>
<i>Como eres ya nuestro cliente, te ofrecemos la posibilidad de actualizar la documentación para este nuevo crédito, pero entendemos que las cosas no cambian siempre a la misma velocidad que la tecnología.</i><br>
<i>Por ello, si quieres usar la misma documentación que en tu última petición, necesitamos que nos confirmes el permiso para hacerlo, marca el check siguiente y usaremos esa documentación.</i><br>
<input type="checkbox" name="sameadr"> Deseo que se use mi documentación adjuntada a mi última petición a esta petición. <br>
<!-- Uploaded file in same location as HTML file -->
<a href="./adjuntos/Documentación a aportar por el cliente Agile Credit.pdf" download>Documentos requeridos</a><br><br>
También tenemos un documento donde te explicamos qué vamos a hacer con tus datos personales, en caso que no te lo hayas leído antes.<br>
Por favor, leételo con calma dos veces. Este documento lo tendrás disponible también en tu área personal.
<a href="./adjuntos/Tratamiento de Datos Personales Agile Credit.pdf" download>Tratamiento de datos personales</a><br><br>
<form method="post" action="https://css-tricks.com/examples/DragAndDropFileUploading//?" enctype="multipart/form-data" novalidate class="box">
<div class="box__input">
<svg class="box__icon" xmlns="http://www.w3.org/2000/svg" width="50" height="43" viewBox="0 0 50 43"><path d="M48.4 26.5c-.9 0-1.7.7-1.7 1.7v11.6h-43.3v-11.6c0-.9-.7-1.7-1.7-1.7s-1.7.7-1.7 1.7v13.2c0 .9.7 1.7 1.7 1.7h46.7c.9 0 1.7-.7 1.7-1.7v-13.2c0-1-.7-1.7-1.7-1.7zm-24.5 6.1c.3.3.8.5 1.2.5.4 0 .9-.2 1.2-.5l10-11.6c.7-.7.7-1.7 0-2.4s-1.7-.7-2.4 0l-7.1 8.3v-25.3c0-.9-.7-1.7-1.7-1.7s-1.7.7-1.7 1.7v25.3l-7.1-8.3c-.7-.7-1.7-.7-2.4 0s-.7 1.7 0 2.4l10 11.6z"/></svg>
<input type="file" name="files[]" id="file" class="box__file" data-multiple-caption="{count} files selected" multiple />
<label for="file"><strong>Choose a file</strong><span class="box__dragndrop"> or drag it here</span>.</label>
<button type="submit" class="box__button">Upload</button>
</div>
<div class="box__uploading">Uploading…</div>
<div class="box__success">Done! <a href="https://css-tricks.com/examples/DragAndDropFileUploading//?" class="box__restart" role="button">Upload more?</a></div>
<div class="box__error">Error! <span></span>. <a href="https://css-tricks.com/examples/DragAndDropFileUploading//?" class="box__restart" role="button">Try again!</a></div>
</form>
</fieldset>
<button onclick="history.back();" type="button">< Volver</button>
<button onclick="location.href='./paginaPersonal.html'" type="button"> Continuar ></button>
</body>
<footer>
<nav class="topnav">
<a href="./aviso-legal.html">Aviso legal</a> <a href="./politica-de-privacidad.html">Política de privacidad</a> <a href="./politica-de-cookies.html">Política de cookies</a> <a href="./contacto.html">Contacto</a>
</nav>
</footer>
</html>