LeireTedCas commited on
Commit
4c78289
1 Parent(s): 8336ff2

Update templates/guia_visual.html

Browse files
Files changed (1) hide show
  1. templates/guia_visual.html +4 -3
templates/guia_visual.html CHANGED
@@ -83,10 +83,11 @@
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: white; font-size: 2.5rem; margin-bottom: 10px; padding-left: 50px; background-image: {{abrir}}; background-repeat: no-repeat; background-size: 40px 40px;">
87
 
88
- <input type="button" value="{{ titulo }}" style="background-color: white; font-size: 2.5rem; margin-bottom: 10px;" onclick="location.href='{{ url }}'">
89
  <br>
 
90
  {% endfor %}
91
  </div>
92
 
@@ -97,7 +98,7 @@
97
 
98
  <a href="{{url}}" style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>-->
99
 
100
- <hr/>
101
  <!--{% endfor %}-->
102
 
103
 
 
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: white; 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
 
88
+ <input type="button" value="{{ titulo }}" style="background-color: white; font-size: 2.5rem; margin-bottom: 10px;" >
89
  <br>
90
+ <hr/>
91
  {% endfor %}
92
  </div>
93
 
 
98
 
99
  <a href="{{url}}" style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>-->
100
 
101
+
102
  <!--{% endfor %}-->
103
 
104