LeireTedCas commited on
Commit
f4ec1c6
·
1 Parent(s): 0b7c3f6

Update templates/escuchar_trauma.html

Browse files
Files changed (1) hide show
  1. templates/escuchar_trauma.html +18 -5
templates/escuchar_trauma.html CHANGED
@@ -100,15 +100,28 @@
100
  <br>
101
 
102
  <b style="font-size: 1.4rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
103
- <br>
104
- <br>
105
-
106
  {% for nid,titulo in result_busqueda.items() %}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
107
 
108
- <a href="/resultado_trauma?link={{nid}}" style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>
109
  <br>
110
  <br>
111
- {% endfor %}
112
 
113
  <b style="font-size: 1.5rem;font-family: Arial, Helvetica, sans-serif;">{{faq_titulo}}</b>
114
  <br>
 
100
  <br>
101
 
102
  <b style="font-size: 1.4rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
103
+
 
 
104
  {% for nid,titulo in result_busqueda.items() %}
105
+ <div style="display: flex; align-items: center; margin-bottom: 10px; width: 100%;">
106
+
107
+ <!--<img src="{{ abrir }}" alt="Imagen" style="max-width: 40px; max-height: 40px; margin-right: 10px;">-->
108
+
109
+ <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_trauma?link={{nid}}'">
110
+ <strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>
111
+ <!--<strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>-->
112
+
113
+ </div>
114
+ <!--<div class="text2">
115
+ <a href="{{link}}" >{{titulo}}</a>
116
+ </div>-->
117
+ <br>
118
+ <hr style="width: 100%; margin: 0;">
119
+ {% endfor %}
120
 
121
+ <!--<a href="/resultado_trauma?link={{nid}}" style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>
122
  <br>
123
  <br>
124
+ {% endfor %}-->
125
 
126
  <b style="font-size: 1.5rem;font-family: Arial, Helvetica, sans-serif;">{{faq_titulo}}</b>
127
  <br>