LeireTedCas commited on
Commit
92fab3c
1 Parent(s): c6228aa

Update templates/buscador_admision.html

Browse files
Files changed (1) hide show
  1. templates/buscador_admision.html +6 -7
templates/buscador_admision.html CHANGED
@@ -100,18 +100,17 @@
100
  <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>
101
  </div>
102
  <b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
103
- <div style="display: flex; flex-direction: column; align-items: flex-start; width: 100%;">
104
  {% for titulo,link in result_busqueda.items() %}
105
  <!--<img src="{{ abrir }}" alt="Imagen" style="max-width: 40px; max-height: 40px; margin-right: 10px;">-->
106
 
107
- <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 }}'">
108
  <strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>
109
- <!--<strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>-->
110
 
111
- </div>
112
 
113
  <!--<a href="/resultado_admision?link={{nid}}" >{{titulo}}</a>-->
114
- <!--<a href="{{link}}">{{titulo}}</a>-->
115
  <br>
116
  <hr style="width: 100%; margin: 0;">
117
  {% endfor %}
@@ -128,7 +127,7 @@
128
 
129
  {% endfor %}
130
 
131
- <!--<b style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Selectores: </b>
132
  <br>
133
  <br>
134
  <table id="miTabla" style="border-collapse: collapse; border: none;">
@@ -154,7 +153,7 @@
154
  <img src="{{ user_image5 }}" style="max-width:70%;border-radius: 100%;box-shadow:2px 2px 2px 1px rgba(0, 0, 0, 0.2);" onclick="location.href='/escuchar_admision1'">
155
  </td>
156
  </tr>
157
- </table>-->
158
  </form>
159
  </body>
160
  </html>
 
100
  <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>
101
  </div>
102
  <b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
 
103
  {% for titulo,link in result_busqueda.items() %}
104
  <!--<img src="{{ abrir }}" alt="Imagen" style="max-width: 40px; max-height: 40px; margin-right: 10px;">-->
105
 
106
+ <!--<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 }}'">
107
  <strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>
108
+ <!--<strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>
109
 
110
+ </div>-->
111
 
112
  <!--<a href="/resultado_admision?link={{nid}}" >{{titulo}}</a>-->
113
+ <a href="{{link}}">{{titulo}}</a>
114
  <br>
115
  <hr style="width: 100%; margin: 0;">
116
  {% endfor %}
 
127
 
128
  {% endfor %}
129
 
130
+ <b style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Selectores: </b>
131
  <br>
132
  <br>
133
  <table id="miTabla" style="border-collapse: collapse; border: none;">
 
153
  <img src="{{ user_image5 }}" style="max-width:70%;border-radius: 100%;box-shadow:2px 2px 2px 1px rgba(0, 0, 0, 0.2);" onclick="location.href='/escuchar_admision1'">
154
  </td>
155
  </tr>
156
+ </table>
157
  </form>
158
  </body>
159
  </html>