-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservidor.html
54 lines (37 loc) · 1.65 KB
/
servidor.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<!-- variables -->
<div style="display:none">
<!-- cabecera -->
<div tipo="titulo_acta">valor</div>
<div tipo="fecha">valor</div>
<div tipo="label1">valor</div>
<div tipo="val1">valor</div>
<div tipo="label2">valor</div>
<div tipo="val2">valor</div>
<div tipo="label3">valor</div>
<div tipo="val3">valor</div>
<!-- -->
<!-- cuerpo -->
<div tipo="titulo1">valor</div>
<div tipo="valor1" multi>valor</div>
<div tipo="titulo2">valor</div>
<div tipo="valor3">valor</div>
<div tipo="titulo3">valor</div>
<div tipo="valor3">valor</div>
<div tipo="titulo4">valor</div>
<div tipo="valor4" multi>valor</div>
<div tipo="adjuntos">valor</div>
<div tipo="creado_modificado">valor</div>
<div tipo="impreso_por">valor</div>
</div>
<iframe onload="enviarObjeto()" id="reporte" src="./setLocalStorage.html" style="width: 100vw; height: 100vh; position: absolute; top:0; left: 0;" frameborder="0"></iframe>
<script src="./js/variables.js"></script></body>
</html>