Spaces:
Sleeping
Sleeping
Commit
·
c926789
1
Parent(s):
ec5c50b
Update templates/escuchar_uro.html
Browse files- templates/escuchar_uro.html +15 -4
templates/escuchar_uro.html
CHANGED
@@ -105,9 +105,20 @@
|
|
105 |
|
106 |
{% for nid,titulo in result_busqueda.items() %}
|
107 |
|
108 |
-
<
|
109 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
110 |
<br>
|
|
|
111 |
{% endfor %}
|
112 |
|
113 |
<b style="font-size: 1.5rem;font-family: Arial, Helvetica, sans-serif;">{{faq_titulo}}</b>
|
@@ -123,7 +134,7 @@
|
|
123 |
|
124 |
{% endfor %}
|
125 |
|
126 |
-
|
127 |
<br>
|
128 |
<br>
|
129 |
<img class="img1" src="{{ user_image8 }}" style="max-width:20%;" onclick="location.href='/pdf_casa_uro?link2={{nid2}}'">
|
@@ -132,7 +143,7 @@
|
|
132 |
<br>
|
133 |
<img class="img1" src="{{ user_image11 }}" style="max-width:20%;" onclick="location.href='/videos_uro?link2={{nid2}}'">
|
134 |
<img class="img1" src="{{ user_image12 }}" style="max-width:20%;" onclick="location.href='/materiales_uro?link2={{nid2}}'">
|
135 |
-
|
136 |
</div>
|
137 |
</body>
|
138 |
</html>
|
|
|
105 |
|
106 |
{% for nid,titulo in result_busqueda.items() %}
|
107 |
|
108 |
+
<div style="display: flex; align-items: center; margin-bottom: 10px; width: 100%;">
|
109 |
+
|
110 |
+
<!--<img src="{{ abrir }}" alt="Imagen" style="max-width: 40px; max-height: 40px; margin-right: 10px;">-->
|
111 |
+
|
112 |
+
<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}}'">
|
113 |
+
<strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>
|
114 |
+
<!--<strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>-->
|
115 |
+
|
116 |
+
</div>
|
117 |
+
<!--<div class="text2">
|
118 |
+
<a href="{{link}}" >{{titulo}}</a>
|
119 |
+
</div>-->
|
120 |
<br>
|
121 |
+
<hr style="width: 100%; margin: 0;">
|
122 |
{% endfor %}
|
123 |
|
124 |
<b style="font-size: 1.5rem;font-family: Arial, Helvetica, sans-serif;">{{faq_titulo}}</b>
|
|
|
134 |
|
135 |
{% endfor %}
|
136 |
|
137 |
+
<!--<b style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Selectores: </b>
|
138 |
<br>
|
139 |
<br>
|
140 |
<img class="img1" src="{{ user_image8 }}" style="max-width:20%;" onclick="location.href='/pdf_casa_uro?link2={{nid2}}'">
|
|
|
143 |
<br>
|
144 |
<img class="img1" src="{{ user_image11 }}" style="max-width:20%;" onclick="location.href='/videos_uro?link2={{nid2}}'">
|
145 |
<img class="img1" src="{{ user_image12 }}" style="max-width:20%;" onclick="location.href='/materiales_uro?link2={{nid2}}'">
|
146 |
+
-->
|
147 |
</div>
|
148 |
</body>
|
149 |
</html>
|