LeireTedCas commited on
Commit
65699a7
·
1 Parent(s): 8144227

Update templates/buscador_admision.html

Browse files
Files changed (1) hide show
  1. templates/buscador_admision.html +2 -5
templates/buscador_admision.html CHANGED
@@ -100,13 +100,10 @@
100
  </div>
101
  <b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
102
  {% for titulo,link in result_busqueda.items() %}
103
- <div style="display: flex; align-items: center; margin-bottom: 10px; width: 100%;">
104
- <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='{{ link }}'">
105
- <strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ link }}</strong>
106
- </div>
107
 
108
  <!--<a href="/resultado_admision?link={{nid}}" >{{titulo}}</a>-->
109
- <!--<a href="{{link}}">{{titulo}}</a>-->
110
  <br>
111
  <hr style="width: 100%; margin: 0;">
112
  {% endfor %}
 
100
  </div>
101
  <b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
102
  {% for titulo,link in result_busqueda.items() %}
103
+
 
 
 
104
 
105
  <!--<a href="/resultado_admision?link={{nid}}" >{{titulo}}</a>-->
106
+ <a href="{{link}}">{{titulo}}</a>
107
  <br>
108
  <hr style="width: 100%; margin: 0;">
109
  {% endfor %}