Spaces:
Sleeping
Sleeping
Commit
·
2734fc9
1
Parent(s):
12831aa
Update templates/ambulancias.html
Browse files
templates/ambulancias.html
CHANGED
@@ -81,7 +81,7 @@
|
|
81 |
history.back();
|
82 |
}
|
83 |
</script>
|
84 |
-
<img src="{{ user_image7 }}" alt="Atrás" onclick="retroceder()">
|
85 |
|
86 |
<!--<div class="element">
|
87 |
<p class="text2">Volver</p>
|
@@ -93,7 +93,7 @@
|
|
93 |
<p class="text2">Ajustes</p>
|
94 |
</div>-->
|
95 |
<div class="img">
|
96 |
-
<img src="{{ user_image6 }}" alt="Config." onclick="location.href='/ajustes'">
|
97 |
</div>
|
98 |
</div>
|
99 |
</h2>
|
@@ -108,7 +108,7 @@
|
|
108 |
<div style="display: flex; align-items: center; margin-bottom: 10px; width: 100%;">
|
109 |
<!--<img src="{{ abrir }}" alt="Imagen" style="max-width: 40px; max-height: 40px; margin-right: 10px;">-->
|
110 |
|
111 |
-
<input type="button" value="" style="background-color: white; font-size: 2.5rem; width: 60px; height: 60px; margin-right: 10px; padding-left: 50px; background-image: url('{{ abrir }}'); background-repeat: no-repeat; background-size: 40px 40px; background-position: center;" onclick="location.href='{{ url }}'">
|
112 |
<strong style="font-size: 2rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>
|
113 |
<!--<strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>-->
|
114 |
|
|
|
81 |
history.back();
|
82 |
}
|
83 |
</script>
|
84 |
+
<img src="{{ user_image7 }}" alt="Atrás" onclick="retroceder()" style="cursor: pointer;">
|
85 |
|
86 |
<!--<div class="element">
|
87 |
<p class="text2">Volver</p>
|
|
|
93 |
<p class="text2">Ajustes</p>
|
94 |
</div>-->
|
95 |
<div class="img">
|
96 |
+
<img src="{{ user_image6 }}" alt="Config." onclick="location.href='/ajustes'" style="cursor: pointer;">
|
97 |
</div>
|
98 |
</div>
|
99 |
</h2>
|
|
|
108 |
<div style="display: flex; align-items: center; margin-bottom: 10px; width: 100%;">
|
109 |
<!--<img src="{{ abrir }}" alt="Imagen" style="max-width: 40px; max-height: 40px; margin-right: 10px;">-->
|
110 |
|
111 |
+
<input type="button" value="" style="background-color: white; font-size: 2.5rem; width: 60px; height: 60px; margin-right: 10px; padding-left: 50px; background-image: url('{{ abrir }}'); background-repeat: no-repeat; background-size: 40px 40px; background-position: center; cursor: pointer;" onclick="location.href='{{ url }}'">
|
112 |
<strong style="font-size: 2rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>
|
113 |
<!--<strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>-->
|
114 |
|