Spaces:
Sleeping
Sleeping
LeireTedCas
commited on
Commit
•
19ddf2f
1
Parent(s):
12e54f9
Update templates/intervencion_uro.html
Browse files- templates/intervencion_uro.html +27 -17
templates/intervencion_uro.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 */
|
@@ -67,21 +73,25 @@
|
|
67 |
<hr/>-->
|
68 |
<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;">
|
69 |
<div class="container">
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
|
|
|
|
|
|
|
|
74 |
<p class="text2">Volver</p>
|
75 |
-
</div
|
76 |
<div class="element">
|
77 |
<p class="text">INTERVENCIÓN</p>
|
78 |
</div>
|
79 |
-
|
80 |
<p class="text2">Ajustes</p>
|
81 |
-
</div
|
82 |
-
|
83 |
-
<img src="{{ user_image6 }}" alt="Config." onclick="location.href='/ajustes'">
|
84 |
-
|
85 |
</div>
|
86 |
</h2>
|
87 |
</div>
|
@@ -90,12 +100,12 @@
|
|
90 |
|
91 |
<br>
|
92 |
<br>
|
93 |
-
<img src="{{ user_image8 }}" style="max-width:20%;" onclick="location.href='/pdf_casa_uro?link2={{nid2}}'">
|
94 |
-
<img src="{{ user_image9 }}" style="max-width:20%;" onclick="location.href='/protocolos_uro?link2={{nid2}}'" >
|
95 |
-
<img src="{{ user_image10 }}" style="max-width:20%;" onclick="location.href='/guia_visual_uro?link2={{nid2}}'" >
|
96 |
<br>
|
97 |
-
<img src="{{ user_image11 }}" style="max-width:20%;" onclick="location.href='/videos_uro?link2={{nid2}}'">
|
98 |
-
<img src="{{ user_image12 }}" style="max-width:20%;" onclick="location.href='/materiales_uro?link2={{nid2}}'">
|
99 |
|
100 |
</form>
|
101 |
|
|
|
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 */
|
|
|
73 |
<hr/>-->
|
74 |
<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;">
|
75 |
<div class="container">
|
76 |
+
<script>
|
77 |
+
function retroceder() {
|
78 |
+
history.back();
|
79 |
+
}
|
80 |
+
</script>
|
81 |
+
<img class="img2" src="{{ user_image7 }}" alt="Atrás" onclick="retroceder()" style="cursor: pointer;">
|
82 |
+
|
83 |
+
<!--<div class="element">
|
84 |
<p class="text2">Volver</p>
|
85 |
+
</div>-->
|
86 |
<div class="element">
|
87 |
<p class="text">INTERVENCIÓN</p>
|
88 |
</div>
|
89 |
+
<!--<div class="element">
|
90 |
<p class="text2">Ajustes</p>
|
91 |
+
</div>-->
|
92 |
+
|
93 |
+
<img class="img2" src="{{ user_image6 }}" alt="Config." onclick="location.href='/ajustes'" style="cursor: pointer;">
|
94 |
+
|
95 |
</div>
|
96 |
</h2>
|
97 |
</div>
|
|
|
100 |
|
101 |
<br>
|
102 |
<br>
|
103 |
+
<img class="img1" src="{{ user_image8 }}" style="max-width:20%;" onclick="location.href='/pdf_casa_uro?link2={{nid2}}'">
|
104 |
+
<img class="img1" src="{{ user_image9 }}" style="max-width:20%;" onclick="location.href='/protocolos_uro?link2={{nid2}}'" >
|
105 |
+
<img class="img1" src="{{ user_image10 }}" style="max-width:20%;" onclick="location.href='/guia_visual_uro?link2={{nid2}}'" >
|
106 |
<br>
|
107 |
+
<img class="img1" src="{{ user_image11 }}" style="max-width:20%;" onclick="location.href='/videos_uro?link2={{nid2}}'">
|
108 |
+
<img class="img1" src="{{ user_image12 }}" style="max-width:20%;" onclick="location.href='/materiales_uro?link2={{nid2}}'">
|
109 |
|
110 |
</form>
|
111 |
|