Spaces:
Sleeping
Sleeping
Commit
·
12e54f9
1
Parent(s):
7b5d9ac
Update templates/intervencion_trauma.html
Browse files
templates/intervencion_trauma.html
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
}
|
24 |
.container {
|
25 |
display: grid;
|
26 |
-
grid-template-columns:
|
27 |
grid-template-rows: 1fr;
|
28 |
grid-gap: 10px;
|
29 |
align-items: center;
|
@@ -32,9 +32,15 @@
|
|
32 |
text-align: center;
|
33 |
max-height: 100%;
|
34 |
}
|
35 |
-
|
36 |
max-width: 15%;
|
37 |
height: auto;
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
}
|
39 |
.text {
|
40 |
font-size: 36px; /* Tamaño de letra deseado */
|
@@ -68,21 +74,25 @@
|
|
68 |
<hr/>-->
|
69 |
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; font-size: 3rem; background-color: coral; max-width: 100%; overflow: hidden; display: flex; align-items: center;">
|
70 |
<div class="container">
|
71 |
-
<
|
72 |
-
|
73 |
-
|
74 |
-
|
|
|
|
|
|
|
|
|
75 |
<p class="text2">Volver</p>
|
76 |
-
</div
|
77 |
<div class="element">
|
78 |
<p class="text">INTERVENCIÓN</p>
|
79 |
</div>
|
80 |
-
|
81 |
<p class="text2">Ajustes</p>
|
82 |
-
</div
|
83 |
-
|
84 |
-
<img src="{{ user_image6 }}" alt="Config." onclick="location.href='/ajustes'">
|
85 |
-
|
86 |
</div>
|
87 |
</h2>
|
88 |
</div>
|
@@ -91,12 +101,12 @@
|
|
91 |
|
92 |
<br>
|
93 |
<br>
|
94 |
-
<img src="{{ user_image8 }}" style="max-width:20%;" onclick="location.href='/pdf_casa_trauma?link2={{nid2}}'">
|
95 |
-
<img src="{{ user_image9 }}" style="max-width:20%;" onclick="location.href='/protocolos_trauma?link2={{nid2}}'" >
|
96 |
-
<img src="{{ user_image10 }}" style="max-width:20%;" onclick="location.href='/guia_visual_trauma?link2={{nid2}}'" >
|
97 |
<br>
|
98 |
-
<img src="{{ user_image11 }}" style="max-width:20%;" onclick="location.href='/videos_trauma?link2={{nid2}}'">
|
99 |
-
<img src="{{ user_image12 }}" style="max-width:20%;" onclick="location.href='/materiales_trauma?link2={{nid2}}'">
|
100 |
|
101 |
</form>
|
102 |
|
|
|
23 |
}
|
24 |
.container {
|
25 |
display: grid;
|
26 |
+
grid-template-columns: 1fr 3fr 1fr;
|
27 |
grid-template-rows: 1fr;
|
28 |
grid-gap: 10px;
|
29 |
align-items: center;
|
|
|
32 |
text-align: center;
|
33 |
max-height: 100%;
|
34 |
}
|
35 |
+
.img1 {
|
36 |
max-width: 15%;
|
37 |
height: auto;
|
38 |
+
cursor: pointer;
|
39 |
+
}
|
40 |
+
.img2 {
|
41 |
+
max-width: 75%;
|
42 |
+
height: auto;
|
43 |
+
cursor: pointer;
|
44 |
}
|
45 |
.text {
|
46 |
font-size: 36px; /* Tamaño de letra deseado */
|
|
|
74 |
<hr/>-->
|
75 |
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; font-size: 3rem; background-color: coral; max-width: 100%; overflow: hidden; display: flex; align-items: center;">
|
76 |
<div class="container">
|
77 |
+
<script>
|
78 |
+
function retroceder() {
|
79 |
+
history.back();
|
80 |
+
}
|
81 |
+
</script>
|
82 |
+
<img class="img2" src="{{ user_image7 }}" alt="Atrás" onclick="retroceder()" style="cursor: pointer;">
|
83 |
+
|
84 |
+
<!--<div class="element">
|
85 |
<p class="text2">Volver</p>
|
86 |
+
</div>-->
|
87 |
<div class="element">
|
88 |
<p class="text">INTERVENCIÓN</p>
|
89 |
</div>
|
90 |
+
<!--<div class="element">
|
91 |
<p class="text2">Ajustes</p>
|
92 |
+
</div>-->
|
93 |
+
|
94 |
+
<img class="img2" src="{{ user_image6 }}" alt="Config." onclick="location.href='/ajustes'" style="cursor: pointer;">
|
95 |
+
|
96 |
</div>
|
97 |
</h2>
|
98 |
</div>
|
|
|
101 |
|
102 |
<br>
|
103 |
<br>
|
104 |
+
<img class="img1" src="{{ user_image8 }}" style="max-width:20%;" onclick="location.href='/pdf_casa_trauma?link2={{nid2}}'">
|
105 |
+
<img class="img1" src="{{ user_image9 }}" style="max-width:20%;" onclick="location.href='/protocolos_trauma?link2={{nid2}}'" >
|
106 |
+
<img class="img1" src="{{ user_image10 }}" style="max-width:20%;" onclick="location.href='/guia_visual_trauma?link2={{nid2}}'" >
|
107 |
<br>
|
108 |
+
<img class="img1" src="{{ user_image11 }}" style="max-width:20%;" onclick="location.href='/videos_trauma?link2={{nid2}}'">
|
109 |
+
<img class="img1" src="{{ user_image12 }}" style="max-width:20%;" onclick="location.href='/materiales_trauma?link2={{nid2}}'">
|
110 |
|
111 |
</form>
|
112 |
|