LeireTedCas commited on
Commit
ddbf20d
1 Parent(s): 00d96f9

Update templates/guia_visual.html

Browse files
Files changed (1) hide show
  1. templates/guia_visual.html +11 -7
templates/guia_visual.html CHANGED
@@ -83,15 +83,19 @@
83
  <form action="{{url_for('guia_visual_trauma')}}" method="post">
84
  <!--<div style="text-align: left;">-->
85
  {% for titulo, url in guia_visual.items() %}
 
 
 
 
86
  <!--<input type="button" value="" style="background-color: black; font-size: 2.5rem; margin-bottom: 10px; padding-left: 50px; src= "{{ abrir }}"; background-repeat: no-repeat; background-size: 40px 40px;"onclick="location.href='{{ url }}'">-->
87
  <div style="display: flex; align-items: center;">
88
- <a href="{{ url }}" style="text-decoration: none;">
89
- <button style="background-color: white; border: none; padding: 0; margin-right: 15px; width: 60px; height: 60px;">
90
- <img src="{{ abrir }}" alt="Imagen" style="max-width: 40px; max-height: 40px;">
91
- </button>
92
- <strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif; text-align: left; margin: 0;">{{ titulo }}</strong>
93
- </a>
94
- </div>
95
 
96
 
97
 
 
83
  <form action="{{url_for('guia_visual_trauma')}}" method="post">
84
  <!--<div style="text-align: left;">-->
85
  {% for titulo, url in guia_visual.items() %}
86
+ <!--<input type="button" value="" style="background-color: black; font-size: 2.5rem; margin-bottom: 10px; padding-left: 50px; src= "{{ abrir }}"; background-repeat: no-repeat; background-size: 40px 40px;"onclick="location.href='{{ url }}'">-->
87
+ <form action="{{url_for('guia_visual_trauma')}}" method="post">
88
+ <!--<div style="text-align: left;">-->
89
+ {% for titulo, url in guia_visual.items() %}
90
  <!--<input type="button" value="" style="background-color: black; font-size: 2.5rem; margin-bottom: 10px; padding-left: 50px; src= "{{ abrir }}"; background-repeat: no-repeat; background-size: 40px 40px;"onclick="location.href='{{ url }}'">-->
91
  <div style="display: flex; align-items: center;">
92
+ <button style="background-color: white; border: none; padding: 0; margin-right: 15px; width: 60px;height: 60px;" onclick="location.href='{{ url }}'">
93
+ <img src="{{ abrir }}" alt="Imagen" style="max-width: 40px; max-height: 40px;" onclick="location.href='{{ url }}'">
94
+ </button>
95
+ <strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif; text-align: left; margin: 0;" >{{ titulo }}</strong>
96
+ </div>
97
+
98
+
99
 
100
 
101