Spaces:
Sleeping
Sleeping
Commit
·
15929c3
1
Parent(s):
04f8e8b
Update templates/buscador_admision1.html
Browse files
templates/buscador_admision1.html
CHANGED
@@ -98,12 +98,20 @@
|
|
98 |
<button type="submit" class="btn btn-primary btn-block btn-large" style="padding-bottom: 1%; width: 50px; background-color: rgb(0, 128, 255); border: 1px solid white; border-radius: 30%; box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2); height: 50px;"><img src="{{ user_image4 }}" alt="" style="max-width: 100%; height: 100%; padding-bottom: 0.5%;"></button>
|
99 |
</div>
|
100 |
<b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
|
101 |
-
|
102 |
-
|
103 |
-
|
|
|
|
|
|
|
|
|
|
|
104 |
</div>
|
|
|
|
|
|
|
105 |
<br>
|
106 |
-
<
|
107 |
{% endfor %}
|
108 |
|
109 |
<b style="font-size: 1.5rem;font-family: Arial, Helvetica, sans-serif;">{{faq_titulo}}</b>
|
|
|
98 |
<button type="submit" class="btn btn-primary btn-block btn-large" style="padding-bottom: 1%; width: 50px; background-color: rgb(0, 128, 255); border: 1px solid white; border-radius: 30%; box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2); height: 50px;"><img src="{{ user_image4 }}" alt="" style="max-width: 100%; height: 100%; padding-bottom: 0.5%;"></button>
|
99 |
</div>
|
100 |
<b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
|
101 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start; width: 100%;">
|
102 |
+
{% for titulo,link in result_busqueda.items() %}
|
103 |
+
<!--<img src="{{ abrir }}" alt="Imagen" style="max-width: 40px; max-height: 40px; margin-right: 10px;">-->
|
104 |
+
|
105 |
+
<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;" href='{{ link }}'">
|
106 |
+
<strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>
|
107 |
+
<!--<strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>-->
|
108 |
+
|
109 |
</div>
|
110 |
+
<!--<div class="text2">
|
111 |
+
<a href="{{link}}" >{{titulo}}</a>
|
112 |
+
</div>-->
|
113 |
<br>
|
114 |
+
<hr style="width: 100%; margin: 0;">
|
115 |
{% endfor %}
|
116 |
|
117 |
<b style="font-size: 1.5rem;font-family: Arial, Helvetica, sans-serif;">{{faq_titulo}}</b>
|