LeireTedCas commited on
Commit
484bf5b
1 Parent(s): 4289ba8

Update templates/buscador_trauma1.html

Browse files
Files changed (1) hide show
  1. templates/buscador_trauma1.html +15 -2
templates/buscador_trauma1.html CHANGED
@@ -98,13 +98,26 @@
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
  {% for nid,titulo in result_busqueda.items() %}
101
- <div class="text2">
 
 
 
 
 
 
 
 
 
 
 
 
 
102
  <a href="/resultado_trauma?link={{nid}}" >{{titulo}}</a>
103
 
104
  </div>
105
  <br>
106
  <br>
107
- {% endfor %}
108
 
109
  <b style="font-size: 1.5rem;font-family: Arial, Helvetica, sans-serif;">{{faq_titulo}}</b>
110
  <br>
 
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
  {% for nid,titulo in result_busqueda.items() %}
101
+ <div style="display: flex; align-items: center; margin-bottom: 10px; width: 100%;">
102
+
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;" onclick="location.href='/resultado_trauma?link={{nid}}'">
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
+
111
+ <br>
112
+ <hr style="width: 100%; margin: 0;">
113
+ {% endfor %}
114
+ <!--<div class="text2">
115
  <a href="/resultado_trauma?link={{nid}}" >{{titulo}}</a>
116
 
117
  </div>
118
  <br>
119
  <br>
120
+ {% endfor %}-->
121
 
122
  <b style="font-size: 1.5rem;font-family: Arial, Helvetica, sans-serif;">{{faq_titulo}}</b>
123
  <br>