LeireTedCas commited on
Commit
58c21cc
1 Parent(s): c7beb6b

Update templates/materiales_uro.html

Browse files
Files changed (1) hide show
  1. templates/materiales_uro.html +19 -2
templates/materiales_uro.html CHANGED
@@ -87,12 +87,29 @@
87
  <b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{no_hay}}</b>
88
 
89
  {% for titulo,nid in cajas.items() %}
 
 
 
 
 
 
 
 
 
 
 
 
 
90
 
91
- <a href="/resultado_uro?link={{nid}}" style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>
92
  <br>
93
  <br>
94
- <hr/>
95
  {% endfor %}
 
 
 
 
 
96
 
97
 
98
  </form>
 
87
  <b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{no_hay}}</b>
88
 
89
  {% for titulo,nid in cajas.items() %}
90
+ <div style="display: flex; align-items: center; margin-bottom: 10px; width: 100%;">
91
+ <!--<img src="{{ abrir }}" alt="Imagen" style="max-width: 40px; max-height: 40px; margin-right: 10px;">-->
92
+
93
+ <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}}'">
94
+ <strong style="font-size: 2rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>
95
+ <!--<strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>-->
96
+
97
+ </div>
98
+
99
+ <!--<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 }}'">-->
100
+
101
+ <br>
102
+ <hr style="width: 100%; margin: 0;">
103
 
104
+ <!--<a href="{{url}}" style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>-->
105
  <br>
106
  <br>
 
107
  {% endfor %}
108
+ <!--<a href="/resultado_uro?link={{nid}}" style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>
109
+ <br>
110
+ <br>
111
+ <hr/>-->
112
+
113
 
114
 
115
  </form>