LeireTedCas commited on
Commit
376f587
1 Parent(s): 307f788

Update templates/instrumental_uro.html

Browse files
Files changed (1) hide show
  1. templates/instrumental_uro.html +17 -4
templates/instrumental_uro.html CHANGED
@@ -94,11 +94,24 @@
94
  <br>
95
  <br>
96
  {% for nid,titulo in cajas.items() %}
97
-
98
- <a style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;" href="/resultado_uro?link={{nid}}" >{{titulo}}</a>
 
 
 
 
 
 
 
 
 
 
 
 
 
99
 
100
- <br>
101
- {% endfor %}
102
 
103
 
104
 
 
94
  <br>
95
  <br>
96
  {% for nid,titulo in cajas.items() %}
97
+ <div style="display: flex; align-items: center; margin-bottom: 10px; width: 100%;">
98
+ <!--<img src="{{ abrir }}" alt="Imagen" style="max-width: 40px; max-height: 40px; margin-right: 10px;">-->
99
+
100
+ <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='/resultado_uro?link={{nid}}'">
101
+ <strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>
102
+ <!--<strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>-->
103
+
104
+ </div>
105
+
106
+ <!--<input type="button" value="" style="background-color: white; font-size: 2.5rem; margin-bottom: 10px; padding-left: 50px; background-image: url('{{ abrir }}'); background-repeat: no-repeat; background-size: 40px 40px;background-position: center;" onclick="location.href='{{ url }}'">-->
107
+
108
+ <br>
109
+ <hr style="width: 100%; margin: 0;">
110
+ {% endfor %}
111
+ <!--<a style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;" href="/resultado_uro?link={{nid}}" >{{titulo}}</a>
112
 
113
+ <br>-->
114
+
115
 
116
 
117